Searched refs:Emulate_3D_branch (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 118 bool Emulate_3D_branch(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS64.cpp | 902 {"BC1ANY2F", &EmulateInstructionMIPS64::Emulate_3D_branch, in GetOpcodeForInstruction() 904 {"BC1ANY2T", &EmulateInstructionMIPS64::Emulate_3D_branch, in GetOpcodeForInstruction() 906 {"BC1ANY4F", &EmulateInstructionMIPS64::Emulate_3D_branch, in GetOpcodeForInstruction() 908 {"BC1ANY4T", &EmulateInstructionMIPS64::Emulate_3D_branch, in GetOpcodeForInstruction() 2110 bool EmulateInstructionMIPS64::Emulate_3D_branch(llvm::MCInst &insn) { in Emulate_3D_branch() function in EmulateInstructionMIPS64
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 143 bool Emulate_3D_branch(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS.cpp | 915 {"BC1ANY2F", &EmulateInstructionMIPS::Emulate_3D_branch, in GetOpcodeForInstruction() 917 {"BC1ANY2T", &EmulateInstructionMIPS::Emulate_3D_branch, in GetOpcodeForInstruction() 919 {"BC1ANY4F", &EmulateInstructionMIPS::Emulate_3D_branch, in GetOpcodeForInstruction() 921 {"BC1ANY4T", &EmulateInstructionMIPS::Emulate_3D_branch, in GetOpcodeForInstruction() 2788 bool EmulateInstructionMIPS::Emulate_3D_branch(llvm::MCInst &insn) { in Emulate_3D_branch() function in EmulateInstructionMIPS
|