1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -mtriple=riscv32 -target-abi=ilp32d -mattr=+v,+zfbfmin,+zvfbfmin -verify-machineinstrs < %s | FileCheck %s --check-prefixes=ZFBFMIN-ZVFBFMIN
; RUN: llc -mtriple=riscv32 -target-abi=ilp32d -mattr=+v,+zvfbfmin -verify-machineinstrs < %s | FileCheck %s --check-prefixes=ZVFBFMIN
; RUN: llc -mtriple=riscv64 -target-abi=lp64d -mattr=+v,+zfbfmin,+zvfbfmin -verify-machineinstrs < %s | FileCheck %s --check-prefixes=ZFBFMIN-ZVFBFMIN
; RUN: llc -mtriple=riscv64 -target-abi=lp64d -mattr=+v,+zvfbfmin -verify-machineinstrs < %s | FileCheck %s --check-prefixes=ZVFBFMIN
define <8 x bfloat> @splat_v8bf16(ptr %x, bfloat %y) {
; ZFBFMIN-ZVFBFMIN-LABEL: splat_v8bf16:
; ZFBFMIN-ZVFBFMIN: # %bb.0:
; ZFBFMIN-ZVFBFMIN-NEXT: fmv.x.h a0, fa0
; ZFBFMIN-ZVFBFMIN-NEXT: vsetivli zero, 8, e16, m1, ta, ma
; ZFBFMIN-ZVFBFMIN-NEXT: vmv.v.x v8, a0
; ZFBFMIN-ZVFBFMIN-NEXT: ret
;
; ZVFBFMIN-LABEL: splat_v8bf16:
; ZVFBFMIN: # %bb.0:
; ZVFBFMIN-NEXT: fmv.x.w a0, fa0
; ZVFBFMIN-NEXT: vsetivli zero, 8, e16, m1, ta, ma
; ZVFBFMIN-NEXT: vmv.v.x v8, a0
; ZVFBFMIN-NEXT: ret
%a = insertelement <8 x bfloat> poison, bfloat %y, i32 0
%b = shufflevector <8 x bfloat> %a, <8 x bfloat> poison, <8 x i32> zeroinitializer
ret <8 x bfloat> %b
}
define <16 x bfloat> @splat_16bf16(ptr %x, bfloat %y) {
; ZFBFMIN-ZVFBFMIN-LABEL: splat_16bf16:
; ZFBFMIN-ZVFBFMIN: # %bb.0:
; ZFBFMIN-ZVFBFMIN-NEXT: fmv.x.h a0, fa0
; ZFBFMIN-ZVFBFMIN-NEXT: vsetivli zero, 16, e16, m2, ta, ma
; ZFBFMIN-ZVFBFMIN-NEXT: vmv.v.x v8, a0
; ZFBFMIN-ZVFBFMIN-NEXT: ret
;
; ZVFBFMIN-LABEL: splat_16bf16:
; ZVFBFMIN: # %bb.0:
; ZVFBFMIN-NEXT: fmv.x.w a0, fa0
; ZVFBFMIN-NEXT: vsetivli zero, 16, e16, m2, ta, ma
; ZVFBFMIN-NEXT: vmv.v.x v8, a0
; ZVFBFMIN-NEXT: ret
%a = insertelement <16 x bfloat> poison, bfloat %y, i32 0
%b = shufflevector <16 x bfloat> %a, <16 x bfloat> poison, <16 x i32> zeroinitializer
ret <16 x bfloat> %b
}
define <64 x bfloat> @splat_64bf16(ptr %x, bfloat %y) {
; ZFBFMIN-ZVFBFMIN-LABEL: splat_64bf16:
; ZFBFMIN-ZVFBFMIN: # %bb.0:
; ZFBFMIN-ZVFBFMIN-NEXT: fmv.x.h a0, fa0
; ZFBFMIN-ZVFBFMIN-NEXT: li a1, 64
; ZFBFMIN-ZVFBFMIN-NEXT: vsetvli zero, a1, e16, m8, ta, ma
; ZFBFMIN-ZVFBFMIN-NEXT: vmv.v.x v8, a0
; ZFBFMIN-ZVFBFMIN-NEXT: ret
;
; ZVFBFMIN-LABEL: splat_64bf16:
; ZVFBFMIN: # %bb.0:
; ZVFBFMIN-NEXT: fmv.x.w a0, fa0
; ZVFBFMIN-NEXT: li a1, 64
; ZVFBFMIN-NEXT: vsetvli zero, a1, e16, m8, ta, ma
; ZVFBFMIN-NEXT: vmv.v.x v8, a0
; ZVFBFMIN-NEXT: ret
%a = insertelement <64 x bfloat> poison, bfloat %y, i32 0
%b = shufflevector <64 x bfloat> %a, <64 x bfloat> poison, <64 x i32> zeroinitializer
ret <64 x bfloat> %b
}
define <8 x bfloat> @splat_zero_v8bf16(ptr %x) {
; ZFBFMIN-ZVFBFMIN-LABEL: splat_zero_v8bf16:
; ZFBFMIN-ZVFBFMIN: # %bb.0:
; ZFBFMIN-ZVFBFMIN-NEXT: vsetivli zero, 8, e16, m1, ta, ma
; ZFBFMIN-ZVFBFMIN-NEXT: vmv.v.i v8, 0
; ZFBFMIN-ZVFBFMIN-NEXT: ret
;
; ZVFBFMIN-LABEL: splat_zero_v8bf16:
; ZVFBFMIN: # %bb.0:
; ZVFBFMIN-NEXT: vsetivli zero, 8, e16, m1, ta, ma
; ZVFBFMIN-NEXT: vmv.v.i v8, 0
; ZVFBFMIN-NEXT: ret
ret <8 x bfloat> splat (bfloat 0.0)
}
define <16 x bfloat> @splat_zero_16bf16(ptr %x) {
; ZFBFMIN-ZVFBFMIN-LABEL: splat_zero_16bf16:
; ZFBFMIN-ZVFBFMIN: # %bb.0:
; ZFBFMIN-ZVFBFMIN-NEXT: vsetivli zero, 16, e16, m2, ta, ma
; ZFBFMIN-ZVFBFMIN-NEXT: vmv.v.i v8, 0
; ZFBFMIN-ZVFBFMIN-NEXT: ret
;
; ZVFBFMIN-LABEL: splat_zero_16bf16:
; ZVFBFMIN: # %bb.0:
; ZVFBFMIN-NEXT: vsetivli zero, 16, e16, m2, ta, ma
; ZVFBFMIN-NEXT: vmv.v.i v8, 0
; ZVFBFMIN-NEXT: ret
ret <16 x bfloat> splat (bfloat 0.0)
}
define <8 x bfloat> @splat_negzero_v8bf16(ptr %x) {
; ZFBFMIN-ZVFBFMIN-LABEL: splat_negzero_v8bf16:
; ZFBFMIN-ZVFBFMIN: # %bb.0:
; ZFBFMIN-ZVFBFMIN-NEXT: lui a0, 1048568
; ZFBFMIN-ZVFBFMIN-NEXT: vsetivli zero, 8, e16, m1, ta, ma
; ZFBFMIN-ZVFBFMIN-NEXT: vmv.v.x v8, a0
; ZFBFMIN-ZVFBFMIN-NEXT: ret
;
; ZVFBFMIN-LABEL: splat_negzero_v8bf16:
; ZVFBFMIN: # %bb.0:
; ZVFBFMIN-NEXT: lui a0, 1048568
; ZVFBFMIN-NEXT: vsetivli zero, 8, e16, m1, ta, ma
; ZVFBFMIN-NEXT: vmv.v.x v8, a0
; ZVFBFMIN-NEXT: ret
ret <8 x bfloat> splat (bfloat -0.0)
}
define <16 x bfloat> @splat_negzero_16bf16(ptr %x) {
; ZFBFMIN-ZVFBFMIN-LABEL: splat_negzero_16bf16:
; ZFBFMIN-ZVFBFMIN: # %bb.0:
; ZFBFMIN-ZVFBFMIN-NEXT: lui a0, 1048568
; ZFBFMIN-ZVFBFMIN-NEXT: vsetivli zero, 16, e16, m2, ta, ma
; ZFBFMIN-ZVFBFMIN-NEXT: vmv.v.x v8, a0
; ZFBFMIN-ZVFBFMIN-NEXT: ret
;
; ZVFBFMIN-LABEL: splat_negzero_16bf16:
; ZVFBFMIN: # %bb.0:
; ZVFBFMIN-NEXT: lui a0, 1048568
; ZVFBFMIN-NEXT: vsetivli zero, 16, e16, m2, ta, ma
; ZVFBFMIN-NEXT: vmv.v.x v8, a0
; ZVFBFMIN-NEXT: ret
ret <16 x bfloat> splat (bfloat -0.0)
}
|