Home
last modified time | relevance | path

Searched refs:fdiv (Results 1 – 25 of 105) sorted by relevance

12345

/third_party/ltp/tools/sparse/sparse-src/validation/
Dfp-ops.c4 double fdiv(double x, double y) { return x / y; } in fdiv() function
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
Darithmetic-ops.c71 static float fdiv(float x, float y) in fdiv() function
/third_party/musl/src/math/x32/
Dexp2l.s55 fdiv %st(1)
/third_party/musl/src/math/i386/
Dexp_ld.s65 fdiv %st(1)
/third_party/musl/src/math/x86_64/
Dexp2l.s55 fdiv %st(1)
/third_party/vixl/test/aarch64/
Dtest-disasm-fp-aarch64.cc150 COMPARE(fdiv(h0, h1, h2), "fdiv h0, h1, h2"); in TEST()
151 COMPARE(fdiv(s13, s14, s15), "fdiv s13, s14, s15"); in TEST()
152 COMPARE(fdiv(d16, d17, d18), "fdiv d16, d17, d18"); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfoD.td105 def FDIV_D : FPALUD_rr_frm<0b0001101, "fdiv.d">;
106 def : FPALUDDynFrmAlias<FDIV_D, "fdiv.d">;
248 def : PatFpr64Fpr64DynFrm<fdiv, FDIV_D>;
DRISCVInstrInfoF.td142 def FDIV_S : FPALUS_rr_frm<0b0001100, "fdiv.s">,
144 def : FPALUSDynFrmAlias<FDIV_S, "fdiv.s">;
308 def : PatFpr32Fpr32DynFrm<fdiv, FDIV_S>;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.def44 X(Fdiv, "fdiv", 0) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td853 [(set Float64Regs:$dst, (fdiv DoubleConst1:$a, Float64Regs:$b))]>;
858 [(set Float64Regs:$dst, (fdiv Float64Regs:$a, Float64Regs:$b))]>;
863 [(set Float64Regs:$dst, (fdiv Float64Regs:$a, fpimm:$b))]>;
872 [(set Float32Regs:$dst, (fdiv FloatConst1:$a, Float32Regs:$b))]>,
878 [(set Float32Regs:$dst, (fdiv FloatConst1:$a, Float32Regs:$b))]>,
887 [(set Float32Regs:$dst, (fdiv Float32Regs:$a, Float32Regs:$b))]>,
893 [(set Float32Regs:$dst, (fdiv Float32Regs:$a, fpimm:$b))]>,
899 [(set Float32Regs:$dst, (fdiv Float32Regs:$a, Float32Regs:$b))]>,
905 [(set Float32Regs:$dst, (fdiv Float32Regs:$a, fpimm:$b))]>,
916 [(set Float32Regs:$dst, (fdiv FloatConst1:$a, Float32Regs:$b))]>,
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dllvmpipe-cl.txt71 program/execute/fdiv-modifiers-f32: fail
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFPStack.td320 // of some of the 'reverse' forms of the fsub and fdiv instructions. As such,
344 def DIV_FrST0 : FPrST0Inst <MRM7r, "fdiv{r}\t{%st, $op|$op, st}">;
345 def DIV_FPrST0 : FPrST0PInst<MRM7r, "fdiv{r}p\t{%st, $op|$op, st}">;
346 def DIV_FST0r : FPST0rInst <MRM6r, "fdiv\t{$op, %st|st, $op}">;
347 def DIVR_FrST0 : FPrST0Inst <MRM6r, "fdiv{|r}\t{%st, $op|$op, st}">;
348 def DIVR_FPrST0 : FPrST0PInst<MRM6r, "fdiv{|r}p\t{%st, $op|$op, st}">;
/third_party/elfutils/tests/
Dtestfile-riscv64-dis1.expect.bz21testfile-riscv64-dis1.o: elf64-elf_riscv 2 3Disassembly of section .text ...
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c75 OP(fdiv, DIV, 0_1_X),
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_arith_ll.ll909 %result = fdiv float %a, %b
917 %result = fdiv double %a, %b
925 %result = fdiv <4 x float> %a, %b
/third_party/mesa3d/docs/relnotes/
D11.1.1.rst110 - nir: Add a lower_fdiv option, turn fdiv into fmul/frcp.
D18.2.1.rst152 - ac: revert new LLVM 7.0 behavior for fdiv
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMicroMipsInstrFPU.td27 def FDIV_S_MM : MMRel, ADDS_FT<"div.s", FGR32Opnd, II_DIV_S, 0, fdiv>,
36 defm FDIV : ADDS_MMM<"div.d", II_DIV_D, 0, fdiv>,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td83 def : GINodeEquiv<G_FDIV, fdiv>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td52 defm DIV : BinaryFP<fdiv, "div ", 0x95, 0xa3>;
/third_party/mesa3d/src/intel/tools/
Di965_lex.l137 fdiv { yylval.integer = BRW_MATH_FUNCTION_FDIV; return FDIV; }
/third_party/elfutils/libcpu/
Dx86_64.mnemonics110 MNE(fdiv)
Di386.mnemonics119 MNE(fdiv)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DIntrinsicEnums.inc80 experimental_constrained_fdiv, // llvm.experimental.constrained.fdiv
/third_party/mesa3d/src/mesa/x86/
Dassyntax.h711 #define FDIV2(a, b) CHOICE(fdiv ARG2(a,b), fdiv ARG2(a,b), fdiv ARG2(b,a))
1422 #define FDIV_D(a) fdiv D_(a)
1423 #define FDIV_S(a) fdiv S_(a)
1424 #define FDIV2(a, b) fdiv b, a

12345