Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h181 bool EmulateB(const uint32_t opcode);
DEmulateInstructionARM64.cpp349 {0xfc000000, 0x14000000, No_VFP, &EmulateInstructionARM64::EmulateB, in GetOpcodeForInstruction()
1051 bool EmulateInstructionARM64::EmulateB(const uint32_t opcode) { in EmulateB() function in EmulateInstructionARM64
/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h385 bool EmulateB(const uint32_t opcode, const ARMEncoding encoding);
DEmulateInstructionARM.cpp2798 bool EmulateInstructionARM::EmulateB(const uint32_t opcode, in EmulateB() function in EmulateInstructionARM
12873 &EmulateInstructionARM::EmulateB, "b #imm24"}, in GetARMOpcodeForInstruction()
13269 &EmulateInstructionARM::EmulateB, "b<c> #imm8 (outside IT)"}, in GetThumbOpcodeForInstruction()
13271 &EmulateInstructionARM::EmulateB, "b<c> #imm11 (outside or last in IT)"}, in GetThumbOpcodeForInstruction()
13273 &EmulateInstructionARM::EmulateB, "b<c>.w #imm8 (outside IT)"}, in GetThumbOpcodeForInstruction()
13275 &EmulateInstructionARM::EmulateB, in GetThumbOpcodeForInstruction()