Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp2946 if is_tbh then in EmulateTB()
2960 bool is_tbh; // true if table branch halfword in EmulateTB() local
2965 is_tbh = BitIsSet(opcode, 4); in EmulateTB()
2987 addr_t addr = base + (is_tbh ? index * 2 : index); in EmulateTB()
2992 uint32_t offset = MemURead(context, addr, is_tbh ? 2 : 1, 0, &success) * 2; in EmulateTB()