Searched refs:opcode_count (Results 1 – 2 of 2) sorted by relevance
93 int opcode_count = 0; variable1835 opcodenum, opcode_count - ent->order - 1, 2712 insert_completer_entry (opc, *place, opcode_count++);
64 int opcode_count; member3067 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 …]