Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h188 bool EmulateB(const uint32_t opcode);
H A DEmulateInstructionARM64.cpp376 {0xfc000000, 0x14000000, No_VFP, &EmulateInstructionARM64::EmulateB, in GetOpcodeForInstruction()
1063 bool EmulateInstructionARM64::EmulateB(const uint32_t opcode) { in EmulateB() function in EmulateInstructionARM64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h388 bool EmulateB(const uint32_t opcode, const ARMEncoding encoding);
H A DEmulateInstructionARM.cpp2811 bool EmulateInstructionARM::EmulateB(const uint32_t opcode, in EmulateB() function in EmulateInstructionARM
12924 &EmulateInstructionARM::EmulateB, "b #imm24"}, in GetARMOpcodeForInstruction()
13338 &EmulateInstructionARM::EmulateB, "b<c> #imm8 (outside IT)"}, in GetThumbOpcodeForInstruction()
13340 &EmulateInstructionARM::EmulateB, "b<c> #imm11 (outside or last in IT)"}, in GetThumbOpcodeForInstruction()
13342 &EmulateInstructionARM::EmulateB, "b<c>.w #imm8 (outside IT)"}, in GetThumbOpcodeForInstruction()
13344 &EmulateInstructionARM::EmulateB, in GetThumbOpcodeForInstruction()