Home
last modified time | relevance | path

Searched refs:opcode_count (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c68 int opcode_count; member
2180 unwind.opcode_count = 0; in s_arm_unwind_fnstart()
2347 unwind.opcode_count--; in s_arm_unwind_save_core()
2549 if (unwind.opcode_count > 0) in s_arm_unwind_save_mmxwr()
2551 i = unwind.opcodes[unwind.opcode_count - 1]; in s_arm_unwind_save_mmxwr()
2561 unwind.opcode_count--; in s_arm_unwind_save_mmxwr()
2564 else if (i == 6 && unwind.opcode_count >= 2) in s_arm_unwind_save_mmxwr()
2566 i = unwind.opcodes[unwind.opcode_count - 2]; in s_arm_unwind_save_mmxwr()
2577 unwind.opcode_count -= 2; in s_arm_unwind_save_mmxwr()
10933 if (unwind.opcode_count + length > unwind.opcode_alloc) in add_unwind_opcode()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-gen.c93 int opcode_count = 0; variable
1835 opcodenum, opcode_count - ent->order - 1,
2712 insert_completer_entry (opc, *place, opcode_count++);
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dia64-gen.c82 int opcode_count = 0; variable
1803 opcodenum, opcode_count - ent->order - 1,
2680 insert_completer_entry (opc, *place, opcode_count++);