Searched refs:BGEZ (Results 1 – 7 of 7) sorted by relevance
237 case Mips::BGEZ: return Mips::BLTZ; in GetOppositeBranchOpc()238 case Mips::BLTZ: return Mips::BGEZ; in GetOppositeBranchOpc()312 Opc == Mips::BGEZ || Opc == Mips::BLTZ || Opc == Mips::BLEZ || in GetAnalyzableBrOpc()
1012 def BGEZ : CBranchZero<0x01, 1, "bgez", setge, CPURegs>;
167 case BGEZ: in IsForbiddenInBranchDelay()
355 BGEZ = ((0 << 3) + 1) << 16, enumerator
822 case BGEZ: in DecodeTypeImmediate()
2362 case BGEZ: in DecodeTypeImmediate()2374 case BGEZ: in DecodeTypeImmediate()
515 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ || in IsBranch()1079 GenInstrImmediate(REGIMM, rs, BGEZ, offset); in bgez()