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

1 2 3 4 5

  /bionic/libm/i387/
s_cos.S 43 fnstsw %ax
44 andw $0x400,%ax
51 fnstsw %ax
52 andw $0x400,%ax
s_sin.S 43 fnstsw %ax
44 andw $0x400,%ax
51 fnstsw %ax
52 andw $0x400,%ax
s_tan.S 43 fnstsw %ax
44 andw $0x400,%ax
52 fstsw %ax
53 andw $0x400,%ax
e_fmod.S 44 fstsw %ax
e_remainder.S 44 fstsw %ax
e_remainderf.S 15 fstsw %ax
  /external/grub/stage2/
nbloader.S 57 movw $NBI_DEST_SEG, %ax
58 movw %ax, %ds
59 movw $RELOCATED_SEG, %ax
60 movw %ax, %es
94 movw %es, %ax
95 addw $0x0800, %ax
96 movw %ax, %es
97 movw %ds, %ax
98 addw $0x800, %ax
99 movw %ax, %d
    [all...]
apm.S 35 movw $0x5300, %ax
52 movw $0x5304, %ax
58 movw $0x5303, %ax
70 movw %ax, ABS(EXT_C(apm_bios_info)) + 2
88 movw $0x5300, %ax
102 movw %ax, ABS(EXT_C(apm_bios_info))
113 movw $0x5304, %ax
asm.S 33 ax,dx,cx,bx,si,di,bp,sp,st,st1,st2,st3,st4,st5,st6,st7,arg
118 xorw %ax, %ax
119 movw %ax, %ds
120 movw %ax, %ss
121 movw %ax, %es
235 movw %ax, (%di)
257 movw $0x5300, %ax
264 movw $0x5304, %ax
269 movw $0x5301, %ax
    [all...]
start.S 104 cmpw %ax, 4(%di) /* compare against total number of sectors */
110 movw 4(%di), %ax
114 subw %ax, 4(%di)
125 movw %ax, 2(%si)
133 /* save %ax from destruction! */
134 pushw %ax
140 movw %ax, 4(%si)
183 movw %ax, 12(%si)
186 cmpw 8(%si), %ax
190 movw (%si), %ax /* get number of sectors per track/head *
    [all...]
start_eltorito.S 82 xor %ax, %ax
83 mov %ax, %ss
84 mov %ax, %ds
85 mov %ax, %es
86 mov %ax, %fs
87 mov %ax, %gs
103 mov %ax, %bp /* boot file sectors */
109 mov %ds, %ax
110 mov %ax, %e
    [all...]
  /bionic/libc/arch-x86/string/
swab.S 29 rorw $8,%ax
39 rorw $8,%ax
42 rorw $8,%ax
45 rorw $8,%ax
48 rorw $8,%ax
51 rorw $8,%ax
54 rorw $8,%ax
57 rorw $8,%ax
60 rorw $8,%ax
  /external/freetype/src/autofit/
afangles.c 31 FT_Pos ax = x_in;
37 if ( ax < 0 )
38 ax = -ax;
41 d_in = ax + ay;
43 ax = x_out;
44 if ( ax < 0 )
45 ax = -ax;
49 d_out = ax + ay
    [all...]
  /external/grub/stage1/
stage1.S 133 xorw %ax, %ax
134 movw %ax, %ds
135 movw %ax, %ss
209 movw %ax, 4(%si)
258 incw %ax
268 incw %ax
269 movw %ax, 8(%si)
271 xorw %ax, %ax
    [all...]
  /external/quake/quake/src/QW/client/
block16.h 8 movw 0x12345678(,%eax,2),%ax
11 movw %ax,(%edi) variable
23 movw 0x12345678(,%eax,2),%ax
26 movw %ax,(%edi) variable
38 movw 0x12345678(,%eax,2),%ax
41 movw %ax,(%edi) variable
53 movw 0x12345678(,%eax,2),%ax
56 movw %ax,(%edi) variable
69 movw 0x12345678(,%eax,2),%ax
72 movw %ax,(%edi variable
87 movw %ax,(%edi) variable
103 movw %ax,(%edi) variable
119 movw %ax,(%edi) variable
    [all...]
  /external/quake/quake/src/WinQuake/
block16.h 27 movw 0x12345678(,%eax,2),%ax
30 movw %ax,(%edi) variable
42 movw 0x12345678(,%eax,2),%ax
45 movw %ax,(%edi) variable
57 movw 0x12345678(,%eax,2),%ax
60 movw %ax,(%edi) variable
72 movw 0x12345678(,%eax,2),%ax
75 movw %ax,(%edi) variable
88 movw 0x12345678(,%eax,2),%ax
91 movw %ax,(%edi variable
106 movw %ax,(%edi) variable
122 movw %ax,(%edi) variable
138 movw %ax,(%edi) variable
    [all...]
  /external/webkit/WebCore/platform/graphics/
UnitBezier.h 39 ax = 1.0 - cx -bx;
48 // `ax t^3 + bx t^2 + cx t' expanded using Horner's rule.
49 return ((ax * t + bx) * t + cx) * t;
59 return (3.0 * ax * t + 2.0 * bx) * t + cx;
114 double ax; member in struct:WebCore::UnitBezier
  /bionic/libm/amd64/
s_remquo.S 40 fstsw %ax
41 btw $10,%ax
s_remquof.S 40 fstsw %ax
41 btw $10,%ax
  /bionic/libm/src/
s_log1p.c 103 int32_t k,hx,hu,ax; local
106 ax = hx&0x7fffffff;
110 if(ax>=0x3ff00000) { /* x <= -1.0 */
114 if(ax<0x3e200000) { /* |x| < 2**-29 */
116 &&ax<0x3c900000) /* |x| < 2**-54 */
s_log1pf.c 41 int32_t k,hx,hu,ax; local
44 ax = hx&0x7fffffff;
48 if(ax>=0x3f800000) { /* x <= -1.0 */
52 if(ax<0x31000000) { /* |x| < 2**-29 */
54 &&ax<0x24800000) /* |x| < 2**-54 */
  /external/fdlibm/
s_log1p.c 107 int k,hx,hu,ax; local
110 ax = hx&0x7fffffff;
114 if(ax>=0x3ff00000) { /* x <= -1.0 */
118 if(ax<0x3e200000) { /* |x| < 2**-29 */
120 &&ax<0x3c900000) /* |x| < 2**-54 */
  /external/blktrace/btt/
btt_plot.py 96 'ax', 'ay' - Running average over X & Y --
173 db[file]['ax'], db[file]['ay'] = avg(xs, ys)
175 db[file]['ax'] = db[file]['ay'] = None
255 def gen_labels(db, ax, type):
259 def gen_ylabel(ax, type):
268 ax.set_ylabel(str)
274 ax.set_xlim(db['min_x'] - xdelta, db['max_x'] + xdelta)
275 ax.set_ylim(db['min_y'] - ydelta, db['max_y'] + ydelta)
276 ax.set_xlabel('Runtime (seconds)')
277 ax.grid(True
    [all...]
  /external/zlib/contrib/amd64/
amd64-match.S 308 notw %ax
309 bsfw %ax, %ax
321 notw %ax
322 bsfw %ax, %ax
330 notw %ax
331 bsfw %ax, %ax
338 notw %ax
    [all...]
  /external/jpeg/
jmemdosa.asm 19 ; values, which everybody returns in AX.
59 mov word ptr [bx],ax ; save the handle
60 xor ax,ax ; return zero for OK
92 xor ax,ax ; return zero for OK
123 mov ax,4200h ; absolute seek
126 xor ax,ax ; return zero for OK
160 cmp ax,word ptr [bp+12] ; make sure all bytes were rea
    [all...]

Completed in 1540 milliseconds

1 2 3 4 5