Searched refs:Emulate_3D_branch (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
H A D | EmulateInstructionMIPS64.h | 119 bool Emulate_3D_branch(llvm::MCInst &insn);
|
H A D | EmulateInstructionMIPS64.cpp | 904 {"BC1ANY2F", &EmulateInstructionMIPS64::Emulate_3D_branch, in GetOpcodeForInstruction() 906 {"BC1ANY2T", &EmulateInstructionMIPS64::Emulate_3D_branch, in GetOpcodeForInstruction() 908 {"BC1ANY4F", &EmulateInstructionMIPS64::Emulate_3D_branch, in GetOpcodeForInstruction() 910 {"BC1ANY4T", &EmulateInstructionMIPS64::Emulate_3D_branch, in GetOpcodeForInstruction() 2109 bool EmulateInstructionMIPS64::Emulate_3D_branch(llvm::MCInst &insn) { in Emulate_3D_branch() function in EmulateInstructionMIPS64
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
H A D | EmulateInstructionMIPS.h | 144 bool Emulate_3D_branch(llvm::MCInst &insn);
|
H A D | EmulateInstructionMIPS.cpp | 917 {"BC1ANY2F", &EmulateInstructionMIPS::Emulate_3D_branch, in GetOpcodeForInstruction() 919 {"BC1ANY2T", &EmulateInstructionMIPS::Emulate_3D_branch, in GetOpcodeForInstruction() 921 {"BC1ANY4F", &EmulateInstructionMIPS::Emulate_3D_branch, in GetOpcodeForInstruction() 923 {"BC1ANY4T", &EmulateInstructionMIPS::Emulate_3D_branch, in GetOpcodeForInstruction() 2787 bool EmulateInstructionMIPS::Emulate_3D_branch(llvm::MCInst &insn) { in Emulate_3D_branch() function in EmulateInstructionMIPS
|