Home
last modified time | relevance | path

Searched refs:BGEZ (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp241 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()
DMipsInstrInfo.td557 def BGEZ : CBranchZero<0x01, "bgez", setge>;
/external/v8/src/mips/
Dconstants-mips.cc167 case BGEZ: in IsForbiddenInBranchDelay()
Dconstants-mips.h301 BGEZ = ((0 << 3) + 1) << 16, enumerator
Ddisasm-mips.cc793 case BGEZ: in DecodeTypeImmediate()
Dsimulator-mips.cc1964 case BGEZ: in DecodeTypeImmediate()
1976 case BGEZ: in DecodeTypeImmediate()
Dassembler-mips.cc390 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ || in IsBranch()
891 GenInstrImmediate(REGIMM, rs, BGEZ, offset); in bgez()