Implements f64x2.convert_low_i32x4_u for x64
This commit is contained in:
@@ -3717,6 +3717,12 @@ fn test_x64_emit() {
|
||||
"punpcklbw %xmm1, %xmm8",
|
||||
));
|
||||
|
||||
insns.push((
|
||||
Inst::xmm_rm_r(SseOpcode::Unpcklps, RegMem::reg(xmm11), w_xmm2),
|
||||
"410F14D3",
|
||||
"unpcklps %xmm11, %xmm2",
|
||||
));
|
||||
|
||||
// ========================================================
|
||||
// XMM_RM_R: Integer Conversion
|
||||
insns.push((
|
||||
|
||||
Reference in New Issue
Block a user