HomeSort by relevance Sort by last modified time
    Searched refs:BGEZ (Results 1 - 5 of 5) sorted by null

  /external/v8/src/mips/
constants-mips.cc 167 case BGEZ:
constants-mips.h 301 BGEZ = ((0 << 3) + 1) << 16,
assembler-mips.cc 390 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ ||
889 void Assembler::bgez(Register rs, int16_t offset) { function in class:v8::internal::Assembler
891 GenInstrImmediate(REGIMM, rs, BGEZ, offset);
    [all...]
simulator-mips.cc     [all...]
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 230 Opc == Mips::BGEZ || Opc == Mips::BLTZ || Opc == Mips::BLEZ ||
246 case Mips::BGEZ : return Mips::BLTZ;
247 case Mips::BLTZ : return Mips::BGEZ;

Completed in 581 milliseconds