790 lines
18 KiB
Text
790 lines
18 KiB
Text
|
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
|
||
|
# RUN: llc -mtriple=aarch64-- -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s
|
||
|
|
||
|
---
|
||
|
name: fptrunc_s16_s32_fpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $s0
|
||
|
|
||
|
; CHECK-LABEL: name: fptrunc_s16_s32_fpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr32 = COPY $s0
|
||
|
; CHECK: [[FCVTHSr:%[0-9]+]]:fpr16 = nofpexcept FCVTHSr [[COPY]]
|
||
|
; CHECK: $h0 = COPY [[FCVTHSr]]
|
||
|
%0(s32) = COPY $s0
|
||
|
%1(s16) = G_FPTRUNC %0
|
||
|
$h0 = COPY %1(s16)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fptrunc_s16_s64_fpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $d0
|
||
|
|
||
|
; CHECK-LABEL: name: fptrunc_s16_s64_fpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr64 = COPY $d0
|
||
|
; CHECK: [[FCVTHDr:%[0-9]+]]:fpr16 = nofpexcept FCVTHDr [[COPY]]
|
||
|
; CHECK: $h0 = COPY [[FCVTHDr]]
|
||
|
%0(s64) = COPY $d0
|
||
|
%1(s16) = G_FPTRUNC %0
|
||
|
$h0 = COPY %1(s16)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fptrunc_s32_s64_fpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $d0
|
||
|
|
||
|
; CHECK-LABEL: name: fptrunc_s32_s64_fpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr64 = COPY $d0
|
||
|
; CHECK: [[FCVTSDr:%[0-9]+]]:fpr32 = nofpexcept FCVTSDr [[COPY]]
|
||
|
; CHECK: $s0 = COPY [[FCVTSDr]]
|
||
|
%0(s64) = COPY $d0
|
||
|
%1(s32) = G_FPTRUNC %0
|
||
|
$s0 = COPY %1(s32)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fptrunc_v4s16_v4s32_fpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $d0
|
||
|
; CHECK-LABEL: name: fptrunc_v4s16_v4s32_fpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr128 = COPY $q0
|
||
|
; CHECK: [[FCVTNv4i16_:%[0-9]+]]:fpr64 = nofpexcept FCVTNv4i16 [[COPY]]
|
||
|
; CHECK: $d0 = COPY [[FCVTNv4i16_]]
|
||
|
%0(<4 x s32>) = COPY $q0
|
||
|
%1(<4 x s16>) = G_FPTRUNC %0
|
||
|
$d0 = COPY %1(<4 x s16>)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fptrunc_v2s32_v2s64_fpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $q0
|
||
|
; CHECK-LABEL: name: fptrunc_v2s32_v2s64_fpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr128 = COPY $q0
|
||
|
; CHECK: [[FCVTNv2i32_:%[0-9]+]]:fpr64 = nofpexcept FCVTNv2i32 [[COPY]]
|
||
|
; CHECK: $d0 = COPY [[FCVTNv2i32_]]
|
||
|
%0(<2 x s64>) = COPY $q0
|
||
|
%1(<2 x s32>) = G_FPTRUNC %0
|
||
|
$d0 = COPY %1(<2 x s32>)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fpext_s32_s16_fpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $h0
|
||
|
|
||
|
; CHECK-LABEL: name: fpext_s32_s16_fpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr16 = COPY $h0
|
||
|
; CHECK: [[FCVTSHr:%[0-9]+]]:fpr32 = nofpexcept FCVTSHr [[COPY]]
|
||
|
; CHECK: $s0 = COPY [[FCVTSHr]]
|
||
|
%0(s16) = COPY $h0
|
||
|
%1(s32) = G_FPEXT %0
|
||
|
$s0 = COPY %1(s32)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fpext_s64_s16_fpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $h0
|
||
|
|
||
|
; CHECK-LABEL: name: fpext_s64_s16_fpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr16 = COPY $h0
|
||
|
; CHECK: [[FCVTDHr:%[0-9]+]]:fpr64 = nofpexcept FCVTDHr [[COPY]]
|
||
|
; CHECK: $d0 = COPY [[FCVTDHr]]
|
||
|
%0(s16) = COPY $h0
|
||
|
%1(s64) = G_FPEXT %0
|
||
|
$d0 = COPY %1(s64)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fpext_s64_s32_fpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $d0
|
||
|
|
||
|
; CHECK-LABEL: name: fpext_s64_s32_fpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr32 = COPY $s0
|
||
|
; CHECK: [[FCVTDSr:%[0-9]+]]:fpr64 = nofpexcept FCVTDSr [[COPY]]
|
||
|
; CHECK: $d0 = COPY [[FCVTDSr]]
|
||
|
%0(s32) = COPY $s0
|
||
|
%1(s64) = G_FPEXT %0
|
||
|
$d0 = COPY %1(s64)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fpext_v4s32_v4s16_fpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $d0
|
||
|
; CHECK-LABEL: name: fpext_v4s32_v4s16_fpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr64 = COPY $d0
|
||
|
; CHECK: [[FCVTLv4i16_:%[0-9]+]]:fpr128 = nofpexcept FCVTLv4i16 [[COPY]]
|
||
|
; CHECK: $q0 = COPY [[FCVTLv4i16_]]
|
||
|
%0(<4 x s16>) = COPY $d0
|
||
|
%1(<4 x s32>) = G_FPEXT %0
|
||
|
$q0 = COPY %1(<4 x s32>)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fpext_v2s64_v2s32_fpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $d0
|
||
|
; CHECK-LABEL: name: fpext_v2s64_v2s32_fpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr64 = COPY $d0
|
||
|
; CHECK: [[FCVTLv2i32_:%[0-9]+]]:fpr128 = nofpexcept FCVTLv2i32 [[COPY]]
|
||
|
; CHECK: $q0 = COPY [[FCVTLv2i32_]]
|
||
|
%0(<2 x s32>) = COPY $d0
|
||
|
%1(<2 x s64>) = G_FPEXT %0
|
||
|
$q0 = COPY %1(<2 x s64>)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: sitofp_s32_s32_fpr_gpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: gpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $w0
|
||
|
|
||
|
; CHECK-LABEL: name: sitofp_s32_s32_fpr_gpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:gpr32 = COPY $w0
|
||
|
; CHECK: [[SCVTFUWSri:%[0-9]+]]:fpr32 = nofpexcept SCVTFUWSri [[COPY]]
|
||
|
; CHECK: $s0 = COPY [[SCVTFUWSri]]
|
||
|
%0(s32) = COPY $w0
|
||
|
%1(s32) = G_SITOFP %0
|
||
|
$s0 = COPY %1(s32)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: sitofp_s32_s32_fpr_fpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $s0
|
||
|
|
||
|
; CHECK-LABEL: name: sitofp_s32_s32_fpr_fpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr32 = COPY $s0
|
||
|
; CHECK: [[SCVTFv1i32_:%[0-9]+]]:fpr32 = nofpexcept SCVTFv1i32 [[COPY]]
|
||
|
; CHECK: $s0 = COPY [[SCVTFv1i32_]]
|
||
|
%0(s32) = COPY $s0
|
||
|
%1(s32) = G_SITOFP %0
|
||
|
$s0 = COPY %1(s32)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: uitofp_s32_s32_fpr_fpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $s0
|
||
|
|
||
|
; CHECK-LABEL: name: uitofp_s32_s32_fpr_fpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr32 = COPY $s0
|
||
|
; CHECK: [[UCVTFv1i32_:%[0-9]+]]:fpr32 = nofpexcept UCVTFv1i32 [[COPY]]
|
||
|
; CHECK: $s0 = COPY [[UCVTFv1i32_]]
|
||
|
%0(s32) = COPY $s0
|
||
|
%1(s32) = G_UITOFP %0
|
||
|
$s0 = COPY %1(s32)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: sitofp_s32_s64_fpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: gpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $x0
|
||
|
|
||
|
; CHECK-LABEL: name: sitofp_s32_s64_fpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:gpr64 = COPY $x0
|
||
|
; CHECK: [[SCVTFUXSri:%[0-9]+]]:fpr32 = nofpexcept SCVTFUXSri [[COPY]]
|
||
|
; CHECK: $s0 = COPY [[SCVTFUXSri]]
|
||
|
%0(s64) = COPY $x0
|
||
|
%1(s32) = G_SITOFP %0
|
||
|
$s0 = COPY %1(s32)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: sitofp_s64_s32_fpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: gpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $w0
|
||
|
|
||
|
; CHECK-LABEL: name: sitofp_s64_s32_fpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:gpr32 = COPY $w0
|
||
|
; CHECK: [[SCVTFUWDri:%[0-9]+]]:fpr64 = nofpexcept SCVTFUWDri [[COPY]]
|
||
|
; CHECK: $d0 = COPY [[SCVTFUWDri]]
|
||
|
%0(s32) = COPY $w0
|
||
|
%1(s64) = G_SITOFP %0
|
||
|
$d0 = COPY %1(s64)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: sitofp_s64_s32_fpr_both
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $s0
|
||
|
|
||
|
; CHECK-LABEL: name: sitofp_s64_s32_fpr_both
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr32 = COPY $s0
|
||
|
; CHECK: [[COPY1:%[0-9]+]]:gpr32 = COPY [[COPY]]
|
||
|
; CHECK: [[SCVTFUWDri:%[0-9]+]]:fpr64 = nofpexcept SCVTFUWDri [[COPY1]]
|
||
|
; CHECK: $d0 = COPY [[SCVTFUWDri]]
|
||
|
%0(s32) = COPY $s0
|
||
|
%1(s64) = G_SITOFP %0
|
||
|
$d0 = COPY %1(s64)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: sitofp_s64_s64_fpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: gpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $x0
|
||
|
|
||
|
; CHECK-LABEL: name: sitofp_s64_s64_fpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:gpr64 = COPY $x0
|
||
|
; CHECK: [[SCVTFUXDri:%[0-9]+]]:fpr64 = nofpexcept SCVTFUXDri [[COPY]]
|
||
|
; CHECK: $d0 = COPY [[SCVTFUXDri]]
|
||
|
%0(s64) = COPY $x0
|
||
|
%1(s64) = G_SITOFP %0
|
||
|
$d0 = COPY %1(s64)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: uitofp_s32_s32_fpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: gpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $w0
|
||
|
|
||
|
; CHECK-LABEL: name: uitofp_s32_s32_fpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:gpr32 = COPY $w0
|
||
|
; CHECK: [[UCVTFUWSri:%[0-9]+]]:fpr32 = nofpexcept UCVTFUWSri [[COPY]]
|
||
|
; CHECK: $s0 = COPY [[UCVTFUWSri]]
|
||
|
%0(s32) = COPY $w0
|
||
|
%1(s32) = G_UITOFP %0
|
||
|
$s0 = COPY %1(s32)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: uitofp_s32_s64_fpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: gpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $x0
|
||
|
|
||
|
; CHECK-LABEL: name: uitofp_s32_s64_fpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:gpr64 = COPY $x0
|
||
|
; CHECK: [[UCVTFUXSri:%[0-9]+]]:fpr32 = nofpexcept UCVTFUXSri [[COPY]]
|
||
|
; CHECK: $s0 = COPY [[UCVTFUXSri]]
|
||
|
%0(s64) = COPY $x0
|
||
|
%1(s32) = G_UITOFP %0
|
||
|
$s0 = COPY %1(s32)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: uitofp_s64_s32_fpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: gpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $w0
|
||
|
|
||
|
; CHECK-LABEL: name: uitofp_s64_s32_fpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:gpr32 = COPY $w0
|
||
|
; CHECK: [[UCVTFUWDri:%[0-9]+]]:fpr64 = nofpexcept UCVTFUWDri [[COPY]]
|
||
|
; CHECK: $d0 = COPY [[UCVTFUWDri]]
|
||
|
%0(s32) = COPY $w0
|
||
|
%1(s64) = G_UITOFP %0
|
||
|
$d0 = COPY %1(s64)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: uitofp_s64_s64_fpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: gpr }
|
||
|
- { id: 1, class: fpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $x0
|
||
|
|
||
|
; CHECK-LABEL: name: uitofp_s64_s64_fpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:gpr64 = COPY $x0
|
||
|
; CHECK: [[UCVTFUXDri:%[0-9]+]]:fpr64 = nofpexcept UCVTFUXDri [[COPY]]
|
||
|
; CHECK: $d0 = COPY [[UCVTFUXDri]]
|
||
|
%0(s64) = COPY $x0
|
||
|
%1(s64) = G_UITOFP %0
|
||
|
$d0 = COPY %1(s64)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fptosi_s32_s32_gpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: gpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $s0
|
||
|
|
||
|
; CHECK-LABEL: name: fptosi_s32_s32_gpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr32 = COPY $s0
|
||
|
; CHECK: [[FCVTZSUWSr:%[0-9]+]]:gpr32 = nofpexcept FCVTZSUWSr [[COPY]]
|
||
|
; CHECK: $w0 = COPY [[FCVTZSUWSr]]
|
||
|
%0(s32) = COPY $s0
|
||
|
%1(s32) = G_FPTOSI %0
|
||
|
$w0 = COPY %1(s32)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fptosi_s32_s64_gpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: gpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $d0
|
||
|
|
||
|
; CHECK-LABEL: name: fptosi_s32_s64_gpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr64 = COPY $d0
|
||
|
; CHECK: [[FCVTZSUWDr:%[0-9]+]]:gpr32 = nofpexcept FCVTZSUWDr [[COPY]]
|
||
|
; CHECK: $w0 = COPY [[FCVTZSUWDr]]
|
||
|
%0(s64) = COPY $d0
|
||
|
%1(s32) = G_FPTOSI %0
|
||
|
$w0 = COPY %1(s32)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fptosi_s64_s32_gpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: gpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $s0
|
||
|
|
||
|
; CHECK-LABEL: name: fptosi_s64_s32_gpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr32 = COPY $s0
|
||
|
; CHECK: [[FCVTZSUXSr:%[0-9]+]]:gpr64 = nofpexcept FCVTZSUXSr [[COPY]]
|
||
|
; CHECK: $x0 = COPY [[FCVTZSUXSr]]
|
||
|
%0(s32) = COPY $s0
|
||
|
%1(s64) = G_FPTOSI %0
|
||
|
$x0 = COPY %1(s64)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fptosi_s64_s64_gpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: gpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $d0
|
||
|
|
||
|
; CHECK-LABEL: name: fptosi_s64_s64_gpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr64 = COPY $d0
|
||
|
; CHECK: [[FCVTZSUXDr:%[0-9]+]]:gpr64 = nofpexcept FCVTZSUXDr [[COPY]]
|
||
|
; CHECK: $x0 = COPY [[FCVTZSUXDr]]
|
||
|
%0(s64) = COPY $d0
|
||
|
%1(s64) = G_FPTOSI %0
|
||
|
$x0 = COPY %1(s64)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fptoui_s32_s32_gpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: gpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $s0
|
||
|
|
||
|
; CHECK-LABEL: name: fptoui_s32_s32_gpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr32 = COPY $s0
|
||
|
; CHECK: [[FCVTZUUWSr:%[0-9]+]]:gpr32 = nofpexcept FCVTZUUWSr [[COPY]]
|
||
|
; CHECK: $w0 = COPY [[FCVTZUUWSr]]
|
||
|
%0(s32) = COPY $s0
|
||
|
%1(s32) = G_FPTOUI %0
|
||
|
$w0 = COPY %1(s32)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fptoui_s32_s64_gpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: gpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $d0
|
||
|
|
||
|
; CHECK-LABEL: name: fptoui_s32_s64_gpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr64 = COPY $d0
|
||
|
; CHECK: [[FCVTZUUWDr:%[0-9]+]]:gpr32 = nofpexcept FCVTZUUWDr [[COPY]]
|
||
|
; CHECK: $w0 = COPY [[FCVTZUUWDr]]
|
||
|
%0(s64) = COPY $d0
|
||
|
%1(s32) = G_FPTOUI %0
|
||
|
$w0 = COPY %1(s32)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fptoui_s64_s32_gpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: gpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $s0
|
||
|
|
||
|
; CHECK-LABEL: name: fptoui_s64_s32_gpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr32 = COPY $s0
|
||
|
; CHECK: [[FCVTZUUXSr:%[0-9]+]]:gpr64 = nofpexcept FCVTZUUXSr [[COPY]]
|
||
|
; CHECK: $x0 = COPY [[FCVTZUUXSr]]
|
||
|
%0(s32) = COPY $s0
|
||
|
%1(s64) = G_FPTOUI %0
|
||
|
$x0 = COPY %1(s64)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fptoui_s64_s64_gpr
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
registers:
|
||
|
- { id: 0, class: fpr }
|
||
|
- { id: 1, class: gpr }
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $d0
|
||
|
|
||
|
; CHECK-LABEL: name: fptoui_s64_s64_gpr
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr64 = COPY $d0
|
||
|
; CHECK: [[FCVTZUUXDr:%[0-9]+]]:gpr64 = nofpexcept FCVTZUUXDr [[COPY]]
|
||
|
; CHECK: $x0 = COPY [[FCVTZUUXDr]]
|
||
|
%0(s64) = COPY $d0
|
||
|
%1(s64) = G_FPTOUI %0
|
||
|
$x0 = COPY %1(s64)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: sitofp_v2s64_v2s32
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $d0
|
||
|
|
||
|
; CHECK-LABEL: name: sitofp_v2s64_v2s32
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr64 = COPY $d0
|
||
|
; CHECK: [[SSHLLv2i32_shift:%[0-9]+]]:fpr128 = SSHLLv2i32_shift [[COPY]], 0
|
||
|
; CHECK: [[SCVTFv2f64_:%[0-9]+]]:fpr128 = nofpexcept SCVTFv2f64 [[SSHLLv2i32_shift]]
|
||
|
; CHECK: $q0 = COPY [[SCVTFv2f64_]]
|
||
|
%0:fpr(<2 x s32>) = COPY $d0
|
||
|
%1:fpr(<2 x s64>) = G_SITOFP %0
|
||
|
$q0 = COPY %1(<2 x s64>)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: uitofp_v2s64_v2s32
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $d0
|
||
|
|
||
|
; CHECK-LABEL: name: uitofp_v2s64_v2s32
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr64 = COPY $d0
|
||
|
; CHECK: [[USHLLv2i32_shift:%[0-9]+]]:fpr128 = USHLLv2i32_shift [[COPY]], 0
|
||
|
; CHECK: [[UCVTFv2f64_:%[0-9]+]]:fpr128 = nofpexcept UCVTFv2f64 [[USHLLv2i32_shift]]
|
||
|
; CHECK: $q0 = COPY [[UCVTFv2f64_]]
|
||
|
%0:fpr(<2 x s32>) = COPY $d0
|
||
|
%1:fpr(<2 x s64>) = G_UITOFP %0
|
||
|
$q0 = COPY %1(<2 x s64>)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: sitofp_v2s32_v2s64
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $q0
|
||
|
|
||
|
; CHECK-LABEL: name: sitofp_v2s32_v2s64
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr128 = COPY $q0
|
||
|
; CHECK: [[SCVTFv2f64_:%[0-9]+]]:fpr128 = nofpexcept SCVTFv2f64 [[COPY]]
|
||
|
; CHECK: [[FCVTNv2i32_:%[0-9]+]]:fpr64 = nofpexcept FCVTNv2i32 [[SCVTFv2f64_]]
|
||
|
; CHECK: $d0 = COPY [[FCVTNv2i32_]]
|
||
|
%0:fpr(<2 x s64>) = COPY $q0
|
||
|
%1:fpr(<2 x s32>) = G_SITOFP %0
|
||
|
$d0 = COPY %1(<2 x s32>)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: uitofp_v2s32_v2s64
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $q0
|
||
|
|
||
|
; CHECK-LABEL: name: uitofp_v2s32_v2s64
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr128 = COPY $q0
|
||
|
; CHECK: [[UCVTFv2f64_:%[0-9]+]]:fpr128 = nofpexcept UCVTFv2f64 [[COPY]]
|
||
|
; CHECK: [[FCVTNv2i32_:%[0-9]+]]:fpr64 = nofpexcept FCVTNv2i32 [[UCVTFv2f64_]]
|
||
|
; CHECK: $d0 = COPY [[FCVTNv2i32_]]
|
||
|
%0:fpr(<2 x s64>) = COPY $q0
|
||
|
%1:fpr(<2 x s32>) = G_UITOFP %0
|
||
|
$d0 = COPY %1(<2 x s32>)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fptosi_v2s64_v2s32
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $d0
|
||
|
|
||
|
; CHECK-LABEL: name: fptosi_v2s64_v2s32
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr64 = COPY $d0
|
||
|
; CHECK: [[FCVTLv2i32_:%[0-9]+]]:fpr128 = nofpexcept FCVTLv2i32 [[COPY]]
|
||
|
; CHECK: [[FCVTZSv2f64_:%[0-9]+]]:fpr128 = nofpexcept FCVTZSv2f64 [[FCVTLv2i32_]]
|
||
|
; CHECK: $q0 = COPY [[FCVTZSv2f64_]]
|
||
|
%0:fpr(<2 x s32>) = COPY $d0
|
||
|
%1:fpr(<2 x s64>) = G_FPTOSI %0
|
||
|
$q0 = COPY %1(<2 x s64>)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fptoui_v2s64_v2s32
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $d0
|
||
|
|
||
|
; CHECK-LABEL: name: fptoui_v2s64_v2s32
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr64 = COPY $d0
|
||
|
; CHECK: [[FCVTLv2i32_:%[0-9]+]]:fpr128 = nofpexcept FCVTLv2i32 [[COPY]]
|
||
|
; CHECK: [[FCVTZUv2f64_:%[0-9]+]]:fpr128 = nofpexcept FCVTZUv2f64 [[FCVTLv2i32_]]
|
||
|
; CHECK: $q0 = COPY [[FCVTZUv2f64_]]
|
||
|
%0:fpr(<2 x s32>) = COPY $d0
|
||
|
%1:fpr(<2 x s64>) = G_FPTOUI %0
|
||
|
$q0 = COPY %1(<2 x s64>)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fptosi_v2s32_v2s64
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $q0
|
||
|
|
||
|
; CHECK-LABEL: name: fptosi_v2s32_v2s64
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr128 = COPY $q0
|
||
|
; CHECK: [[FCVTZSv2f64_:%[0-9]+]]:fpr128 = nofpexcept FCVTZSv2f64 [[COPY]]
|
||
|
; CHECK: [[XTNv2i32_:%[0-9]+]]:fpr64 = XTNv2i32 [[FCVTZSv2f64_]]
|
||
|
; CHECK: $d0 = COPY [[XTNv2i32_]]
|
||
|
%0:fpr(<2 x s64>) = COPY $q0
|
||
|
%1:fpr(<2 x s32>) = G_FPTOSI %0
|
||
|
$d0 = COPY %1(<2 x s32>)
|
||
|
...
|
||
|
|
||
|
---
|
||
|
name: fptoui_v2s32_v2s64
|
||
|
legalized: true
|
||
|
regBankSelected: true
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
liveins: $q0
|
||
|
|
||
|
; CHECK-LABEL: name: fptoui_v2s32_v2s64
|
||
|
; CHECK: [[COPY:%[0-9]+]]:fpr128 = COPY $q0
|
||
|
; CHECK: [[FCVTZUv2f64_:%[0-9]+]]:fpr128 = nofpexcept FCVTZUv2f64 [[COPY]]
|
||
|
; CHECK: [[XTNv2i32_:%[0-9]+]]:fpr64 = XTNv2i32 [[FCVTZUv2f64_]]
|
||
|
; CHECK: $d0 = COPY [[XTNv2i32_]]
|
||
|
%0:fpr(<2 x s64>) = COPY $q0
|
||
|
%1:fpr(<2 x s32>) = G_FPTOUI %0
|
||
|
$d0 = COPY %1(<2 x s32>)
|
||
|
...
|