Home
last modified time | relevance | path

Searched refs:shifted_branch_offset (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/mips/
Dassembler-mips.h550 inline int32_t shifted_branch_offset(Label* L) { in shifted_branch_offset() function
702 inline void b(Label* L) { b(shifted_branch_offset(L)); } in b()
704 inline void bal(Label* L) { bal(shifted_branch_offset(L)); } in bal()
712 beq(rs, rt, shifted_branch_offset(L)); in beq()
717 bgezc(rt, shifted_branch_offset(L)); in bgezc()
721 bgeuc(rs, rt, shifted_branch_offset(L)); in bgeuc()
725 bgec(rs, rt, shifted_branch_offset(L)); in bgec()
730 bgezalc(rt, shifted_branch_offset(L)); in bgezalc()
739 bgtzc(rt, shifted_branch_offset(L)); in bgtzc()
744 blezc(rt, shifted_branch_offset(L)); in blezc()
[all …]
/external/v8/src/mips64/
Dassembler-mips64.h557 inline int32_t shifted_branch_offset(Label* L) { in shifted_branch_offset() function
712 inline void b(Label* L) { b(shifted_branch_offset(L)); } in b()
714 inline void bal(Label* L) { bal(shifted_branch_offset(L)); } in bal()
722 beq(rs, rt, shifted_branch_offset(L)); in beq()
727 bgezc(rt, shifted_branch_offset(L)); in bgezc()
731 bgeuc(rs, rt, shifted_branch_offset(L)); in bgeuc()
735 bgec(rs, rt, shifted_branch_offset(L)); in bgec()
740 bgezalc(rt, shifted_branch_offset(L)); in bgezalc()
749 bgtzc(rt, shifted_branch_offset(L)); in bgtzc()
754 blezc(rt, shifted_branch_offset(L)); in blezc()
[all …]