Enable the simd_conversions test for AArch64
Copyright (c) 2021, Arm Limited.
This commit is contained in:
@@ -2611,6 +2611,28 @@ fn test_aarch64_binemit() {
|
||||
"uqxtn2 v11.4s, v12.2d",
|
||||
));
|
||||
|
||||
insns.push((
|
||||
Inst::VecRRNarrow {
|
||||
op: VecRRNarrowOp::Fcvtn32,
|
||||
rd: writable_vreg(0),
|
||||
rn: vreg(0),
|
||||
high_half: false,
|
||||
},
|
||||
"0068210E",
|
||||
"fcvtn v0.4h, v0.4s",
|
||||
));
|
||||
|
||||
insns.push((
|
||||
Inst::VecRRNarrow {
|
||||
op: VecRRNarrowOp::Fcvtn64,
|
||||
rd: writable_vreg(31),
|
||||
rn: vreg(30),
|
||||
high_half: true,
|
||||
},
|
||||
"DF6B614E",
|
||||
"fcvtn2 v31.4s, v30.2d",
|
||||
));
|
||||
|
||||
insns.push((
|
||||
Inst::VecRRPair {
|
||||
op: VecPairOp::Addp,
|
||||
|
||||
Reference in New Issue
Block a user