Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-arm.c68 int opcode_count; member
2068 unwind.opcode_count = 0; in s_arm_unwind_fnstart()
2235 unwind.opcode_count--; in s_arm_unwind_save_core()
2433 if (unwind.opcode_count > 0) in s_arm_unwind_save_mmxwr()
2435 i = unwind.opcodes[unwind.opcode_count - 1]; in s_arm_unwind_save_mmxwr()
2445 unwind.opcode_count--; in s_arm_unwind_save_mmxwr()
2448 else if (i == 6 && unwind.opcode_count >= 2) in s_arm_unwind_save_mmxwr()
2450 i = unwind.opcodes[unwind.opcode_count - 2]; in s_arm_unwind_save_mmxwr()
2461 unwind.opcode_count -= 2; in s_arm_unwind_save_mmxwr()
9530 if (unwind.opcode_count + length > unwind.opcode_alloc) in add_unwind_opcode()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dia64-gen.c87 int opcode_count = 0; variable
1814 opcodenum, opcode_count - ent->order - 1,
2691 insert_completer_entry (opc, *place, opcode_count++);