Searched refs:fsqrt (Results 1 – 25 of 59) sorted by relevance
123
| /freebsd-12-stable/contrib/gcc/config/mips/ |
| D | 4300.md | 78 (and (eq_attr "type" "fdiv,frdiv,fsqrt,frsqrt") 84 (and (eq_attr "type" "fdiv,frdiv,fsqrt,frsqrt")
|
| D | 5000.md | 73 (and (eq_attr "type" "fdiv,frdiv,fsqrt,frsqrt") 79 (and (eq_attr "type" "fsqrt,frsqrt")
|
| D | 24k.md | 269 ;; fdiv, fsqrt, frsqrt 272 (and (eq_attr "type" "fdiv,fsqrt,frsqrt") 278 (and (eq_attr "type" "fdiv,fsqrt") 385 ;; fdiv, fsqrt, frsqrt 388 (and (eq_attr "type" "fdiv,fsqrt,frsqrt") 394 (and (eq_attr "type" "fdiv,fsqrt")
|
| D | 4600.md | 80 (and (eq_attr "type" "fsqrt,frsqrt") 86 (and (eq_attr "type" "fsqrt,frsqrt")
|
| D | generic.md | 95 (and (eq_attr "type" "fsqrt,frsqrt") 100 (and (eq_attr "type" "fsqrt,frsqrt")
|
| D | 5k.md | 176 ;; fdiv, fsqrt, frsqrt 179 (and (eq_attr "type" "fdiv,fsqrt,frsqrt") 185 (and (eq_attr "type" "fdiv,fsqrt")
|
| D | 5400.md | 126 (and (eq_attr "type" "fdiv,frdiv,fsqrt") 132 (and (eq_attr "type" "fdiv,frdiv,fsqrt")
|
| D | 9000.md | 134 (and (eq_attr "type" "fdiv,frdiv,fsqrt,frsqrt") 140 (and (eq_attr "type" "fdiv,frdiv,fsqrt,frsqrt")
|
| D | 5500.md | 162 (and (eq_attr "type" "fdiv,frdiv,fsqrt") 168 (and (eq_attr "type" "fdiv,frdiv,fsqrt")
|
| D | 7000.md | 177 (and (eq_attr "type" "fdiv,frdiv,fsqrt") 183 (and (eq_attr "type" "fdiv,frdiv,fsqrt")
|
| D | sb1.md | 503 (and (eq_attr "type" "fsqrt") 510 (and (eq_attr "type" "fsqrt") 520 (and (eq_attr "type" "fsqrt") 527 (and (eq_attr "type" "fsqrt")
|
| D | sr71k.md | 291 (and (eq_attr "type" "fsqrt") 297 (and (eq_attr "type" "fsqrt")
|
| /freebsd-12-stable/lib/msun/amd64/ |
| D | e_sqrtl.S | 32 fsqrt
|
| /freebsd-12-stable/lib/msun/i387/ |
| D | e_sqrtl.S | 41 fsqrt
|
| D | e_sqrt.S | 41 fsqrt
|
| D | e_sqrtf.S | 13 fsqrt
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVInstrInfoD.td | 110 def FSQRT_D : FPUnaryOp_r_frm<0b0101101, FPR64, FPR64, "fsqrt.d">, 114 def : FPUnaryOpDynFrmAlias<FSQRT_D, "fsqrt.d", FPR64, FPR64>; 257 def : Pat<(fsqrt FPR64:$rs1), (FSQRT_D FPR64:$rs1, 0b111)>;
|
| D | RISCVInstrInfoZfh.td | 111 def FSQRT_H : FPUnaryOp_r_frm<0b0101110, FPR16, FPR16, "fsqrt.h">, 115 def : FPUnaryOpDynFrmAlias<FSQRT_H, "fsqrt.h", FPR16, FPR16>; 273 def : Pat<(fsqrt FPR16:$rs1), (FSQRT_H FPR16:$rs1, 0b111)>;
|
| D | RISCVInstrInfoF.td | 151 def FSQRT_S : FPUnaryOp_r_frm<0b0101100, FPR32, FPR32, "fsqrt.s">, 155 def : FPUnaryOpDynFrmAlias<FSQRT_S, "fsqrt.s", FPR32, FPR32>; 322 def : Pat<(fsqrt FPR32:$rs1), (FSQRT_S FPR32:$rs1, 0b111)>;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUInstructions.td | 660 (AMDGPUrcp (fsqrt vt:$src)), 691 // FIXME: fsqrt should not select directly 693 [(fsqrt node:$src0), (int_amdgcn_sqrt node:$src0)]
|
| /freebsd-12-stable/sys/powerpc/fpu/ |
| D | fpu_emu.c | 133 FPU_EMU_EVCNT_DECL(fsqrt); 645 FPU_EMU_EVCNT_INCR(fsqrt); in fpu_execute()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MicroMipsInstrFPU.td | 122 defm FSQRT : ABSS_MMM<"sqrt.d", II_SQRT_D, fsqrt>, ROUND_W_FM_MM<1, 0x28>; 231 fsqrt>, ROUND_W_FM_MM<0, 0x28>, ISA_MICROMIPS;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyInstrFloat.td | 53 defm SQRT : UnaryFP<fsqrt, "sqrt", 0x91, 0x9f>;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPC.td | 84 def FeatureFSqrt : SubtargetFeature<"fsqrt","HasFSQRT", "true", 85 "Enable the fsqrt instruction",
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| D | SelectionDAGCompat.td | 127 def : GINodeEquiv<G_FSQRT, fsqrt>;
|
123