Searched refs:BitIsSet (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 3954 (BitIsSet(opcode, 14) && BitIsSet(opcode, 15))) in EmulateLDM() 4202 (BitIsSet(opcode, 14) && BitIsSet(opcode, 15))) in EmulateLDMDB() 10704 if (BitIsSet(t, 0)) in EmulateLDRDImmediate() 10825 if (BitIsSet(t, 0)) in EmulateLDRDRegister() 10979 if (BitIsSet(t, 0)) in EmulateSTRDImm() 11107 if (BitIsSet(t, 0)) in EmulateSTRDReg() 14029 if (BitIsSet(bytemask, 3)) { in CPSRWriteByInstr() 14035 if (BitIsSet(bytemask, 2)) { in CPSRWriteByInstr() 14039 if (BitIsSet(bytemask, 1)) { in CPSRWriteByInstr() 14047 if (BitIsSet(bytemask, 0)) { in CPSRWriteByInstr() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | InstructionUtils.h | 89 static inline bool BitIsSet(const uint64_t value, const uint64_t bit) { in BitIsSet() function 107 if (BitIsSet(value, msbit)) { in SignedBits()
|
| H A D | ARMUtils.h | 144 bool negative = BitIsSet(value, 31); in ASR_C()
|