Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h119 bool Emulate_3D_branch(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp904 {"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 DEmulateInstructionMIPS.h144 bool Emulate_3D_branch(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp917 {"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