Searched refs:EmulateB (Results 1 - 2 of 2) sorted by relevance
/external/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.h | 468 EmulateB (const uint32_t opcode, const ARMEncoding encoding);
|
H A D | EmulateInstructionARM.cpp | 2245 EmulateInstructionARM::EmulateB (const uint32_t opcode, const ARMEncoding encoding) function in class:EmulateInstructionARM 12310 { 0x0f000000, 0x0a000000, ARMvAll, eEncodingA1, No_VFP, eSize32, &EmulateInstructionARM::EmulateB, "b #imm24"}, 12562 { 0xfffff000, 0x0000d000, ARMvAll, eEncodingT1, No_VFP, eSize16, &EmulateInstructionARM::EmulateB, "b<c> #imm8 (outside IT)"}, 12563 { 0xfffff800, 0x0000e000, ARMvAll, eEncodingT2, No_VFP, eSize16, &EmulateInstructionARM::EmulateB, "b<c> #imm11 (outside or last in IT)"}, 12564 { 0xf800d000, 0xf0008000, ARMV6T2_ABOVE, eEncodingT3, No_VFP, eSize32, &EmulateInstructionARM::EmulateB, "b<c>.w #imm8 (outside IT)"}, 12565 { 0xf800d000, 0xf0009000, ARMV6T2_ABOVE, eEncodingT4, No_VFP, eSize32, &EmulateInstructionARM::EmulateB, "b<c>.w #imm8 (outside or last in IT)"},
|
Completed in 73 milliseconds