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

  /external/v8/src/mips/
constants-mips.cc 169 case BGEZAL:
196 case BGEZAL:
constants-mips.h 303 BGEZAL = ((2 << 3) + 1) << 16,
assembler-mips.cc 391 rt_field == BLTZAL || rt_field == BGEZAL)) ||
878 bgezal(zero_reg, offset);
896 void Assembler::bgezal(Register rs, int16_t offset) { function in class:v8::internal::Assembler
899 GenInstrImmediate(REGIMM, rs, BGEZAL, offset);
    [all...]
simulator-mips.cc     [all...]

Completed in 62 milliseconds