Searched refs:BitIsClear (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 4495 if (BitIsClear(opcode, 10) && BitIsClear(opcode, 8)) in EmulateLDRRtRnImm() 5202 (BitIsClear(opcode, 10) && BitIsClear(opcode, 8))) in EmulateSTRThumb() 5254 (BitIsClear(address, 1) && BitIsClear(address, 0))) { in EmulateSTRThumb() 5451 (BitIsClear(address, 1) && BitIsClear(address, 0)) || in EmulateSTRRegister() 6442 if (BitIsClear(address, 1) && BitIsClear(address, 0)) { in EmulateLDRImmediateARM() 6452 (BitIsClear(address, 1) && BitIsClear(address, 0))) { in EmulateLDRImmediateARM() 6648 if (BitIsClear(address, 1) && BitIsClear(address, 0)) { in EmulateLDRRegister() 6751 if (BitIsClear(opcode, 10) && BitIsClear(opcode, 8)) in EmulateLDRBImmediate() 7141 if (BitIsClear(opcode, 10) && BitIsClear(opcode, 8)) in EmulateLDRHImmediate() 7551 if (BitIsClear(opcode, 10) && BitIsClear(opcode, 8)) in EmulateLDRSBImmediate() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | InstructionUtils.h | 93 static inline bool BitIsClear(const uint64_t value, const uint64_t bit) { in BitIsClear() function
|