Home
last modified time | relevance | path

Searched refs:shifted_branch_offset (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h232 inline int32_t shifted_branch_offset(Label* L) { in shifted_branch_offset() function
373 inline void b(Label* L) { b(shifted_branch_offset(L)); } in b()
375 inline void bal(Label* L) { bal(shifted_branch_offset(L)); } in bal()
383 beq(rs, rt, shifted_branch_offset(L)); in beq()
388 bgezc(rt, shifted_branch_offset(L)); in bgezc()
392 bgeuc(rs, rt, shifted_branch_offset(L)); in bgeuc()
396 bgec(rs, rt, shifted_branch_offset(L)); in bgec()
401 bgezalc(rt, shifted_branch_offset(L)); in bgezalc()
410 bgtzc(rt, shifted_branch_offset(L)); in bgtzc()
415 blezc(rt, shifted_branch_offset( in blezc()
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.h232 inline int32_t shifted_branch_offset(Label* L) { in shifted_branch_offset() function
374 inline void b(Label* L) { b(shifted_branch_offset(L)); } in b()
376 inline void bal(Label* L) { bal(shifted_branch_offset(L)); } in bal()
384 beq(rs, rt, shifted_branch_offset(L)); in beq()
389 bgezc(rt, shifted_branch_offset(L)); in bgezc()
393 bgeuc(rs, rt, shifted_branch_offset(L)); in bgeuc()
397 bgec(rs, rt, shifted_branch_offset(L)); in bgec()
402 bgezalc(rt, shifted_branch_offset(L)); in bgezalc()
411 bgtzc(rt, shifted_branch_offset(L)); in bgtzc()
416 blezc(rt, shifted_branch_offset( in blezc()
[all...]
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.h196 inline int32_t shifted_branch_offset(Label* L) { in shifted_branch_offset() function
325 beq(rj, rd, shifted_branch_offset(L)); in beq()
329 bne(rj, rd, shifted_branch_offset(L)); in bne()
333 blt(rj, rd, shifted_branch_offset(L)); in blt()
337 bge(rj, rd, shifted_branch_offset(L)); in bge()
341 bltu(rj, rd, shifted_branch_offset(L)); in bltu()
345 bgeu(rj, rd, shifted_branch_offset(L)); in bgeu()

Completed in 6 milliseconds