HomeSort by relevance Sort by last modified time
    Searched full:fsqrt (Results 126 - 150 of 265) sorted by null

1 2 3 4 56 7 8 91011

  /external/v8/src/ppc/
codegen-ppc.cc 93 __ fsqrt(d1, d1);
constants-ppc.h 271 FSQRT = 22 << 1, // Floating Square Root
  /external/v8/src/x87/
codegen-x87.cc 53 __ fsqrt();
  /external/valgrind/docs/internals/
3_2_BUGSTATUS.txt 182 vx1740 vx1754 32 n-i-bz handle REX.W fsqrt
  /system/core/libpixelflinger/codeflinger/
mips64_disassem.c 85 /* 0 */ "fadd", "fsub", "fmpy", "fdiv", "fsqrt","fabs", "fmov", "fneg",
mips_disassem.c 109 /* 0 */ "fadd", "fsub", "fmpy", "fdiv", "fsqrt","fabs", "fmov", "fneg",
  /toolchain/binutils/binutils-2.25/opcodes/
m10300-opc.c     [all...]
epiphany-opc.c     [all...]
  /external/vixl/test/
test-disasm-a64.cc     [all...]
  /external/llvm/test/MC/AArch64/
arm64-advsimd.s 585 fsqrt.2s v0, v0
635 ; CHECK: fsqrt.2s v0, v0 ; encoding: [0x00,0xf8,0xa1,0x2e]
682 fsqrt.4h v0, v0
695 ; CHECK: fsqrt.4h v0, v0 ; encoding: [0x00,0xf8,0xf9,0x2e]
708 fsqrt.8h v0, v0
721 ; CHECK: fsqrt.8h v0, v0 ; encoding: [0x00,0xf8,0xf9,0x6e]
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrVector.td     [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc 883 __ fsqrt();
    [all...]
  /toolchain/binutils/binutils-2.25/cpu/
sh64-compact.cpu 860 (dshci fsqrt "Floating point square root"
862 "fsqrt $fsdn"
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
476.d 194 2e0: (fd 40 58 2c|2c 58 40 fd) fsqrt f10,f11
195 2e4: (fd 40 58 2d|2d 58 40 fd) fsqrt\. f10,f11
a2.d 257 394: (fe 80 a8 2d|2d a8 80 fe) fsqrt\. f20,f21
258 398: (fe 80 a8 2c|2c a8 80 fe) fsqrt f20,f21
  /toolchain/binutils/binutils-2.25/include/opcode/
hppa.h     [all...]
  /external/google-breakpad/src/third_party/libdisasm/
x86_format.c 556 { "fsqrt", 0xA009 },
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUInstructions.td 672 (AMDGPUrcp (fsqrt vt:$src)),
EvergreenInstructions.td 86 def : Pat<(fsqrt f32:$src), (MUL $src, (RECIPSQRT_CLAMPED_eg $src))>;
  /external/llvm/test/CodeGen/AArch64/
f16-instructions.ll 525 ; CHECK-NEXT: fsqrt s0, s0
  /external/v8/src/arm64/
constants-arm64.h     [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
ppc_intrinsics.h 834 __asm__ ("fsqrt %0, %1"
  /external/clang/test/CodeGen/
aarch64-neon-misc.c     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 103 case ISD::FSQRT: R = SoftenFloatRes_FSQRT(N); break;
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.td     [all...]

Completed in 567 milliseconds

1 2 3 4 56 7 8 91011