Lines Matching refs:FP64
3 …+mips32r2 -run-pass=regbankselect -verify-machineinstrs %s -o - | FileCheck %s -check-prefixes=FP64
33 ; FP64-LABEL: name: float_add
34 ; FP64: liveins: $f12, $f14
35 ; FP64: [[COPY:%[0-9]+]]:fprb(s32) = COPY $f12
36 ; FP64: [[COPY1:%[0-9]+]]:fprb(s32) = COPY $f14
37 ; FP64: [[FADD:%[0-9]+]]:fprb(s32) = G_FADD [[COPY]], [[COPY1]]
38 ; FP64: $f0 = COPY [[FADD]](s32)
39 ; FP64: RetRA implicit $f0
63 ; FP64-LABEL: name: float_sub
64 ; FP64: liveins: $f12, $f14
65 ; FP64: [[COPY:%[0-9]+]]:fprb(s32) = COPY $f12
66 ; FP64: [[COPY1:%[0-9]+]]:fprb(s32) = COPY $f14
67 ; FP64: [[FSUB:%[0-9]+]]:fprb(s32) = G_FSUB [[COPY]], [[COPY1]]
68 ; FP64: $f0 = COPY [[FSUB]](s32)
69 ; FP64: RetRA implicit $f0
93 ; FP64-LABEL: name: float_mul
94 ; FP64: liveins: $f12, $f14
95 ; FP64: [[COPY:%[0-9]+]]:fprb(s32) = COPY $f12
96 ; FP64: [[COPY1:%[0-9]+]]:fprb(s32) = COPY $f14
97 ; FP64: [[FMUL:%[0-9]+]]:fprb(s32) = G_FMUL [[COPY]], [[COPY1]]
98 ; FP64: $f0 = COPY [[FMUL]](s32)
99 ; FP64: RetRA implicit $f0
123 ; FP64-LABEL: name: float_div
124 ; FP64: liveins: $f12, $f14
125 ; FP64: [[COPY:%[0-9]+]]:fprb(s32) = COPY $f12
126 ; FP64: [[COPY1:%[0-9]+]]:fprb(s32) = COPY $f14
127 ; FP64: [[FDIV:%[0-9]+]]:fprb(s32) = G_FDIV [[COPY]], [[COPY1]]
128 ; FP64: $f0 = COPY [[FDIV]](s32)
129 ; FP64: RetRA implicit $f0
153 ; FP64-LABEL: name: double_add
154 ; FP64: liveins: $d6, $d7
155 ; FP64: [[COPY:%[0-9]+]]:fprb(s64) = COPY $d6
156 ; FP64: [[COPY1:%[0-9]+]]:fprb(s64) = COPY $d7
157 ; FP64: [[FADD:%[0-9]+]]:fprb(s64) = G_FADD [[COPY]], [[COPY1]]
158 ; FP64: $d0 = COPY [[FADD]](s64)
159 ; FP64: RetRA implicit $d0
183 ; FP64-LABEL: name: double_sub
184 ; FP64: liveins: $d6, $d7
185 ; FP64: [[COPY:%[0-9]+]]:fprb(s64) = COPY $d6
186 ; FP64: [[COPY1:%[0-9]+]]:fprb(s64) = COPY $d7
187 ; FP64: [[FSUB:%[0-9]+]]:fprb(s64) = G_FSUB [[COPY]], [[COPY1]]
188 ; FP64: $d0 = COPY [[FSUB]](s64)
189 ; FP64: RetRA implicit $d0
213 ; FP64-LABEL: name: double_mul
214 ; FP64: liveins: $d6, $d7
215 ; FP64: [[COPY:%[0-9]+]]:fprb(s64) = COPY $d6
216 ; FP64: [[COPY1:%[0-9]+]]:fprb(s64) = COPY $d7
217 ; FP64: [[FMUL:%[0-9]+]]:fprb(s64) = G_FMUL [[COPY]], [[COPY1]]
218 ; FP64: $d0 = COPY [[FMUL]](s64)
219 ; FP64: RetRA implicit $d0
243 ; FP64-LABEL: name: double_div
244 ; FP64: liveins: $d6, $d7
245 ; FP64: [[COPY:%[0-9]+]]:fprb(s64) = COPY $d6
246 ; FP64: [[COPY1:%[0-9]+]]:fprb(s64) = COPY $d7
247 ; FP64: [[FDIV:%[0-9]+]]:fprb(s64) = G_FDIV [[COPY]], [[COPY1]]
248 ; FP64: $d0 = COPY [[FDIV]](s64)
249 ; FP64: RetRA implicit $d0