Lines Matching refs:Emulate_BXX_2ops
799 {"BGEZ", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BGEZ rs,offset"}, in GetOpcodeForInstruction()
800 {"BGEZ64", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BGEZ rs,offset"}, in GetOpcodeForInstruction()
861 {"BGEZL", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BGEZL rt,offset"}, in GetOpcodeForInstruction()
862 {"BGTZ", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BGTZ rt,offset"}, in GetOpcodeForInstruction()
863 {"BGTZ64", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BGTZ rt,offset"}, in GetOpcodeForInstruction()
864 {"BGTZL", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BGTZL rt,offset"}, in GetOpcodeForInstruction()
865 {"BLEZ", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BLEZ rt,offset"}, in GetOpcodeForInstruction()
866 {"BLEZ64", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BLEZ rt,offset"}, in GetOpcodeForInstruction()
867 {"BLEZL", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BLEZL rt,offset"}, in GetOpcodeForInstruction()
868 {"BLTZ", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BLTZ rt,offset"}, in GetOpcodeForInstruction()
869 {"BLTZ64", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BLTZ rt,offset"}, in GetOpcodeForInstruction()
874 {"BLTZL", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BLTZL rt,offset"}, in GetOpcodeForInstruction()
1562 bool EmulateInstructionMIPS64::Emulate_BXX_2ops(llvm::MCInst &insn) { in Emulate_BXX_2ops() function in EmulateInstructionMIPS64