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
599 inline void b(Label* L) { b(shifted_branch_offset(L)); } in b()
601 inline void bal(Label* L) { bal(shifted_branch_offset(L)); } in bal()
609 beq(rs, rt, shifted_branch_offset(L)); in beq()
614 bgezc(rt, shifted_branch_offset(L)); in bgezc()
618 bgeuc(rs, rt, shifted_branch_offset(L)); in bgeuc()
622 bgec(rs, rt, shifted_branch_offset(L)); in bgec()
627 bgezalc(rt, shifted_branch_offset(L)); in bgezalc()
636 bgtzc(rt, shifted_branch_offset(L)); in bgtzc()
641 blezc(rt, shifted_branch_offset(L)); in blezc()
[all …]
/external/v8/src/mips64/
Dassembler-mips64.h450 inline int32_t shifted_branch_offset(Label* L) { in shifted_branch_offset() function
606 inline void b(Label* L) { b(shifted_branch_offset(L)); } in b()
608 inline void bal(Label* L) { bal(shifted_branch_offset(L)); } in bal()
616 beq(rs, rt, shifted_branch_offset(L)); in beq()
621 bgezc(rt, shifted_branch_offset(L)); in bgezc()
625 bgeuc(rs, rt, shifted_branch_offset(L)); in bgeuc()
629 bgec(rs, rt, shifted_branch_offset(L)); in bgec()
634 bgezalc(rt, shifted_branch_offset(L)); in bgezalc()
643 bgtzc(rt, shifted_branch_offset(L)); in bgtzc()
648 blezc(rt, shifted_branch_offset(L)); in blezc()
[all …]