Searched refs:half_ (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler.h | 1707 half_(half), in Slot() 1710 : src_(src), half_(kLowWord), dst_slot_(dst_slot) {} in Slot() 1714 RegPairHalf half_; member
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 3107 DCHECK_EQ(kLowWord, slot.half_); in Construct() 3115 liftoff::GetHalfStackSlot(slot.src_offset_, slot.half_)); in Construct() 3124 asm_, slot.half_ == kLowWord ? src.reg().low() : src.reg().high(), in Construct() 3135 Operand(slot.half_ == kLowWord ? src.i32_const() in Construct()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 4675 DCHECK_EQ(kLowWord, slot.half_); 4680 asm_->push(liftoff::GetHalfStackSlot(slot.src_offset_, slot.half_)); 4685 asm_, slot.half_ == kLowWord ? src.reg().low() : src.reg().high(), 4696 asm_->push(Immediate(slot.half_ == kLowWord ? src.i32_const()
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 4323 liftoff::GetHalfStackSlot(slot.src_offset_, slot.half_)); 4355 slot.half_ == kLowWord ? src.reg().low() : src.reg().high(); 4384 Operand(slot.half_ == kLowWord ? src.i32_const()
|
Completed in 23 milliseconds