Searched refs:branch_offset_compact (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/mips/
H A Dassembler-mips.h470 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(
[all...]
H A Dassembler-mips.cc1053 int32_t Assembler::branch_offset_compact(Label* L, function in class:v8::Assembler
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64.h460 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(
[all...]
H A Dassembler-mips64.cc1034 int32_t Assembler::branch_offset_compact(Label* L, function in class:v8::Assembler

Completed in 3300 milliseconds