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.h443 inline int32_t shifted_branch_offset(Label* L) { in shifted_branch_offset() function
590 inline void b(Label* L) { b(shifted_branch_offset(L)); } in b()
592 inline void bal(Label* L) { bal(shifted_branch_offset(L)); } in bal()
600 beq(rs, rt, shifted_branch_offset(L)); in beq()
605 bgezc(rt, shifted_branch_offset(L)); in bgezc()
609 bgeuc(rs, rt, shifted_branch_offset(L)); in bgeuc()
613 bgec(rs, rt, shifted_branch_offset(L)); in bgec()
618 bgezalc(rt, shifted_branch_offset(L)); in bgezalc()
627 bgtzc(rt, shifted_branch_offset(L)); in bgtzc()
632 blezc(rt, shifted_branch_offset(L)); in blezc()
[all …]
/external/v8/src/mips64/
Dassembler-mips64.h446 inline int32_t shifted_branch_offset(Label* L) { in shifted_branch_offset() function
594 inline void b(Label* L) { b(shifted_branch_offset(L)); } in b()
596 inline void bal(Label* L) { bal(shifted_branch_offset(L)); } in bal()
604 beq(rs, rt, shifted_branch_offset(L)); in beq()
609 bgezc(rt, shifted_branch_offset(L)); in bgezc()
613 bgeuc(rs, rt, shifted_branch_offset(L)); in bgeuc()
617 bgec(rs, rt, shifted_branch_offset(L)); in bgec()
622 bgezalc(rt, shifted_branch_offset(L)); in bgezalc()
631 bgtzc(rt, shifted_branch_offset(L)); in bgtzc()
636 blezc(rt, shifted_branch_offset(L)); in blezc()
[all …]