Searched defs:is_tbh (Results 1 - 1 of 1) sorted by path

/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp2382 if is_tbh then
2393 bool is_tbh; // true if table branch halfword local
2398 is_tbh = BitIsSet(opcode, 4);
2420 addr_t addr = base + (is_tbh ? index*2 : index);
2425 uint32_t offset = MemURead(context, addr, is_tbh ? 2 : 1, 0, &success) * 2;

Completed in 435 milliseconds