Searched refs:BLEZ (Results 1 – 7 of 7) sorted by relevance
157 case BLEZ: in IsForbiddenInBranchDelay()308 case BLEZ: in InstructionType()
206 BLEZ = ((0 << 3) + 6) << kOpcodeShift, enumerator
810 case BLEZ: in DecodeTypeImmediate()
2002 case BLEZ: in DecodeTypeImmediate()2134 case BLEZ: in DecodeTypeImmediate()
384 opcode == BLEZ || in IsBranch()913 GenInstrImmediate(BLEZ, rs, zero_reg, offset); in blez()
241 Opc == Mips::BGEZ || Opc == Mips::BLTZ || Opc == Mips::BLEZ || in GetAnalyzableBrOpc()253 case Mips::BGTZ : return Mips::BLEZ; in GetOppositeBranchOpc()256 case Mips::BLEZ : return Mips::BGTZ; in GetOppositeBranchOpc()
561 def BLEZ : CBranchZero<0x07, "blez", setle>;