HomeSort by relevance Sort by last modified time
    Searched full:fsqrt (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/valgrind/main/none/tests/ppc32/
test_fx.stdout.exp 2 fsqrt 0.000000e+00 -> 0.00000000000000e+00
3 fsqrt inf -> inf
4 fsqrt -inf -> nan
5 fsqrt nan -> nan
6 fsqrt nan -> nan
7 fsqrt -5.000000e+100 -> nan
8 fsqrt -5.000000e+20 -> nan
9 fsqrt -5.010000e+02 -> nan
10 fsqrt -6.000000e+00 -> nan
11 fsqrt -1.000000e+00 -> na
    [all...]
test_fx.c 11 "fsqrt %%f1,%%f1\n\t"
81 do_one( "fsqrt", do_fsqrt, args, nargs, "%e", "%20.14e");
jm-fp.stdout.exp     [all...]
round.c 33 FMSUB, FNMADD, FNMSUB, FSQRT
44 "fnmsub", "fsqrt"
902 for (s = (op != FSQRT ? -1 : 1); s < 2; s += 2)
1010 case FSQRT:
1115 case FSQRT:
1116 UNOP("fsqrt");
1184 for (op = FADD; op <= FSQRT; op++) {
  /external/llvm/test/CodeGen/PowerPC/
fsqrt.ll 0 ; fsqrt should be generated when the fsqrt feature is enabled, but not
4 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=+fsqrt | \
5 ; RUN: grep {fsqrt f1, f1}
7 ; RUN: grep {fsqrt f1, f1}
8 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=-fsqrt | \
9 ; RUN: not grep {fsqrt f1, f1}
11 ; RUN: not grep {fsqrt f1, f1}
  /bionic/libm/i387/
e_sqrtf.S 13 fsqrt
e_sqrt.S 42 fsqrt
  /external/llvm/test/MC/MBlaze/
mblaze_fpu.s 29 # CHECK: fsqrt
32 fsqrt r0, r1
  /external/valgrind/main/none/tests/x86/
cse_fail.c 54 "fsqrt\n\t"
56 "fsqrt\n\t"
  /external/llvm/test/CodeGen/X86/
2007-09-27-LDIntrinsics.ll 12 ; CHECK-NEXT: fsqrt
  /external/llvm/test/MC/Disassembler/MBlaze/
mblaze_fpu.txt 19 # CHECK: fsqrt r0, r1
  /external/valgrind/main/auxprogs/
ppcfround.c 248 INSN(fsqrt, "fsqrt %%f4, %%f1");
249 INSN(fsqrt_, "fsqrt. %%f4, %%f1");
532 //do_N_unary(fsqrt, SHOW_ALL);
  /external/valgrind/main/none/tests/ppc64/
jm-fp.stdout.exp     [all...]
round.c 33 FMSUB, FNMADD, FNMSUB, FSQRT
44 "fnmsub", "fsqrt"
902 for (s = (op != FSQRT ? -1 : 1); s < 2; s += 2)
1010 case FSQRT:
1115 case FSQRT:
1116 UNOP("fsqrt");
1184 for (op = FADD; op <= FSQRT; op++) {
  /external/llvm/lib/Target/PowerPC/
PPC.td 45 def FeatureFSqrt : SubtargetFeature<"fsqrt","HasFSQRT", "true",
46 "Enable the fsqrt instruction">;
PPCSchedule.td 198 // fsqrt FPSqrt
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrFPU.td 110 def FSQRT : ArithF2<0x16, 0x380, "fsqrt ", IIC_FPUs>;
135 def : Pat<(fsqrt GPR:$V), (FSQRT GPR:$V)>;
  /external/llvm/lib/Target/SystemZ/
SystemZInstrFP.td 244 [(set FP32:$dst, (fsqrt FP32:$src))]>;
247 [(set FP64:$dst, (fsqrt FP64:$src))]>;
251 [(set FP32:$dst, (fsqrt (load rriaddr12:$src)))]>;
254 [(set FP64:$dst, (fsqrt (load rriaddr12:$src)))]>;
  /external/qemu/target-i386/
helper.h 181 DEF_HELPER_0(fsqrt, void)
  /external/oprofile/events/ppc64/ibm-compat-v1/
events 28 event:0X0020 counters:0 um:zero minimum:1000 name:PM_FPU_FLOP_GRP2 : (Group 2 pm_compat_utilization2) FPU executed 1FLOP, FMA, FSQRT or FDIV instruction
  /external/valgrind/main/coregrind/
m_machine.c 681 /* General-Purpose optional (fsqrt, fsqrts) */
686 __asm__ __volatile__(".long 0xFC00002C"); /*fsqrt 0,0 */
795 /* General-Purpose optional (fsqrt, fsqrts) */
800 __asm__ __volatile__(".long 0xFC00002C"); /*fsqrt 0,0*/
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
asm.php 87 'fsavew','fscale','fsqrt','fst','fstcw','fstenv','fstenvw','fstp','fstsw','fsub','fsubp',
  /external/valgrind/main/docs/internals/
3_1_BUGSTATUS.txt 92 vx1492 vx1515 117419 ppc32: fsqrt
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 727 #define FSQRT CHOICE(fsqrt, fsqrt, fsqrt)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsInstrFPU.td 131 defm FSQRT : FFR1_2<0b000100, "sqrt", fsqrt>;

Completed in 796 milliseconds

1 2 3 4