Searched refs:BGEZ (Results 1 – 7 of 7) sorted by relevance
241 Opc == Mips::BGEZ || Opc == Mips::BLTZ || Opc == Mips::BLEZ || in GetAnalyzableBrOpc()254 case Mips::BGEZ : return Mips::BLTZ; in GetOppositeBranchOpc()255 case Mips::BLTZ : return Mips::BGEZ; in GetOppositeBranchOpc()
557 def BGEZ : CBranchZero<0x01, "bgez", setge>;
167 case BGEZ: in IsForbiddenInBranchDelay()
301 BGEZ = ((0 << 3) + 1) << 16, enumerator
793 case BGEZ: in DecodeTypeImmediate()
1964 case BGEZ: in DecodeTypeImmediate()1976 case BGEZ: in DecodeTypeImmediate()
390 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ || in IsBranch()891 GenInstrImmediate(REGIMM, rs, BGEZ, offset); in bgez()