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

  /external/v8/src/mips/
constants-mips.cc 167 case BGEZ:
constants-mips.h 355 BGEZ = ((0 << 3) + 1) << 16,
assembler-mips.cc 515 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ ||
1077 void Assembler::bgez(Register rs, int16_t offset) { function in class:v8::Assembler
1079 GenInstrImmediate(REGIMM, rs, BGEZ, offset);
    [all...]
simulator-mips.cc     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp 237 case Mips::BGEZ: return Mips::BLTZ;
238 case Mips::BLTZ: return Mips::BGEZ;
312 Opc == Mips::BGEZ || Opc == Mips::BLTZ || Opc == Mips::BLEZ ||
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 365 void BGEZ(int Rs, const char* label);
MIPSAssembler.cpp     [all...]

Completed in 83 milliseconds