Add support for i32x4_trunc_sat_f64x2_u for x64
This commit is contained in:
@@ -4125,6 +4125,18 @@ fn test_x64_emit() {
|
||||
"palignr $3, %xmm1, %xmm9",
|
||||
));
|
||||
|
||||
insns.push((
|
||||
Inst::xmm_rm_r_imm(
|
||||
SseOpcode::Shufps,
|
||||
RegMem::reg(xmm1),
|
||||
w_xmm10,
|
||||
136,
|
||||
OperandSize::Size32,
|
||||
),
|
||||
"440FC6D188",
|
||||
"shufps $136, %xmm1, %xmm10",
|
||||
));
|
||||
|
||||
insns.push((
|
||||
Inst::xmm_rm_r_imm(
|
||||
SseOpcode::Roundps,
|
||||
|
||||
Reference in New Issue
Block a user