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

  /external/v8/src/mips/
assembler-mips.cc 497 void Assembler::GenInstrImmediate(Opcode opcode,
508 void Assembler::GenInstrImmediate(Opcode opcode,
518 void Assembler::GenInstrImmediate(Opcode opcode,
585 GenInstrImmediate(BEQ, rs, rt, offset);
590 GenInstrImmediate(REGIMM, rs, BGEZ, offset);
595 GenInstrImmediate(REGIMM, rs, BGEZAL, offset);
600 GenInstrImmediate(BGTZ, rs, zero_reg, offset);
605 GenInstrImmediate(BLEZ, rs, zero_reg, offset);
610 GenInstrImmediate(REGIMM, rs, BLTZ, offset);
615 GenInstrImmediate(REGIMM, rs, BLTZAL, offset)
    [all...]
assembler-mips.h 632 void GenInstrImmediate(Opcode opcode,
636 void GenInstrImmediate(Opcode opcode,
640 void GenInstrImmediate(Opcode opcode,

Completed in 16 milliseconds