Searched refs:opcode_count (Results 1 – 3 of 3) sorted by relevance
84 int opcode_count = 0; variable1830 opcodenum, opcode_count - ent->order - 1, in add_dis_entry()2695 insert_completer_entry (opc, *place, opcode_count++); in add_opcode_entry()
61 int opcode_count; member4101 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 …]