Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dia64-gen.c84 int opcode_count = 0; variable
1830 opcodenum, opcode_count - ent->order - 1, in add_dis_entry()
2695 insert_completer_entry (opc, *place, opcode_count++); in add_opcode_entry()
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dia64-gen.c84 int opcode_count = 0; variable
1830 opcodenum, opcode_count - ent->order - 1, in add_dis_entry()
2695 insert_completer_entry (opc, *place, opcode_count++); in add_opcode_entry()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c61 int opcode_count; member
4101 unwind.opcode_count = 0; in s_arm_unwind_fnstart()
4300 unwind.opcode_count--; in s_arm_unwind_save_core()
4629 if (unwind.opcode_count > 0) in s_arm_unwind_save_mmxwr()
4631 i = unwind.opcodes[unwind.opcode_count - 1]; in s_arm_unwind_save_mmxwr()
4641 unwind.opcode_count--; in s_arm_unwind_save_mmxwr()
4644 else if (i == 6 && unwind.opcode_count >= 2) in s_arm_unwind_save_mmxwr()
4646 i = unwind.opcodes[unwind.opcode_count - 2]; in s_arm_unwind_save_mmxwr()
4657 unwind.opcode_count -= 2; in s_arm_unwind_save_mmxwr()
27606 if (unwind.opcode_count + length > unwind.opcode_alloc) in add_unwind_opcode()
[all …]