| H A D | EmulateInstructionMIPS.cpp | 856 {"BGEZ", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BGEZ rs,offset"}, in GetOpcodeForInstruction() 887 {"BGEZL", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BGEZL rt,offset"}, in GetOpcodeForInstruction() 888 {"BGTZ", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BGTZ rt,offset"}, in GetOpcodeForInstruction() 889 {"BGTZL", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BGTZL rt,offset"}, in GetOpcodeForInstruction() 890 {"BLEZ", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BLEZ rt,offset"}, in GetOpcodeForInstruction() 891 {"BLEZL", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BLEZL rt,offset"}, in GetOpcodeForInstruction() 892 {"BLTZ", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BLTZ rt,offset"}, in GetOpcodeForInstruction() 897 {"BLTZL", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BLTZL rt,offset"}, in GetOpcodeForInstruction() 2036 bool EmulateInstructionMIPS::Emulate_BXX_2ops(llvm::MCInst &insn) { in Emulate_BXX_2ops() function in EmulateInstructionMIPS
|