Home
last modified time | relevance | path

Searched refs:stack_bias (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h910 constexpr int stack_bias = -4; member
912 constexpr int stack_bias = 0; member
922 LoadU32(ip, liftoff::GetStackSlot(src_offset + stack_bias), r0); in MoveStackValue()
923 StoreU32(ip, liftoff::GetStackSlot(dst_offset + stack_bias), r0); in MoveStackValue()
960 StoreU32(reg.gp(), liftoff::GetStackSlot(offset + stack_bias), r0); in Spill()
969 StoreF32(reg.fp(), liftoff::GetStackSlot(offset + stack_bias), r0); in Spill()
991 StoreU32(src, liftoff::GetStackSlot(offset + stack_bias), r0); in Spill()
1008 LoadS32(reg.gp(), liftoff::GetStackSlot(offset + stack_bias), r0); in Fill()
1017 LoadF32(reg.fp(), liftoff::GetStackSlot(offset + stack_bias), r0); in Fill()
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h1342 constexpr int stack_bias = -4; member
1344 constexpr int stack_bias = 0; member
1370 dst_offset += (length == 4 ? stack_bias : 0); in MoveStackValue()
1371 src_offset += (length == 4 ? stack_bias : 0); in MoveStackValue()
1413 StoreU32(reg.gp(), liftoff::GetStackSlot(offset + stack_bias)); in Spill()
1422 StoreF32(reg.fp(), liftoff::GetStackSlot(offset + stack_bias)); in Spill()
1446 StoreU32(src, liftoff::GetStackSlot(offset + stack_bias)); in Spill()
1463 LoadS32(reg.gp(), liftoff::GetStackSlot(offset + stack_bias)); in Fill()
1472 LoadF32(reg.fp(), liftoff::GetStackSlot(offset + stack_bias)); in Fill()

Completed in 19 milliseconds