Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/opcodes/
Dia64-gen.c93 int opcode_count = 0; variable
1835 opcodenum, opcode_count - ent->order - 1,
2712 insert_completer_entry (opc, *place, opcode_count++);
/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-arm.c64 int opcode_count; member
3067 unwind.opcode_count = 0; in s_arm_unwind_fnstart()
3235 unwind.opcode_count--; in s_arm_unwind_save_core()
3487 if (unwind.opcode_count > 0) in s_arm_unwind_save_mmxwr()
3489 i = unwind.opcodes[unwind.opcode_count - 1]; in s_arm_unwind_save_mmxwr()
3499 unwind.opcode_count--; in s_arm_unwind_save_mmxwr()
3502 else if (i == 6 && unwind.opcode_count >= 2) in s_arm_unwind_save_mmxwr()
3504 i = unwind.opcodes[unwind.opcode_count - 2]; in s_arm_unwind_save_mmxwr()
3515 unwind.opcode_count -= 2; in s_arm_unwind_save_mmxwr()
17192 if (unwind.opcode_count + length > unwind.opcode_alloc) in add_unwind_opcode()
[all …]