Searched refs:BitIsClear (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.cpp | 2499 wback = (BitIsClear(opcode, 24) || BitIsSet(opcode, 21)); in EmulateSTRRtSP() 3943 wback = BitIsClear(registers, n); in EmulateLDM() 4032 if (wback && BitIsClear(registers, n)) { in EmulateLDM() 4146 if (wback && BitIsClear(registers, n)) { in EmulateLDMDA() 4284 if (wback && BitIsClear(registers, n)) { in EmulateLDMDB() 4398 if (wback && BitIsClear(registers, n)) { in EmulateLDMIB() 4500 if (BitIsClear(opcode, 10) && BitIsClear(opcode, 8)) in EmulateLDRRtRnImm() 5207 (BitIsClear(opcode, 10) && BitIsClear(opcode, 8))) in EmulateSTRThumb() 5259 (BitIsClear(address, 1) && BitIsClear(address, 0))) { in EmulateSTRThumb() 5385 wback = (BitIsClear(opcode, 24) || BitIsSet(opcode, 21)); in EmulateSTRRegister() [all …]
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | InstructionUtils.h | 93 static inline bool BitIsClear(const uint64_t value, const uint64_t bit) { in BitIsClear() function
|