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

  /external/v8/src/mips/
macro-assembler-mips.cc 557 // We need to use a bgezal or bltzal, but they can't be used directly with the
589 bgezal(scratch, offset);
599 bgezal(scratch, offset);
611 bgezal(scratch, offset);
621 bgezal(scratch, offset);
664 bgezal(scratch, shifted_branch_offset(L, false));
674 bgezal(scratch, shifted_branch_offset(L, false));
686 bgezal(scratch, shifted_branch_offset(L, false));
696 bgezal(scratch, shifted_branch_offset(L, false));
disasm-mips.cc 578 case BGEZAL:
579 Format(instr, "bgezal 'rs, 'imm16u");
assembler-mips.h 377 void bgezal(Register rs, int16_t offset);
assembler-mips.cc 319 rt_field == BLTZAL || rt_field == BGEZAL)) ||
580 bgezal(zero_reg, offset);
594 void Assembler::bgezal(Register rs, int16_t offset) { function in class:v8::internal::Assembler
595 GenInstrImmediate(REGIMM, rs, BGEZAL, offset);

Completed in 27 milliseconds