HomeSort by relevance Sort by last modified time
    Searched refs:F1 (Results 1 - 25 of 255) sorted by null

1 2 3 4 5 6 7 8 91011

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
relax-direct.d 11 0+8004 <_start\+0x4> beq 0x0+800f <F1>
16 0+800f <F1> addd \*0x0+4 <_toto>
17 0+8011 <F1\+0x2> bne 0x0+8000 <_start>
18 0+8013 <F1\+0x4> addd \*0x0+cc <_table\+0x9a>
19 0+8015 <F1\+0x6> addd 0x0+114 <_stack_top\+0x1a>
20 0+8018 <F1\+0x9> adca \*0x0+34 <_table\+0x2>
21 0+801a <F1\+0xb> adcb \*0x0+35 <_table\+0x3>
22 0+801c <F1\+0xd> adda \*0x0+36 <_table\+0x4>
23 0+801e <F1\+0xf> addb \*0x0+37 <_table\+0x5>
24 0+8020 <F1\+0x11> addd \*0x0+38 <_table\+0x6
    [all...]
  /prebuilts/go/darwin-x86/src/math/
asin_386.s 10 FMOVD F0, F1 // F0=sin(x), F1=sin(x)
11 FMULD F0, F0 // F0=sin(x)*sin(x), F1=sin(x)
12 FLD1 // F0=1, F1=sin(x)*sin(x), F2=sin(x)
13 FSUBRDP F0, F1 // F0=1-sin(x)*sin(x) (=cos(x)*cos(x)), F1=sin(x)
14 FSQRT // F0=cos(x), F1=sin(x)
22 FMOVD F0, F1 // F0=cos(x), F1=cos(x)
23 FMULD F0, F0 // F0=cos(x)*cos(x), F1=cos(x
    [all...]
exp2_386.s 15 FMOVD F0, F1 // F0=x, F1=x
16 FRNDINT // F0=int(x), F1=x
17 FSUBD F0, F1 // F0=int(x), F1=x-int(x)
18 FXCHD F0, F1 // F0=x-int(x), F1=int(x)
19 F2XM1 // F0=2**(x-int(x))-1, F1=int(x)
20 FLD1 // F0=1, F1=2**(x-int(x))-1, F2=int(x)
21 FADDDP F0, F1 // F0=2**(x-int(x)), F1=int(x
    [all...]
exp_386.s 16 FMOVD F0, F1 // F0=x*log2(e), F1=x*log2(e)
17 FRNDINT // F0=int(x*log2(e)), F1=x*log2(e)
18 FSUBD F0, F1 // F0=int(x*log2(e)), F1=x*log2(e)-int(x*log2(e))
19 FXCHD F0, F1 // F0=x*log2(e)-int(x*log2(e)), F1=int(x*log2(e))
20 F2XM1 // F0=2**(x*log2(e)-int(x*log2(e)))-1, F1=int(x*log2(e))
21 FLD1 // F0=1, F1=2**(x*log2(e)-int(x*log2(e)))-1, F2=int(x*log2(e))
22 FADDDP F0, F1 // F0=2**(x*log2(e)-int(x*log2(e))), F1=int(x*log2(e)
    [all...]
expm1_386.s 10 FMOVD x+0(FP), F0 // F0=x, F1=1/log2(e)
11 FABS // F0=|x|, F1=1/log2(e)
12 FUCOMPP F0, F1 // compare F0 to F1
15 JCC use_exp // jump if F0 >= F1
29 FMOVD F0, F1 // F0=x*log2(e), F1=x*log2(e)
30 FRNDINT // F0=int(x*log2(e)), F1=x*log2(e)
31 FSUBD F0, F1 // F0=int(x*log2(e)), F1=x*log2(e)-int(x*log2(e)
    [all...]
modf_386.s 10 FMOVD F0, F1 // F0=f, F1=f
16 FRNDINT // F0=trunc(f), F1=f
18 FSUBD F0, F1 // F0=trunc(f), F1=f-trunc(f)
hypot_386.s 20 FMOVD q+8(FP), F0 // F0=q, F1=|p|
21 FABS // F0=|q|, F1=|p|
22 FUCOMI F0, F1 // compare F0 to F1
23 JCC 2(PC) // jump if F0 >= F1
24 FXCHD F0, F1 // F0=|p| (larger), F1=|q| (smaller)
29 FXCHD F0, F1 // F0=q (smaller), F1=p (larger)
30 FDIVD F1, F0 // F0=q(=q/p), F1=
    [all...]
sincos_386.s 10 FSINCOS // F0=cos(x), F1=sin(x) if -2**63 < x < 2**63
17 FLDPI // F0=Pi, F1=x
18 FADDD F0, F0 // F0=2*Pi, F1=x
19 FXCHD F0, F1 // F0=x, F1=2*Pi
20 FPREM1 // F0=reduced_x, F1=2*Pi
24 FMOVDP F0, F1 // F0=reduced_x
25 FSINCOS // F0=cos(reduced_x), F1=sin(reduced_x)
tan_386.s 10 FPTAN // F0=1, F1=tan(x) if -2**63 < x < 2**63
17 FLDPI // F0=Pi, F1=x
18 FADDD F0, F0 // F0=2*Pi, F1=x
19 FXCHD F0, F1 // F0=x, F1=2*Pi
20 FPREM1 // F0=reduced_x, F1=2*Pi
24 FMOVDP F0, F1 // F0=reduced_x
25 FPTAN // F0=1, F1=tan(reduced_x)
  /prebuilts/go/linux-x86/src/math/
asin_386.s 10 FMOVD F0, F1 // F0=sin(x), F1=sin(x)
11 FMULD F0, F0 // F0=sin(x)*sin(x), F1=sin(x)
12 FLD1 // F0=1, F1=sin(x)*sin(x), F2=sin(x)
13 FSUBRDP F0, F1 // F0=1-sin(x)*sin(x) (=cos(x)*cos(x)), F1=sin(x)
14 FSQRT // F0=cos(x), F1=sin(x)
22 FMOVD F0, F1 // F0=cos(x), F1=cos(x)
23 FMULD F0, F0 // F0=cos(x)*cos(x), F1=cos(x
    [all...]
exp2_386.s 15 FMOVD F0, F1 // F0=x, F1=x
16 FRNDINT // F0=int(x), F1=x
17 FSUBD F0, F1 // F0=int(x), F1=x-int(x)
18 FXCHD F0, F1 // F0=x-int(x), F1=int(x)
19 F2XM1 // F0=2**(x-int(x))-1, F1=int(x)
20 FLD1 // F0=1, F1=2**(x-int(x))-1, F2=int(x)
21 FADDDP F0, F1 // F0=2**(x-int(x)), F1=int(x
    [all...]
exp_386.s 16 FMOVD F0, F1 // F0=x*log2(e), F1=x*log2(e)
17 FRNDINT // F0=int(x*log2(e)), F1=x*log2(e)
18 FSUBD F0, F1 // F0=int(x*log2(e)), F1=x*log2(e)-int(x*log2(e))
19 FXCHD F0, F1 // F0=x*log2(e)-int(x*log2(e)), F1=int(x*log2(e))
20 F2XM1 // F0=2**(x*log2(e)-int(x*log2(e)))-1, F1=int(x*log2(e))
21 FLD1 // F0=1, F1=2**(x*log2(e)-int(x*log2(e)))-1, F2=int(x*log2(e))
22 FADDDP F0, F1 // F0=2**(x*log2(e)-int(x*log2(e))), F1=int(x*log2(e)
    [all...]
expm1_386.s 10 FMOVD x+0(FP), F0 // F0=x, F1=1/log2(e)
11 FABS // F0=|x|, F1=1/log2(e)
12 FUCOMPP F0, F1 // compare F0 to F1
15 JCC use_exp // jump if F0 >= F1
29 FMOVD F0, F1 // F0=x*log2(e), F1=x*log2(e)
30 FRNDINT // F0=int(x*log2(e)), F1=x*log2(e)
31 FSUBD F0, F1 // F0=int(x*log2(e)), F1=x*log2(e)-int(x*log2(e)
    [all...]
modf_386.s 10 FMOVD F0, F1 // F0=f, F1=f
16 FRNDINT // F0=trunc(f), F1=f
18 FSUBD F0, F1 // F0=trunc(f), F1=f-trunc(f)
hypot_386.s 20 FMOVD q+8(FP), F0 // F0=q, F1=|p|
21 FABS // F0=|q|, F1=|p|
22 FUCOMI F0, F1 // compare F0 to F1
23 JCC 2(PC) // jump if F0 >= F1
24 FXCHD F0, F1 // F0=|p| (larger), F1=|q| (smaller)
29 FXCHD F0, F1 // F0=q (smaller), F1=p (larger)
30 FDIVD F1, F0 // F0=q(=q/p), F1=
    [all...]
sincos_386.s 10 FSINCOS // F0=cos(x), F1=sin(x) if -2**63 < x < 2**63
17 FLDPI // F0=Pi, F1=x
18 FADDD F0, F0 // F0=2*Pi, F1=x
19 FXCHD F0, F1 // F0=x, F1=2*Pi
20 FPREM1 // F0=reduced_x, F1=2*Pi
24 FMOVDP F0, F1 // F0=reduced_x
25 FSINCOS // F0=cos(reduced_x), F1=sin(reduced_x)
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-opc-f.c 89 {"frcpa.s0", f2, OpXbQSf (0, 1, 0, 0), {F1, P2, F2, F3}, EMPTY},
90 {"frcpa", f2, OpXbQSf (0, 1, 0, 0), {F1, P2, F2, F3}, PSEUDO, 0, NULL},
91 {"frcpa.s1", f2, OpXbQSf (0, 1, 0, 1), {F1, P2, F2, F3}, EMPTY},
92 {"frcpa.s2", f2, OpXbQSf (0, 1, 0, 2), {F1, P2, F2, F3}, EMPTY},
93 {"frcpa.s3", f2, OpXbQSf (0, 1, 0, 3), {F1, P2, F2, F3}, EMPTY},
95 {"frsqrta.s0", f2, OpXbQSf (0, 1, 1, 0), {F1, P2, F3}, EMPTY},
96 {"frsqrta", f2, OpXbQSf (0, 1, 1, 0), {F1, P2, F3}, PSEUDO, 0, NULL},
97 {"frsqrta.s1", f2, OpXbQSf (0, 1, 1, 1), {F1, P2, F3}, EMPTY},
98 {"frsqrta.s2", f2, OpXbQSf (0, 1, 1, 2), {F1, P2, F3}, EMPTY},
99 {"frsqrta.s3", f2, OpXbQSf (0, 1, 1, 3), {F1, P2, F3}, EMPTY}
    [all...]
ia64-opc-m.c 106 {"chk.a.nc", M0, OpX3 (0, 6), {F1, TGT25c}, EMPTY},
107 {"chk.a.clr", M0, OpX3 (0, 7), {F1, TGT25c}, EMPTY},
119 {"invala.e", M0, OpX3X4X2 (0, 0, 3, 1), {F1}, EMPTY},
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
eval_if.hpp 28 , typename BOOST_MPL_AUX_NA_PARAM(F1)
37 typedef typename if_<C,F1,F2>::type f_;
40 : if_<C,F1,F2>::type
43 BOOST_MPL_AUX_LAMBDA_SUPPORT(3,eval_if,(C,F1,F2))
50 , typename F1
59 typedef typename if_c<C,F1,F2>::type f_;
62 : if_c<C,F1,F2>::type
  /external/clang/test/CodeGen/
2002-05-23-TypeNameCollision.c 10 foo F1;
  /external/clang/test/Modules/
macro-reexport.cpp 20 #if defined(F1)
21 #include "f1.h"
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-direct-large.cc 26 #define F1(Q, x) \
30 F1(Q, x##0) F1(Q, x##1) F1(Q, x##2) F1(Q, x##3) F1(Q, x##4) F1(Q, x##5) \
31 F1(Q, x##6) F1(Q, x##7) F1(Q, x##8) F1(Q, x##9
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5-generic-lambda-1y.cpp 14 template <class F1, class F2> struct overload : F1, F2 {
15 using F1::operator();
17 overload(F1 f1, F2 f2) : F1(f1), F2(f2) { }
32 template <class F1, class F2> struct overload : F1, F2 {
33 using F1::operator()
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/
fdpic1.s 4 .global F1
5 .type F1,@function
6 F1:
10 .F1:
22 addi gr15, #got12(.F1), gr0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
extaddr.s 6 .global F1, start, end
8 ldx #F1,16,a ; load upper 8 bits of extended address
9 or #F1,a,a ; load remaining bits

Completed in 204 milliseconds

1 2 3 4 5 6 7 8 91011