HomeSort by relevance Sort by last modified time
    Searched refs:FMULD (Results 1 - 22 of 22) sorted by null

  /prebuilts/go/darwin-x86/src/math/
asin_386.s 11 FMULD F0, F0 // F0=sin(x)*sin(x), F1=sin(x)
23 FMULD F0, F0 // F0=cos(x)*cos(x), F1=cos(x)
frexp_386.s 16 FMULD $(0.5), F0 // F0=f (0.5<=f<1), F1=e
expm1_386.s 17 FMULD x+0(FP), F0 // F0=x*log2(e) (-1<F0<1)
28 FMULD x+0(FP), F0 // F0=x*log2(e)
hypot_386.s 31 FMULD F0, F0 // F0=q*q, F1=p
  /prebuilts/go/linux-x86/src/math/
asin_386.s 11 FMULD F0, F0 // F0=sin(x)*sin(x), F1=sin(x)
23 FMULD F0, F0 // F0=cos(x)*cos(x), F1=cos(x)
frexp_386.s 16 FMULD $(0.5), F0 // F0=f (0.5<=f<1), F1=e
expm1_386.s 17 FMULD x+0(FP), F0 // F0=x*log2(e) (-1<F0<1)
28 FMULD x+0(FP), F0 // F0=x*log2(e)
hypot_386.s 31 FMULD F0, F0 // F0=q*q, F1=p
  /external/boringssl/src/ssl/test/runner/poly1305/
poly1305_amd64.s 61 FMULD ·SCALE(SB), F0
64 FMULD ·SCALE(SB), F0
67 FMULD ·SCALE(SB), F0
115 FMULD ·SCALE(SB), F0
137 FMULD F3,F0
139 FMULD F4,F0
141 FMULD F5,F0
145 FMULD F4,F0
148 FMULD F4,F0
151 FMULD F4,F
    [all...]
  /external/llvm/lib/Target/Sparc/
LeonPasses.cpp 116 // registers, then calculate the result with the FMULD instruction. Therefore,
122 // fmuld %f0,%f2,%f8
203 // create fmuld %f0,%f2,%f8
204 BuildMI(MBB, MBBI, DL, TII.get(SP::FMULD))
228 // registers, then calculates the result with the FMULD instruction.
234 // fmuld %f0,%f2,%f8
314 // create fmuld %f0,%f2,%f8
315 BuildMI(MBB, MBBI, DL, TII.get(SP::FMULD))
658 NextOpcode == SP::FMULD || NextOpcode == SP::FDIVD) {
675 // Check the errata patterns that only happen for FADDD and FMULD
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
anames.go 299 "FMULD",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
anames.go 299 "FMULD",
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
anames.go 279 "FMULD",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
anames.go 279 "FMULD",
  /external/pcre/dist2/src/sljit/
sljitNativeSPARC_common.c 139 #define FMULD (OPC1(0x2) | OPC3(0x34) | DOP(0x4a))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
ARM64Ops.go 185 {name: "FMULD", argLength: 2, reg: fp21, asm: "FMULD", commutative: true}, // arg0 * arg1
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
ARM64Ops.go 185 {name: "FMULD", argLength: 2, reg: fp21, asm: "FMULD", commutative: true}, // arg0 * arg1
  /toolchain/binutils/binutils-2.25/opcodes/
nds32-asm.c     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewriteARM64.go     [all...]
opGen.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewriteARM64.go     [all...]
opGen.go     [all...]

Completed in 241 milliseconds