Lines Matching refs:kWasmI32
69 case kWasmI32: in Load()
89 case kWasmI32: in Store()
108 case kWasmI32: in push()
159 case kWasmI32: in LoadConstant()
312 if (type == kWasmI32) { in Move()
336 case kWasmI32: in Spill()
357 case kWasmI32: in Spill()
384 case kWasmI32: in Fill()
606 liftoff::EmitShiftOperation<kWasmI32>(this, dst, src, amount, in emit_i32_shl()
612 liftoff::EmitShiftOperation<kWasmI32>(this, dst, src, amount, in emit_i32_sar()
618 liftoff::EmitShiftOperation<kWasmI32>(this, dst, src, amount, in emit_i32_shr()
1225 case kWasmI32: in emit_cond_jump()
1235 DCHECK_EQ(type, kWasmI32); in emit_cond_jump()
1447 if (src.type() == kWasmI32) { in Construct()