Lines Matching refs:Bit32
36 #define APSR_C Bit32(m_opcode_cpsr, CPSR_C_POS) in LLDB_PLUGIN_DEFINE_ADV()
37 #define APSR_V Bit32(m_opcode_cpsr, CPSR_V_POS) in LLDB_PLUGIN_DEFINE_ADV()
932 if (Bit32(opcode, 8)) in EmulatePUSH()
1048 if (Bit32(opcode, 8)) in EmulatePOP()
1059 if (BitCount(registers) < 2 || (Bit32(opcode, 15) && Bit32(opcode, 14))) in EmulatePOP()
1293 Rd = Bit32(opcode, 7) << 3 | Bits32(opcode, 2, 0); in EmulateMOVRdRm()
1409 uint32_t i = Bit32(opcode, 26); in EmulateMOVRdImm()
1580 SetBit32(m_new_inst_cpsr, CPSR_N_POS, Bit32(result, 31)); in EmulateMUL()
1876 setflags = Bit32(opcode, 20); in EmulateADDSPImm()
1892 uint32_t i = Bit32(opcode, 26); in EmulateADDSPImm()
2032 uint32_t S = Bit32(opcode, 26); in EmulateBLXImmediate()
2034 uint32_t J1 = Bit32(opcode, 13); in EmulateBLXImmediate()
2035 uint32_t J2 = Bit32(opcode, 11); in EmulateBLXImmediate()
2051 uint32_t S = Bit32(opcode, 26); in EmulateBLXImmediate()
2053 uint32_t J1 = Bit32(opcode, 13); in EmulateBLXImmediate()
2054 uint32_t J2 = Bit32(opcode, 11); in EmulateBLXImmediate()
2587 d = Bit32(opcode, 22) << 4 | Bits32(opcode, 15, 12); in EmulateVPUSH()
2598 d = Bits32(opcode, 15, 12) << 1 | Bit32(opcode, 22); in EmulateVPUSH()
2679 d = Bit32(opcode, 22) << 4 | Bits32(opcode, 15, 12); in EmulateVPOP()
2690 d = Bits32(opcode, 15, 12) << 1 | Bit32(opcode, 22); in EmulateVPOP()
2838 uint32_t S = Bit32(opcode, 26); in EmulateB()
2840 uint32_t J1 = Bit32(opcode, 13); in EmulateB()
2841 uint32_t J2 = Bit32(opcode, 11); in EmulateB()
2851 uint32_t S = Bit32(opcode, 26); in EmulateB()
2853 uint32_t J1 = Bit32(opcode, 13); in EmulateB()
2854 uint32_t J2 = Bit32(opcode, 11); in EmulateB()
2909 imm32 = Bit32(opcode, 9) << 6 | Bits32(opcode, 7, 3) << 1; in EmulateCB()
3081 uint32_t i = Bit32(opcode, 26); in EmulateADDImmThumb()
3232 Rd = Rn = Bit32(opcode, 7) << 3 | Bits32(opcode, 2, 0); in EmulateADDReg()
3477 Rn = Bit32(opcode, 7) << 3 | Bits32(opcode, 2, 0); in EmulateCMPReg()
6590 Shift(Rm, shift_t, shift_n, Bit32(m_opcode_cpsr, APSR_C), &success); in EmulateLDRRegister()
8722 wordhigher = (Bit32(opcode, 24) == Bit32(opcode, 23)); in EmulateRFE()
11225 if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21)) in EmulateVLDM()
11236 d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12); in EmulateVLDM()
11260 if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21)) in EmulateVLDM()
11270 d = (Bits32(opcode, 15, 12) << 1) | Bit32(opcode, 22); in EmulateVLDM()
11419 if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21)) in EmulateVSTM()
11430 d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12); in EmulateVSTM()
11454 if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21)) in EmulateVSTM()
11464 d = (Bits32(opcode, 15, 12) << 1) | Bit32(opcode, 22); in EmulateVSTM()
11623 d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12); in EmulateVLDR()
11636 d = (Bits32(opcode, 15, 12) << 1) | Bit32(opcode, 22); in EmulateVLDR()
11749 d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12); in EmulateVSTR()
11766 d = (Bits32(opcode, 15, 12) << 1) | Bit32(opcode, 22); in EmulateVSTR()
11924 d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12); in EmulateVLD1Multiple()
12079 index = Bit32(index_align, 3); in EmulateVLD1Single()
12090 d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12); in EmulateVLD1Single()
12252 d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12); in EmulateVST1Multiple()
12412 index = Bit32(index_align, 3); in EmulateVST1Single()
12423 d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12); in EmulateVST1Single()
12545 d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12); in EmulateVLD1SingleAll()
14012 tmp_cpsr = tmp_cpsr | (Bit32(value, 9) << 9); in CPSRWriteByInstr()
14014 tmp_cpsr = tmp_cpsr | (Bit32(value, 8) << 8); in CPSRWriteByInstr()
14021 tmp_cpsr = tmp_cpsr | (Bit32(value, 5) << 5); in CPSRWriteByInstr()
14259 SetBit32(m_new_inst_cpsr, CPSR_N_POS, Bit32(result, CPSR_N_POS)); in WriteFlags()