• Home
  • Raw
  • Download

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()
935 if (Bit32(opcode, 8)) in EmulatePUSH()
1050 if (Bit32(opcode, 8)) in EmulatePOP()
1061 if (BitCount(registers) < 2 || (Bit32(opcode, 15) && Bit32(opcode, 14))) in EmulatePOP()
1295 Rd = Bit32(opcode, 7) << 3 | Bits32(opcode, 2, 0); in EmulateMOVRdRm()
1411 uint32_t i = Bit32(opcode, 26); in EmulateMOVRdImm()
1582 SetBit32(m_new_inst_cpsr, CPSR_N_POS, Bit32(result, 31)); in EmulateMUL()
1878 setflags = Bit32(opcode, 20); in EmulateADDSPImm()
1894 uint32_t i = Bit32(opcode, 26); in EmulateADDSPImm()
2035 uint32_t S = Bit32(opcode, 26); in EmulateBLXImmediate()
2037 uint32_t J1 = Bit32(opcode, 13); in EmulateBLXImmediate()
2038 uint32_t J2 = Bit32(opcode, 11); in EmulateBLXImmediate()
2054 uint32_t S = Bit32(opcode, 26); in EmulateBLXImmediate()
2056 uint32_t J1 = Bit32(opcode, 13); in EmulateBLXImmediate()
2057 uint32_t J2 = Bit32(opcode, 11); in EmulateBLXImmediate()
2590 d = Bit32(opcode, 22) << 4 | Bits32(opcode, 15, 12); in EmulateVPUSH()
2601 d = Bits32(opcode, 15, 12) << 1 | Bit32(opcode, 22); in EmulateVPUSH()
2682 d = Bit32(opcode, 22) << 4 | Bits32(opcode, 15, 12); in EmulateVPOP()
2693 d = Bits32(opcode, 15, 12) << 1 | Bit32(opcode, 22); in EmulateVPOP()
2843 uint32_t S = Bit32(opcode, 26); in EmulateB()
2845 uint32_t J1 = Bit32(opcode, 13); in EmulateB()
2846 uint32_t J2 = Bit32(opcode, 11); in EmulateB()
2856 uint32_t S = Bit32(opcode, 26); in EmulateB()
2858 uint32_t J1 = Bit32(opcode, 13); in EmulateB()
2859 uint32_t J2 = Bit32(opcode, 11); in EmulateB()
2914 imm32 = Bit32(opcode, 9) << 6 | Bits32(opcode, 7, 3) << 1; in EmulateCB()
3086 uint32_t i = Bit32(opcode, 26); in EmulateADDImmThumb()
3238 Rd = Rn = Bit32(opcode, 7) << 3 | Bits32(opcode, 2, 0); in EmulateADDReg()
3483 Rn = Bit32(opcode, 7) << 3 | Bits32(opcode, 2, 0); in EmulateCMPReg()
6613 Shift(Rm, shift_t, shift_n, Bit32(m_opcode_cpsr, APSR_C), &success); in EmulateLDRRegister()
8747 wordhigher = (Bit32(opcode, 24) == Bit32(opcode, 23)); in EmulateRFE()
11257 if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21)) in EmulateVLDM()
11268 d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12); in EmulateVLDM()
11292 if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21)) in EmulateVLDM()
11302 d = (Bits32(opcode, 15, 12) << 1) | Bit32(opcode, 22); in EmulateVLDM()
11451 if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21)) in EmulateVSTM()
11462 d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12); in EmulateVSTM()
11486 if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21)) in EmulateVSTM()
11496 d = (Bits32(opcode, 15, 12) << 1) | Bit32(opcode, 22); in EmulateVSTM()
11655 d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12); in EmulateVLDR()
11668 d = (Bits32(opcode, 15, 12) << 1) | Bit32(opcode, 22); in EmulateVLDR()
11781 d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12); in EmulateVSTR()
11798 d = (Bits32(opcode, 15, 12) << 1) | Bit32(opcode, 22); in EmulateVSTR()
11957 d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12); in EmulateVLD1Multiple()
12112 index = Bit32(index_align, 3); in EmulateVLD1Single()
12123 d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12); in EmulateVLD1Single()
12286 d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12); in EmulateVST1Multiple()
12446 index = Bit32(index_align, 3); in EmulateVST1Single()
12457 d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12); in EmulateVST1Single()
12579 d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12); in EmulateVLD1SingleAll()
14049 tmp_cpsr = tmp_cpsr | (Bit32(value, 9) << 9); in CPSRWriteByInstr()
14051 tmp_cpsr = tmp_cpsr | (Bit32(value, 8) << 8); in CPSRWriteByInstr()
14058 tmp_cpsr = tmp_cpsr | (Bit32(value, 5) << 5); in CPSRWriteByInstr()
14296 SetBit32(m_new_inst_cpsr, CPSR_N_POS, Bit32(result, CPSR_N_POS)); in WriteFlags()