• Home
  • Raw
  • Download

Lines Matching refs:FP32

15 def SelectF32  : SelectWrapper<FP32>;
19 defm CondStoreF32 : CondStores<FP32, nonvolatile_store,
30 def LZER : InherentRRE<"lzer", 0xB374, FP32, (fpimm0)>;
37 def LER : UnaryRR <"le", 0x38, null_frag, FP32, FP32>;
45 defm LTEBR : LoadAndTestRRE<"lteb", 0xB302, FP32>;
53 defm : CompareZeroFP<LTEBRCompare, FP32>;
61 def LTEBRCompare_VecPseudo : Pseudo<(outs), (ins FP32:$R1, FP32:$R2), []>;
66 defm : CompareZeroFP<LTEBRCompare_VecPseudo, FP32>;
75 // fcopysign with an FP32 result.
77 def CPSDRss : BinaryRRF<"cpsd", 0xB372, fcopysign, FP32, FP32>;
78 def CPSDRsd : BinaryRRF<"cpsd", 0xB372, fcopysign, FP32, FP64>;
82 def : Pat<(fcopysign FP32:$src1, FP128:$src2),
83 (CPSDRsd FP32:$src1, (EXTRACT_SUBREG FP128:$src2, subreg_h64))>;
87 def CPSDRds : BinaryRRF<"cpsd", 0xB372, fcopysign, FP64, FP32>;
100 def : CopySign128<FP32, (CPSDRds (EXTRACT_SUBREG FP128:$src1, subreg_h64),
101 FP32:$src2)>;
116 defm LE : UnaryRXPair<"le", 0x78, 0xED64, load, FP32, 4>;
120 def LDE32 : UnaryRXE<"lde", 0xED24, null_frag, FP32, 4>;
135 defm STE : StoreRXPair<"ste", 0x70, 0xED66, store, FP32, 4>;
153 def LEDBR : UnaryRRE<"ledb", 0xB344, fround, FP32, FP64>;
157 def LEDBRA : UnaryRRF4<"ledbra", 0xB344, FP32, FP64>,
170 def LDEBR : UnaryRRE<"ldeb", 0xB304, fextend, FP64, FP32>;
171 def LXEBR : UnaryRRE<"lxeb", 0xB306, fextend, FP128, FP32>;
180 def CEFBR : UnaryRRE<"cefb", 0xB394, sint_to_fp, FP32, GR32>;
184 def CEGBR : UnaryRRE<"cegb", 0xB3A4, sint_to_fp, FP32, GR64>;
190 def CELFBR : UnaryRRF4<"celfbr", 0xB390, FP32, GR32>;
194 def CELGBR : UnaryRRF4<"celgbr", 0xB3A0, FP32, GR64>;
210 def CFEBR : UnaryRRF<"cfeb", 0xB398, GR32, FP32>;
214 def CGEBR : UnaryRRF<"cgeb", 0xB3A8, GR64, FP32>;
220 def : Pat<(i32 (fp_to_sint FP32:$src)), (CFEBR 5, FP32:$src)>;
224 def : Pat<(i64 (fp_to_sint FP32:$src)), (CGEBR 5, FP32:$src)>;
231 def CLFEBR : UnaryRRF4<"clfebr", 0xB39C, GR32, FP32>;
235 def CLGEBR : UnaryRRF4<"clgebr", 0xB3AC, GR64, FP32>;
240 def : Pat<(i32 (fp_to_uint FP32:$src)), (CLFEBR 5, FP32:$src, 0)>;
244 def : Pat<(i64 (fp_to_uint FP32:$src)), (CLGEBR 5, FP32:$src, 0)>;
264 def LCEBR : UnaryRRE<"lceb", 0xB303, null_frag, FP32, FP32>;
271 def LCDFR_32 : UnaryRRE<"lcdf", 0xB373, fneg, FP32, FP32>;
275 def LPEBR : UnaryRRE<"lpeb", 0xB300, null_frag, FP32, FP32>;
282 def LPDFR_32 : UnaryRRE<"lpdf", 0xB370, fabs, FP32, FP32>;
286 def LNEBR : UnaryRRE<"lneb", 0xB301, null_frag, FP32, FP32>;
293 def LNDFR_32 : UnaryRRE<"lndf", 0xB371, fnabs, FP32, FP32>;
296 def SQEBR : UnaryRRE<"sqeb", 0xB314, fsqrt, FP32, FP32>;
300 def SQEB : UnaryRXE<"sqeb", 0xED14, loadu<fsqrt>, FP32, 4>;
305 def FIEBR : UnaryRRF<"fieb", 0xB357, FP32, FP32>;
311 def : Pat<(frint FP32:$src), (FIEBR 0, FP32:$src)>;
318 def FIEBRA : UnaryRRF4<"fiebra", 0xB357, FP32, FP32>;
323 def : Pat<(fnearbyint FP32:$src), (FIEBRA 0, FP32:$src, 4)>;
330 def : Pat<(ffloor FP32:$src), (FIEBRA 7, FP32:$src, 4)>;
335 def : Pat<(fceil FP32:$src), (FIEBRA 6, FP32:$src, 4)>;
340 def : Pat<(ftrunc FP32:$src), (FIEBRA 5, FP32:$src, 4)>;
346 def : Pat<(frnd FP32:$src), (FIEBRA 1, FP32:$src, 4)>;
358 def AEBR : BinaryRRE<"aeb", 0xB30A, fadd, FP32, FP32>;
362 def AEB : BinaryRXE<"aeb", 0xED0A, fadd, FP32, load, 4>;
368 def SEBR : BinaryRRE<"seb", 0xB30B, fsub, FP32, FP32>;
372 def SEB : BinaryRXE<"seb", 0xED0B, fsub, FP32, load, 4>;
378 def MEEBR : BinaryRRE<"meeb", 0xB317, fmul, FP32, FP32>;
382 def MEEB : BinaryRXE<"meeb", 0xED17, fmul, FP32, load, 4>;
385 // f64 multiplication of two FP32 registers.
386 def MDEBR : BinaryRRE<"mdeb", 0xB30C, null_frag, FP64, FP32>;
387 def : Pat<(fmul (f64 (fextend FP32:$src1)), (f64 (fextend FP32:$src2))),
389 FP32:$src1, subreg_r32), FP32:$src2)>;
391 // f64 multiplication of an FP32 register and an f32 memory.
393 def : Pat<(fmul (f64 (fextend FP32:$src1)),
395 (MDEB (INSERT_SUBREG (f64 (IMPLICIT_DEF)), FP32:$src1, subreg_r32),
412 def MAEBR : TernaryRRD<"maeb", 0xB30E, z_fma, FP32>;
415 def MAEB : TernaryRXF<"maeb", 0xED0E, z_fma, FP32, load, 4>;
419 def MSEBR : TernaryRRD<"mseb", 0xB30F, z_fms, FP32>;
422 def MSEB : TernaryRXF<"mseb", 0xED0F, z_fms, FP32, load, 4>;
426 def DEBR : BinaryRRE<"deb", 0xB30D, fdiv, FP32, FP32>;
430 def DEB : BinaryRXE<"deb", 0xED0D, fdiv, FP32, load, 4>;
438 def CEBR : CompareRRE<"ceb", 0xB309, z_fcmp, FP32, FP32>;
442 def CEB : CompareRXE<"ceb", 0xED09, z_fcmp, FP32, load, 4>;