| /freebsd-14.2/sys/riscv/riscv/ |
| H A D | swtch.S | 164 fcvt.d.l f0, zero 165 fcvt.d.l f1, zero 166 fcvt.d.l f2, zero 167 fcvt.d.l f3, zero 168 fcvt.d.l f4, zero 169 fcvt.d.l f5, zero 170 fcvt.d.l f6, zero 171 fcvt.d.l f7, zero 172 fcvt.d.l f8, zero 173 fcvt.d.l f9, zero [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoZfh.td | 123 "fcvt.w.h">, 128 "fcvt.wu.h">, 132 "fcvt.h.w">, 136 "fcvt.h.wu">, 142 Ext.F32Ty, "fcvt.h.s">, 173 "fcvt.l.h", [IsRV64]>, 177 "fcvt.lu.h", [IsRV64]>, 181 "fcvt.h.l", [IsRV64]>, 185 "fcvt.h.lu", [IsRV64]>, 191 Ext.F64Ty, "fcvt.h.d">, [all …]
|
| H A D | RISCVInstrInfoZfbfmin.td | 35 def FCVT_BF16_S : FPUnaryOp_r_frm<0b0100010, 0b01000, FPR16, FPR32, "fcvt.bf16.s">, 37 def FCVT_S_BF16 : FPUnaryOp_r_frm<0b0100000, 0b00110, FPR32, FPR16, "fcvt.s.bf16">,
|
| H A D | RISCVInstrInfoD.td | 117 Ext.PrimaryTy, "fcvt.s.d">, 121 Ext.F32Ty, "fcvt.d.s">, 137 "fcvt.w.d">, 142 "fcvt.wu.d">, 146 "fcvt.d.w">, 150 "fcvt.d.wu">, 156 "fcvt.l.d", [IsRV64]>, 160 "fcvt.lu.d", [IsRV64]>, 164 "fcvt.d.l", [IsRV64]>, 168 "fcvt.d.lu", [IsRV64]>,
|
| H A D | RISCVInstrInfoF.td | 136 // for historical/legacy reasons. fcvt functions where the rounding mode 341 "fcvt.w.s">, 346 "fcvt.wu.s">, 361 "fcvt.s.w">, 365 "fcvt.s.wu">, 369 "fcvt.l.s", [IsRV64]>, 373 "fcvt.lu.s", [IsRV64]>, 377 "fcvt.s.l", [IsRV64]>, 381 "fcvt.s.lu", [IsRV64]>,
|
| /freebsd-14.2/crypto/openssl/crypto/bn/asm/ |
| H A D | ia64.S | 1453 { .mfi; fcvt.xuf.s1 f7=f7 1470 (p7) fcvt.xuf.s1 f6=f6 1500 (p7) fcvt.xuf.s1 f6=f6 1561 fcvt.fxu.trunc.s1 f8=f8 // [30] q = trunc(q3)
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 704 INTERCEPTOR(char *, fcvt, double x, int a, int *b, int *c) { in INTERCEPTOR() argument 706 char *res = REAL(fcvt)(x, a, b, c); in INTERCEPTOR() 713 #define MSAN_MAYBE_INTERCEPT_FCVT INTERCEPT_FUNCTION(fcvt)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SMEInstrInfo.td | 363 defm FCVT_Z2Z_StoH : sme2_cvt_vg2_single<"fcvt", 0b00000, nxv8f16, nxv4f32, int_aarch64_sve_fcv… 834 defm FCVT_2ZZ_H : sme2p1_fp_cvt_vector_vg2_single<"fcvt", 0b0>; 899 defm FCVT_Z2Z_HtoB : sme2_fp8_cvt_vg2_single<"fcvt", 0b0>; 901 defm FCVT_Z4Z_StoB : sme2_fp8_cvt_vg4_single<"fcvt", 0b0>;
|
| H A D | AArch64SVEInstrInfo.td | 2191 …defm FCVT_ZPmZ_StoH : sve_fp_2op_p_zdr<0b1001000, "fcvt", ZPR32, ZPR16, int_aarch64_sve_fcvt_f… 2192 …defm FCVT_ZPmZ_HtoS : sve_fp_2op_p_zd< 0b1001001, "fcvt", ZPR16, ZPR32, int_aarch64_sve_fcvt_f… 2201 …defm FCVT_ZPmZ_DtoH : sve_fp_2op_p_zdr<0b1101000, "fcvt", ZPR64, ZPR16, int_aarch64_sve_fcvt_f… 2202 …defm FCVT_ZPmZ_HtoD : sve_fp_2op_p_zd< 0b1101001, "fcvt", ZPR16, ZPR64, int_aarch64_sve_fcvt_f… 2203 …defm FCVT_ZPmZ_DtoS : sve_fp_2op_p_zdr<0b1101010, "fcvt", ZPR64, ZPR32, int_aarch64_sve_fcvt_f… 2204 …defm FCVT_ZPmZ_StoD : sve_fp_2op_p_zd< 0b1101011, "fcvt", ZPR32, ZPR64, int_aarch64_sve_fcvt_f…
|
| H A D | AArch64InstrInfo.td | 4614 defm FCVT : FPConversion<"fcvt">;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfoF1.td | 175 //fcvt
|
| H A D | CSKYInstrInfoF2.td | 221 // fcvt
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1679 fun:fcvt=uninstrumented
|