Searched refs:BGTZ (Results 1 – 8 of 8) sorted by relevance
158 case BGTZ: in IsForbiddenInBranchDelay()310 case BGTZ: in InstructionType()
261 BGTZ = ((0 << 3) + 7) << kOpcodeShift, enumerator
842 case BGTZ: in DecodeTypeImmediate()
2403 case BGTZ: in DecodeTypeImmediate()2533 case BGTZ: in DecodeTypeImmediate()
510 opcode == BGTZ || in IsBranch()1094 GenInstrImmediate(BGTZ, rs, zero_reg, offset); in bgtz()
5420 opcode == BGTZ || in ChangeBranchCondition()
236 case Mips::BGTZ: return Mips::BLEZ; in GetOppositeBranchOpc()239 case Mips::BLEZ: return Mips::BGTZ; in GetOppositeBranchOpc()311 return (Opc == Mips::BEQ || Opc == Mips::BNE || Opc == Mips::BGTZ || in GetAnalyzableBrOpc()
1013 def BGTZ : CBranchZero<0x07, 0, "bgtz", setgt, CPURegs>;