Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.cpp794 {"BEQ", &EmulateInstructionMIPS64::Emulate_BXX_3ops, "BEQ rs,rt,offset"}, in GetOpcodeForInstruction()
795 {"BEQ64", &EmulateInstructionMIPS64::Emulate_BXX_3ops, "BEQ rs,rt,offset"}, in GetOpcodeForInstruction()
796 {"BNE", &EmulateInstructionMIPS64::Emulate_BXX_3ops, "BNE rs,rt,offset"}, in GetOpcodeForInstruction()
797 {"BNE64", &EmulateInstructionMIPS64::Emulate_BXX_3ops, "BNE rs,rt,offset"}, in GetOpcodeForInstruction()
798 {"BEQL", &EmulateInstructionMIPS64::Emulate_BXX_3ops, in GetOpcodeForInstruction()
800 {"BNEL", &EmulateInstructionMIPS64::Emulate_BXX_3ops, in GetOpcodeForInstruction()
1344 bool EmulateInstructionMIPS64::Emulate_BXX_3ops(llvm::MCInst &insn) { in Emulate_BXX_3ops() function in EmulateInstructionMIPS64
DEmulateInstructionMIPS64.h106 bool Emulate_BXX_3ops(llvm::MCInst &insn);
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h131 bool Emulate_BXX_3ops(llvm::MCInst &insn);
DEmulateInstructionMIPS.cpp853 {"BEQ", &EmulateInstructionMIPS::Emulate_BXX_3ops, "BEQ rs,rt,offset"}, in GetOpcodeForInstruction()
854 {"BNE", &EmulateInstructionMIPS::Emulate_BXX_3ops, "BNE rs,rt,offset"}, in GetOpcodeForInstruction()
855 {"BEQL", &EmulateInstructionMIPS::Emulate_BXX_3ops, "BEQL rs,rt,offset"}, in GetOpcodeForInstruction()
856 {"BNEL", &EmulateInstructionMIPS::Emulate_BXX_3ops, "BNEL rs,rt,offset"}, in GetOpcodeForInstruction()
1802 bool EmulateInstructionMIPS::Emulate_BXX_3ops(llvm::MCInst &insn) { in Emulate_BXX_3ops() function in EmulateInstructionMIPS