Home
last modified time | relevance | path

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 DEmulateInstructionMIPS64.h118 bool Emulate_3D_branch(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp902 {"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 DEmulateInstructionMIPS.h143 bool Emulate_3D_branch(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp915 {"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