HomeSort by: relevance | last modified time | path
    Searched defs:opcode_count (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
ia64-gen.c 84 int opcode_count = 0; variable
1839 opcodenum, opcode_count - ent->order - 1,
2720 insert_completer_entry (opc, *place, opcode_count++);
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-gen.c 84 int opcode_count = 0; variable
1839 opcodenum, opcode_count - ent->order - 1,
2720 insert_completer_entry (opc, *place, opcode_count++);
  /src/external/gpl3/gdb/dist/opcodes/
ia64-gen.c 84 int opcode_count = 0; variable
1839 opcodenum, opcode_count - ent->order - 1,
2720 insert_completer_entry (opc, *place, opcode_count++);
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-gen.c 84 int opcode_count = 0; variable
1839 opcodenum, opcode_count - ent->order - 1,
2720 insert_completer_entry (opc, *place, opcode_count++);
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 61 int opcode_count; member in struct:__anon9983
4081 unwind.opcode_count = 0;
4280 unwind.opcode_count--;
4560 if (unwind.opcode_count > 0)
4562 i = unwind.opcodes[unwind.opcode_count - 1];
4572 unwind.opcode_count--;
4575 else if (i == 6 && unwind.opcode_count >= 2)
4577 i = unwind.opcodes[unwind.opcode_count - 2];
4588 unwind.opcode_count -= 2;
26765 if (unwind.opcode_count + length > unwind.opcode_alloc
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 61 int opcode_count; member in struct:__anon11455
4080 unwind.opcode_count = 0;
4279 unwind.opcode_count--;
4559 if (unwind.opcode_count > 0)
4561 i = unwind.opcodes[unwind.opcode_count - 1];
4571 unwind.opcode_count--;
4574 else if (i == 6 && unwind.opcode_count >= 2)
4576 i = unwind.opcodes[unwind.opcode_count - 2];
4587 unwind.opcode_count -= 2;
26768 if (unwind.opcode_count + length > unwind.opcode_alloc
    [all...]

Completed in 78 milliseconds