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.h447 inline int32_t shifted_branch_offset(Label* L) { in shifted_branch_offset() function
603 inline void b(Label* L) { b(shifted_branch_offset(L)); } in b()
605 inline void bal(Label* L) { bal(shifted_branch_offset(L)); } in bal()
613 beq(rs, rt, shifted_branch_offset(L)); in beq()
618 bgezc(rt, shifted_branch_offset(L)); in bgezc()
622 bgeuc(rs, rt, shifted_branch_offset(L)); in bgeuc()
626 bgec(rs, rt, shifted_branch_offset(L)); in bgec()
631 bgezalc(rt, shifted_branch_offset(L)); in bgezalc()
640 bgtzc(rt, shifted_branch_offset(L)); in bgtzc()
645 blezc(rt, shifted_branch_offset(L)); in blezc()
[all …]
/external/v8/src/mips64/
Dassembler-mips64.h451 inline int32_t shifted_branch_offset(Label* L) { in shifted_branch_offset() function
607 inline void b(Label* L) { b(shifted_branch_offset(L)); } in b()
609 inline void bal(Label* L) { bal(shifted_branch_offset(L)); } in bal()
617 beq(rs, rt, shifted_branch_offset(L)); in beq()
622 bgezc(rt, shifted_branch_offset(L)); in bgezc()
626 bgeuc(rs, rt, shifted_branch_offset(L)); in bgeuc()
630 bgec(rs, rt, shifted_branch_offset(L)); in bgec()
635 bgezalc(rt, shifted_branch_offset(L)); in bgezalc()
644 bgtzc(rt, shifted_branch_offset(L)); in bgtzc()
649 blezc(rt, shifted_branch_offset(L)); in blezc()
[all …]