Searched refs:fdiv (Results 1 - 25 of 28) sorted by relevance

12

/external/llvm/test/MC/MBlaze/
H A Dmblaze_fpu.s24 # CHECK: fdiv
27 fdiv r0, r1, r2
/external/valgrind/main/none/tests/ppc32/
H A Djm-fp.stdout.exp389 fdiv 0010000000000001, 0010000000000001 => 3ff0000000000000
390 fdiv 0010000000000001, 80100094e0000359 => bfeffed64ad20d22
391 fdiv 0010000000000001, 7ff0000000000000 => 0000000000000000
392 fdiv 0010000000000001, fff8000000000000 => fff8000000000000
393 fdiv 3fe00094e0000359, 0010000000000001 => 7fc00094e0000358
394 fdiv 3fe00094e0000359, 80100094e0000359 => ffc0000000000000
395 fdiv 3fe00094e0000359, 7ff0000000000000 => 0000000000000000
396 fdiv 3fe00094e0000359, fff8000000000000 => fff8000000000000
397 fdiv bfe0000000000001, 0010000000000001 => ffc0000000000000
398 fdiv bfe000000000000
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Djm-fp.stdout.exp389 fdiv 0010000000000001, 0010000000000001 => 3ff0000000000000
390 fdiv 0010000000000001, 80100094e0000359 => bfeffed64ad20d22
391 fdiv 0010000000000001, 7ff0000000000000 => 0000000000000000
392 fdiv 0010000000000001, fff8000000000000 => fff8000000000000
393 fdiv 3fe00094e0000359, 0010000000000001 => 7fc00094e0000358
394 fdiv 3fe00094e0000359, 80100094e0000359 => ffc0000000000000
395 fdiv 3fe00094e0000359, 7ff0000000000000 => 0000000000000000
396 fdiv 3fe00094e0000359, fff8000000000000 => fff8000000000000
397 fdiv bfe0000000000001, 0010000000000001 => ffc0000000000000
398 fdiv bfe000000000000
[all...]
/external/compiler-rt/lib/
H A Ddivsf3.c22 ARM_EABI_FNALIAS(fdiv, divsf3);
/external/quake/quake/src/QW/client/
H A Dd_draw.s231 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
268 fdiv %st(1),%st(0) // z = 1/1/z
454 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
467 fdiv %st(1),%st(0) // z = 1/1/z
H A Dd_draw16.s235 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
272 fdiv %st(1),%st(0) // z = 1/1/z
485 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
498 fdiv %st(1),%st(0) // z = 1/1/z
H A Dd_spr8.s259 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
296 fdiv %st(1),%st(0) // z = 1/1/z
517 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
530 fdiv %st(1),%st(0) // z = 1/1/z
H A Dd_draw.asm321 fdiv st(1),st(0)
359 fdiv st(0),st(1)
388 fdiv st(0),st(1)
519 fdiv st(0),st(1)
530 fdiv st(0),st(1)
H A Dd_draw16.asm323 fdiv st(1),st(0)
361 fdiv st(0),st(1)
390 fdiv st(0),st(1)
545 fdiv st(0),st(1)
556 fdiv st(0),st(1)
H A Dd_spr8.asm334 fdiv st(2),st(0)
383 fdiv st(0),st(1)
412 fdiv st(0),st(1)
582 fdiv st(0),st(1)
593 fdiv st(0),st(1)
/external/quake/quake/src/WinQuake/
H A Dd_draw.s231 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
268 fdiv %st(1),%st(0) // z = 1/1/z
454 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
467 fdiv %st(1),%st(0) // z = 1/1/z
H A Dd_draw16.s235 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
272 fdiv %st(1),%st(0) // z = 1/1/z
485 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
498 fdiv %st(1),%st(0) // z = 1/1/z
H A Dd_spr8.s259 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
296 fdiv %st(1),%st(0) // z = 1/1/z
517 fdiv %st(1),%st(0) // this is what we've gone to all this trouble to
530 fdiv %st(1),%st(0) // z = 1/1/z
/external/llvm/utils/vim/
H A Dllvm.vim26 syn keyword llvmStatement sdiv udiv fdiv srem urem frem
/external/llvm/test/MC/X86/
H A Dx86-32.s345 // CHECK: fdiv %st(0)
347 fdiv %st(0), %st
H A Dx86-32-coverage.s4171 // CHECK: fdiv %st(2)
4173 fdiv %st(2)
13932 // CHECK: fdiv %st(2)
13933 fdiv %st(2)
/external/valgrind/main/auxprogs/
H A Dppcfround.c188 INSN(fdiv, "fdiv %%f4, %%f1,%%f2");
189 INSN(fdiv_, "fdiv. %%f4, %%f1,%%f2");
457 do_N_binary("fdiv", insn_fdiv, args, nargs, SHOW_ALL);
/external/v8/test/cctest/
H A Dtest-disasm-x64.cc341 __ fdiv(3);
H A Dtest-disasm-ia32.cc361 __ fdiv(3);
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp598 INSTKEYWORD(udiv, UDiv); INSTKEYWORD(sdiv, SDiv); INSTKEYWORD(fdiv, FDiv);
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml225 * RUN: grep {@const_fdiv = global double fdiv } < %t.ll
1002 * RUN: grep {%build_fdiv = fdiv float %F1, %F2} < %t.ll
/external/v8/src/ia32/
H A Dassembler-ia32.h942 void fdiv(int i);
H A Dassembler-ia32.cc1769 void Assembler::fdiv(int i) { function in class:v8::internal::Assembler
/external/v8/src/x64/
H A Dassembler-x64.h1268 void fdiv(int i);
H A Dassembler-x64.cc2359 void Assembler::fdiv(int i) { function in class:v8::internal::Assembler

Completed in 410 milliseconds

12