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

  /prebuilts/go/darwin-x86/src/math/
hypot_386.s 30 FDIVD F1, F0 // F0=q(=q/p), F1=p
  /prebuilts/go/linux-x86/src/math/
hypot_386.s 30 FDIVD F1, F0 // F0=q(=q/p), F1=p
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
anames.go 295 "FDIVD",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
anames.go 295 "FDIVD",
  /external/llvm/lib/Target/Sparc/
LeonPasses.cpp 342 // 2) fixing the FDIVS and FDIVD instructions.
344 // FSQRTS and FDIVS are converted to FDIVD and FSQRTD respectively earlier in
372 } else if (AsmString.startswith_lower("fdivd")) {
374 Opcode = SP::FDIVD;
380 // already have been converted to FSQRTD or FDIVD earlier in the
382 if (Opcode == SP::FSQRTD || Opcode == SP::FDIVD) {
383 // Insert 5 NOPs before FSQRTD,FDIVD.
388 // ... and inserting 28 NOPs after FSQRTD,FDIVD.
658 NextOpcode == SP::FMULD || NextOpcode == SP::FDIVD) {
    [all...]
DelaySlotFiller.cpp 284 Opcode >= SP::FDIVD && Opcode <= SP::FSQRTD)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
anames.go 294 "FDIVD",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
anames.go 294 "FDIVD",
  /external/pcre/dist2/src/sljit/
sljitNativeSPARC_common.c 132 #define FDIVD (OPC1(0x2) | OPC3(0x34) | DOP(0x4e))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
ARM64Ops.go 187 {name: "FDIVD", argLength: 2, reg: fp21, asm: "FDIVD"}, // arg0 / arg1
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
ARM64Ops.go 187 {name: "FDIVD", argLength: 2, reg: fp21, asm: "FDIVD"}, // arg0 / arg1
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
amd64enc.s     [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
amd64enc.s     [all...]
  /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 152 milliseconds