[AArch64] Merge Fcmp32 and Fcmp64 (#4032)
Copyright (c) 2022, Arm Limited.
This commit is contained in:
@@ -327,13 +327,9 @@
|
||||
(rm Reg)
|
||||
(ra Reg))
|
||||
|
||||
;; FPU comparison, single-precision (32 bit).
|
||||
(FpuCmp32
|
||||
(rn Reg)
|
||||
(rm Reg))
|
||||
|
||||
;; FPU comparison, double-precision (64 bit).
|
||||
(FpuCmp64
|
||||
;; FPU comparison.
|
||||
(FpuCmp
|
||||
(size ScalarSize)
|
||||
(rn Reg)
|
||||
(rm Reg))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user