Home
last modified time | relevance | path

Searched refs:kHighWord (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-assembler.cc160 if (half == kHighWord) value = value >> 31; in LoadI64HalfIntoRegister()
228 RegisterLoad::HalfStack(stack_offset, kHighWord); in LoadStackSlot()
353 asm_->FillI64Half(dst.gp(), load->value, kHighWord); in ExecuteLoads()
958 is_gp_pair && lowered_idx == 0 ? kHighWord : kLowWord; in PrepareStackTransfers()
1201 RegPairHalf half = pair_idx == 0 ? kLowWord : kHighWord; in MoveToReturnLocations()
1218 RegPairHalf half = pair_idx == 0 ? kLowWord : kHighWord; in MoveToReturnLocations()
Dliftoff-register.h46 enum RegPairHalf : uint8_t { kLowWord = 0, kHighWord = 1 }; enumerator
/third_party/node/deps/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h820 sw(reg.high_gp(), liftoff::GetHalfStackSlot(offset, kHighWord)); in Spill()
854 sw(tmp.high_gp(), liftoff::GetHalfStackSlot(offset, kHighWord)); in Spill()
874 lw(reg.high_gp(), liftoff::GetHalfStackSlot(offset, kHighWord)); in Fill()
3109 liftoff::GetHalfStackSlot(slot.src_offset_, kHighWord)); in Construct()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h1213 mov(liftoff::GetHalfStackSlot(offset, kHighWord), reg.high_gp()); in Spill()
1240 mov(liftoff::GetHalfStackSlot(offset, kHighWord), Immediate(high_word)); in Spill()
4676 asm_->push(liftoff::GetHalfStackSlot(slot.src_offset_, kHighWord)); in Construct()
/third_party/node/deps/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h1445 str(src, liftoff::GetHalfStackSlot(offset, kHighWord)); in Spill()