[AArch64] Merge Fcmp32 and Fcmp64 (#4032)

Copyright (c) 2022, Arm Limited.
This commit is contained in:
Sam Parker
2022-04-14 23:39:43 +01:00
committed by GitHub
parent a40b5c3985
commit cf533a8041
8 changed files with 202 additions and 220 deletions

View File

@@ -5821,7 +5821,8 @@ fn test_aarch64_binemit() {
));
insns.push((
Inst::FpuCmp32 {
Inst::FpuCmp {
size: ScalarSize::Size32,
rn: vreg(23),
rm: vreg(24),
},
@@ -5830,7 +5831,8 @@ fn test_aarch64_binemit() {
));
insns.push((
Inst::FpuCmp64 {
Inst::FpuCmp {
size: ScalarSize::Size64,
rn: vreg(23),
rm: vreg(24),
},