Lines Matching refs:kWasmI64
72 case kWasmI64: in Load()
92 case kWasmI64: in Store()
109 case kWasmI64: in push()
166 case kWasmI64: in LoadConstant()
315 DCHECK_EQ(kWasmI64, type); in Move()
339 case kWasmI64: in Spill()
360 case kWasmI64: { in Spill()
387 case kWasmI64: in Fill()
743 liftoff::EmitShiftOperation<kWasmI64>(this, dst.gp(), src.gp(), amount, in emit_i64_shl()
749 liftoff::EmitShiftOperation<kWasmI64>(this, dst.gp(), src.gp(), amount, in emit_i64_sar()
755 liftoff::EmitShiftOperation<kWasmI64>(this, dst.gp(), src.gp(), amount, in emit_i64_shr()
1228 case kWasmI64: in emit_cond_jump()