Searched refs:opcode_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/binutils/opcodes/
H A Dia64-gen.c93 int opcode_count = 0; variable
1844 opcodenum, opcode_count - ent->order - 1,
2737 insert_completer_entry (opc, *place, opcode_count++);
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-arm.c64 int opcode_count; member in struct:__anon320
3038 unwind.opcode_count = 0;
3206 unwind.opcode_count--;
3458 if (unwind.opcode_count > 0)
3460 i = unwind.opcodes[unwind.opcode_count - 1];
3470 unwind.opcode_count--;
3473 else if (i == 6 && unwind.opcode_count >= 2)
3475 i = unwind.opcodes[unwind.opcode_count - 2];
3486 unwind.opcode_count -= 2;
17170 if (unwind.opcode_count
[all...]

Completed in 122 milliseconds