Lines Matching refs:insn1
17493 UShort insn1; /* second 16 bits of the insn */ in disInstr_THUMB_WRK() local
17524 insn1 = 0; /* We'll get it later, once we know we need it. */ in disInstr_THUMB_WRK()
19241 # define INSN1(_bMax,_bMin) SLICE_UInt(((UInt)insn1), (_bMax), (_bMin)) in disInstr_THUMB_WRK()
19244 vassert(insn1 == 0); in disInstr_THUMB_WRK()
19245 insn1 = getUShortLittleEndianly( guest_instr+2 ); in disInstr_THUMB_WRK()
19394 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); in disInstr_THUMB_WRK()
19443 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); in disInstr_THUMB_WRK()
19469 UInt imm32 = thumbExpandImm_from_I0_I1(&updC, insn0, insn1); in disInstr_THUMB_WRK()
19503 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); in disInstr_THUMB_WRK()
19562 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); in disInstr_THUMB_WRK()
19631 UInt imm32 = thumbExpandImm_from_I0_I1(&updC, insn0, insn1); in disInstr_THUMB_WRK()
20031 UInt imm32 = thumbExpandImm_from_I0_I1(&updC, insn0, insn1); in disInstr_THUMB_WRK()
21954 "0x%04x 0x%04x\n", (UInt)insn0, (UInt)insn1); in disInstr_THUMB_WRK()