Home
last modified time | relevance | path

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

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