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

12

/external/llvm/test/MC/AArch64/
H A Dneon-mul-div-instructions.s37 fdiv v0.2s, v1.2s, v2.2s
38 fdiv v0.4s, v1.4s, v2.4s
39 fdiv v0.2d, v1.2d, v2.2d
41 // CHECK: fdiv v0.2s, v1.2s, v2.2s // encoding: [0x20,0xfc,0x22,0x2e]
42 // CHECK: fdiv v0.4s, v1.4s, v2.4s // encoding: [0x20,0xfc,0x22,0x6e]
43 // CHECK: fdiv v0.2d, v1.2d, v2.2d // encoding: [0x20,0xfc,0x62,0x6e]
H A Darm64-fp-encoding.s20 fdiv s1, s2, s3
21 fdiv d1, d2, d3
23 ; CHECK: fdiv s1, s2, s3 ; encoding: [0x41,0x18,0x23,0x1e]
24 ; CHECK: fdiv d1, d2, d3 ; encoding: [0x41,0x18,0x63,0x1e]
/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/builtins/
H A Ddivsf3.c22 ARM_EABI_FNALIAS(fdiv, divsf3)
/external/llvm/test/MC/Mips/msa/
H A Dtest_3rf.s27 # CHECK: fdiv.w $w13, $w24, $w2 # encoding: [0x78,0xc2,0xc3,0x5b]
28 # CHECK: fdiv.d $w19, $w4, $w25 # encoding: [0x78,0xf9,0x24,0xdb]
110 fdiv.w $w13, $w24, $w2
111 fdiv.d $w19, $w4, $w25
/external/llvm/test/MC/PowerPC/
H A Dppc64-encoding-fp.s142 # CHECK-BE: fdiv 2, 3, 4 # encoding: [0xfc,0x43,0x20,0x24]
143 # CHECK-LE: fdiv 2, 3, 4 # encoding: [0x24,0x20,0x43,0xfc]
144 fdiv 2, 3, 4
145 # CHECK-BE: fdiv. 2, 3, 4 # encoding: [0xfc,0x43,0x20,0x25]
146 # CHECK-LE: fdiv. 2, 3, 4 # encoding: [0x25,0x20,0x43,0xfc]
147 fdiv. 2, 3, 4
/external/llvm/test/MC/X86/
H A Dintel-syntax.s553 // CHECK: fdiv %st(1)
559 fdiv ST(0), ST(1) label
567 // CHECK: fdiv %st(0), %st(1)
572 fdiv ST(1), ST(0) label
579 // CHECK: fdiv %st(1)
585 fdiv ST(1) label
H A Dx86-64.s1344 // CHECK: fdiv %st(1)
1350 fdiv %st(1), %st(0) label
1357 // CHECK: fdiv %st(0), %st(1)
1363 fdiv %st(0), %st(1) label
1370 // CHECK: fdiv %st(1)
1376 fdiv %st(1) label
H A Dx86-16.s239 // CHECK: fdiv %st(0)
241 fdiv %st(0), %st
H A Dx86-32.s345 // CHECK: fdiv %st(0)
347 fdiv %st(0), %st
/external/llvm/utils/vim/
H A Dllvm.vim27 syn keyword llvmStatement extractvalue fadd fast fcmp fdiv fence fmul fpext
/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/chromium_org/v8/test/cctest/
H A Dtest-disasm-x87.cc370 __ fdiv(3);
H A Dtest-disasm-ia32.cc369 __ fdiv(3);
H A Dtest-disasm-x64.cc339 __ fdiv(3);
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h711 #define FDIV2(a, b) CHOICE(fdiv ARG2(a,b), fdiv ARG2(a,b), fdiv ARG2(b,a))
1430 #define FDIV_D(a) fdiv D_(a)
1431 #define FDIV_S(a) fdiv S_(a)
1432 #define FDIV2(a, b) fdiv b, a
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h711 #define FDIV2(a, b) CHOICE(fdiv ARG2(a,b), fdiv ARG2(a,b), fdiv ARG2(b,a))
1430 #define FDIV_D(a) fdiv D_(a)
1431 #define FDIV_S(a) fdiv S_(a)
1432 #define FDIV2(a, b) fdiv b, a
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.h871 void fdiv(int i);
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp702 INSTKEYWORD(udiv, UDiv); INSTKEYWORD(sdiv, SDiv); INSTKEYWORD(fdiv, FDiv);
/external/vixl/test/
H A Dtest-simulator-a64.cc963 DEFINE_TEST_FP(fdiv, 2Op, Basic)
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.h886 void fdiv(int i);
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml238 * CHECK: @const_fdiv = global double fdiv
1224 * CHECK: %build_fdiv = fdiv float %F1, %F2
/external/valgrind/main/none/tests/arm64/
H A Dfp_and_simd.c1158 GEN_BINARY_TEST(fdiv, 2d, 2d, 2d)
1159 GEN_BINARY_TEST(fdiv, 4s, 4s, 4s)
1160 GEN_BINARY_TEST(fdiv, 2s, 2s, 2s)
1219 GEN_THREEVEC_TEST(fdiv_d_d_d, "fdiv d2, d11, d29", 2, 11, 29)
1220 GEN_THREEVEC_TEST(fdiv_s_s_s, "fdiv s2, s11, s29", 2, 11, 29)
3029 // fdiv d,s
3030 // fdiv 2d,4s,2s
5493 fdiv d,s
5494 fdiv 2d,4s,2s
6093 fdiv
[all...]
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.h1629 void fdiv(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm);

Completed in 3169 milliseconds

12