Searched refs:kHighWord (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-assembler.cc | 160 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()
|
D | liftoff-register.h | 46 enum RegPairHalf : uint8_t { kLowWord = 0, kHighWord = 1 }; enumerator
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 820 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/ |
D | liftoff-assembler-ia32.h | 1213 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/ |
D | liftoff-assembler-arm.h | 1445 str(src, liftoff::GetHalfStackSlot(offset, kHighWord)); in Spill()
|