Searched refs:branch_offset21_compact (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips/ |
D | assembler-mips.h | 472 int32_t branch_offset21_compact(Label* L, bool jump_elimination_allowed); 708 beqzc(rs, branch_offset21_compact(L, false)>>2); in beqzc() 720 bnezc(rt, branch_offset21_compact(L, false)>>2); in bnezc()
|
D | assembler-mips.cc | 1107 int32_t Assembler::branch_offset21_compact(Label* L, in branch_offset21_compact() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | assembler-mips64.h | 462 int32_t branch_offset21_compact(Label* L, bool jump_elimination_allowed); 700 beqzc(rs, branch_offset21_compact(L, false)>>2); in beqzc() 712 bnezc(rt, branch_offset21_compact(L, false)>>2); in bnezc()
|
D | assembler-mips64.cc | 1087 int32_t Assembler::branch_offset21_compact(Label* L, in branch_offset21_compact() function in v8::internal::Assembler
|