Home
last modified time | relevance | path

Searched refs:bit_pos (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp1150 integer bit_pos = UInt(b5:b40); in EmulateTBZ()
1158 uint32_t bit_pos = (Bit32(opcode, 31) << 6) | (Bits32(opcode, 23, 19)); in EmulateTBZ() local
1167 if (m_ignore_conditions || Bit32(operand, bit_pos) == bit_val) { in EmulateTBZ()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DScalar.h75 bool SignExtend(uint32_t bit_pos);