Home
last modified time | relevance | path

Searched refs:branch_offset21_compact (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips/
Dassembler-mips.h472 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()
Dassembler-mips.cc1107 int32_t Assembler::branch_offset21_compact(Label* L, in branch_offset21_compact() function in v8::internal::Assembler
/external/v8/src/mips64/
Dassembler-mips64.h462 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()
Dassembler-mips64.cc1087 int32_t Assembler::branch_offset21_compact(Label* L, in branch_offset21_compact() function in v8::internal::Assembler