Searched refs:EmulateB (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/ |
H A D | EmulateInstructionLoongArch.h | 81 bool EmulateB(uint32_t inst);
|
H A D | EmulateInstructionLoongArch.cpp | 49 {0xfc000000, 0x50000000, &EmulateInstructionLoongArch::EmulateB, in GetOpcodeForInstruction() 236 bool EmulateInstructionLoongArch::EmulateB(uint32_t inst) { in EmulateB() function in lldb_private::EmulateInstructionLoongArch
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.h | 181 bool EmulateB(const uint32_t opcode);
|
H A D | EmulateInstructionARM64.cpp | 349 {0xfc000000, 0x14000000, No_VFP, &EmulateInstructionARM64::EmulateB, in GetOpcodeForInstruction() 1064 bool EmulateInstructionARM64::EmulateB(const uint32_t opcode) { in EmulateB() function in EmulateInstructionARM64
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.h | 384 bool EmulateB(const uint32_t opcode, const ARMEncoding encoding);
|
H A D | EmulateInstructionARM.cpp | 2798 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()
|