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

  /external/chromium_org/v8/src/mips/
assembler-mips.h 470 int32_t branch_offset_compact(Label* L, bool jump_elimination_allowed);
480 int32_t o = branch_offset_compact(L, jump_elimination_allowed);
643 bgezc(rt, branch_offset_compact(L, false)>>2);
647 bgeuc(rs, rt, branch_offset_compact(L, false)>>2);
651 bgec(rs, rt, branch_offset_compact(L, false)>>2);
656 bgezalc(rt, branch_offset_compact(L, false)>>2);
665 bgtzc(rt, branch_offset_compact(L, false)>>2);
670 blezc(rt, branch_offset_compact(L, false)>>2);
675 bltzc(rt, branch_offset_compact(L, false)>>2);
679 bltuc(rs, rt, branch_offset_compact(L, false)>>2)
    [all...]
assembler-mips.cc 1053 int32_t Assembler::branch_offset_compact(Label* L, function in class:v8::Assembler
    [all...]
  /external/chromium_org/v8/src/mips64/
assembler-mips64.h 460 int32_t branch_offset_compact(Label* L, bool jump_elimination_allowed);
470 int32_t o = branch_offset_compact(L, jump_elimination_allowed);
634 bgezc(rt, branch_offset_compact(L, false)>>2);
638 bgeuc(rs, rt, branch_offset_compact(L, false)>>2);
642 bgec(rs, rt, branch_offset_compact(L, false)>>2);
647 bgezalc(rt, branch_offset_compact(L, false)>>2);
656 bgtzc(rt, branch_offset_compact(L, false)>>2);
661 blezc(rt, branch_offset_compact(L, false)>>2);
666 bltzc(rt, branch_offset_compact(L, false)>>2);
670 bltuc(rs, rt, branch_offset_compact(L, false)>>2)
    [all...]
assembler-mips64.cc 1034 int32_t Assembler::branch_offset_compact(Label* L, function in class:v8::Assembler
    [all...]

Completed in 150 milliseconds