Searched refs:ax (Results 76 - 100 of 254) sorted by relevance

1234567891011

/external/skia/tests/
H A DPathOpsSimplifyTrianglesThreadedTest.cpp19 int ax = state.fA & 0x03; local
42 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
52 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
79 int ax = a & 0x03; local
90 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
H A DColorTest.cpp33 int ax = SkMulDiv255Ceiling(x, a); local
34 REPORTER_ASSERT(reporter, ax <= a);
/external/jpeg/
H A Djmemdosa.asm59 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 read
162 mov ax,
[all...]
H A Djmemdos.c99 unsigned short ax, dx, bx; member in struct:__anon22710
103 unsigned short ax, dx, bx; member in struct:__anon22711
352 ctx.ax = 0x0b00; /* EMB move */
354 if (ctx.ax != 1)
385 ctx.ax = 0x0b00; /* EMB move */
387 if (ctx.ax != 1)
406 ctx.ax = 0x0a00;
425 ctx.ax = 0x0000;
427 if (ctx.ax < (unsigned short) 0x0200)
432 ctx.ax
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djmemdosa.asm59 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 read
162 mov ax,
[all...]
H A Djmemdos.c99 unsigned short ax, dx, bx; member in struct:__anon29308
103 unsigned short ax, dx, bx; member in struct:__anon29309
352 ctx.ax = 0x0b00; /* EMB move */
354 if (ctx.ax != 1)
385 ctx.ax = 0x0b00; /* EMB move */
387 if (ctx.ax != 1)
406 ctx.ax = 0x0a00;
425 ctx.ax = 0x0000;
427 if (ctx.ax < (unsigned short) 0x0200)
432 ctx.ax
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_trs.c278 X509_CERT_AUX *ax; local
279 ax = x->aux;
280 if(!ax) return X509_TRUST_UNTRUSTED;
281 if(ax->reject) {
282 for(i = 0; i < sk_ASN1_OBJECT_num(ax->reject); i++) {
283 obj = sk_ASN1_OBJECT_value(ax->reject, i);
287 if(ax->trust) {
288 for(i = 0; i < sk_ASN1_OBJECT_num(ax->trust); i++) {
289 obj = sk_ASN1_OBJECT_value(ax->trust, i);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Diwalsh_mmx.asm102 mov word ptr[rdx+32*0], ax
106 mov word ptr[rdx+32*4], ax
110 mov word ptr[rdx+32*8], ax
114 mov word ptr[rdx+32*12], ax
121 mov word ptr[rdx+32*2], ax
125 mov word ptr[rdx+32*6], ax
129 mov word ptr[rdx+32*10], ax
133 mov word ptr[rdx+32*14], ax
H A Diwalsh_sse2.asm82 mov word ptr[rdx+32*0], ax
86 mov word ptr[rdx+32*4], ax
92 mov word ptr[rdx+32*8], ax
96 mov word ptr[rdx+32*12], ax
103 mov word ptr[rdx+32*1], ax
107 mov word ptr[rdx+32*5], ax
111 mov word ptr[rdx+32*9], ax
115 mov word ptr[rdx+32*13], ax
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Daddrop.asm3 idiv ax ; 66 F7 F8
15 idiv ax
H A Djmpfar.asm15 ;mov ax, [1234:5678] ; YASM: invalid segment in effective address; NASM: invalid segment override
16 ;mov ax, 1234:5678 ; YASM: immediate does not support segment; NASM: invalid combination of opcode and operands
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
H A Dgas-moreinsn.asm25 sldtw %ax
28 smsww %ax
H A Dgas-muldiv.asm25 divw %cx, %ax
33 idivw %cx, %ax
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdfext.asm24 mov ax, seg farfunc
25 mov ax, farfunc
/external/clang/test/SemaTemplate/
H A Dtemp_arg_type.cpp39 A1<Array<int, 17>::type> ax; variable
/external/libvpx/libvpx/vp8/common/x86/
H A Diwalsh_mmx.asm102 mov word ptr[rdx+32*0], ax
106 mov word ptr[rdx+32*4], ax
110 mov word ptr[rdx+32*8], ax
114 mov word ptr[rdx+32*12], ax
121 mov word ptr[rdx+32*2], ax
125 mov word ptr[rdx+32*6], ax
129 mov word ptr[rdx+32*10], ax
133 mov word ptr[rdx+32*14], ax
H A Diwalsh_sse2.asm82 mov word ptr[rdx+32*0], ax
86 mov word ptr[rdx+32*4], ax
92 mov word ptr[rdx+32*8], ax
96 mov word ptr[rdx+32*12], ax
103 mov word ptr[rdx+32*1], ax
107 mov word ptr[rdx+32*5], ax
111 mov word ptr[rdx+32*9], ax
115 mov word ptr[rdx+32*13], ax
/external/openssl/crypto/x509/
H A Dx509_trs.c271 X509_CERT_AUX *ax; local
272 ax = x->aux;
273 if(!ax) return X509_TRUST_UNTRUSTED;
274 if(ax->reject) {
275 for(i = 0; i < sk_ASN1_OBJECT_num(ax->reject); i++) {
276 obj = sk_ASN1_OBJECT_value(ax->reject, i);
280 if(ax->trust) {
281 for(i = 0; i < sk_ASN1_OBJECT_num(ax->trust); i++) {
282 obj = sk_ASN1_OBJECT_value(ax->trust, i);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalkerPolygon4x4_Test.cpp17 int ax = state.a & 0x03; local
39 path.moveTo(ax, ay);
51 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
111 int ax = state.a & 0x03; local
134 path.moveTo(ax, ay);
144 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
177 int ax = a & 0x03; local
188 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
208 int ax local
272 int ax = a & 0x03; local
[all...]
/external/llvm/test/MC/X86/
H A Dx86-32.s88 // CHECK: addw %ax, %ax # encoding: [0x66,0x01,0xc0]
89 addw %ax, %ax
101 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0xa1,0x00,0x00,0x00,0x00]
354 // CHECK: movw %cs, %ax
356 movw %cs, %ax
633 // CHECK: incw %ax # encoding: [0x66,0x40]
634 incw %ax
[all...]
H A Dindex-operations.s43 lods (%esi), %ax
44 // 64: lodsw (%esi), %ax # encoding: [0x66,0x67,0xad]
45 // 32: lodsw (%esi), %ax # encoding: [0x66,0xad]
46 // 16: lodsw (%esi), %ax # encoding: [0x67,0xad]
49 // 64: stosw %ax, %es:(%rdi) # encoding: [0x66,0xab]
50 // 32: stosw %ax, %es:(%edi) # encoding: [0x66,0xab]
51 // 16: stosw %ax, %es:(%di) # encoding: [0xab]
93 scas %es:(%di), %ax
95 // 16: scasw %es:(%di), %ax # encoding: [0xaf]
96 // 32: scasw %es:(%di), %ax # encodin
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalkerPolygon4x4_Test.cpp17 int ax = state.a & 0x03; local
39 path.moveTo(ax, ay);
51 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
111 int ax = state.a & 0x03; local
134 path.moveTo(ax, ay);
144 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
177 int ax = a & 0x03; local
188 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
208 int ax local
272 int ax = a & 0x03; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dx86.h42 #define cpuid(func, func2, ax, bx, cx, dx)\
45 : "=a" (ax), "=b" (bx), "=c" (cx), "=d" (dx) \
48 #define cpuid(func, func2, ax, bx, cx, dx)\
53 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
58 #define cpuid(func, func2, ax, bx, cx, dx)\
64 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
67 #define cpuid(func, func2, ax, bx, cx, dx)\
73 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
/external/chromium_org/third_party/skia/tests/
H A DColorTest.cpp33 int ax = SkMulDiv255Ceiling(x, a); local
34 REPORTER_ASSERT(reporter, ax <= a);
/external/libvpx/libvpx/vpx_ports/
H A Dx86.h42 #define cpuid(func, func2, ax, bx, cx, dx)\
45 : "=a" (ax), "=b" (bx), "=c" (cx), "=d" (dx) \
48 #define cpuid(func, func2, ax, bx, cx, dx)\
53 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
58 #define cpuid(func, func2, ax, bx, cx, dx)\
64 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
67 #define cpuid(func, func2, ax, bx, cx, dx)\
73 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \

Completed in 5322 milliseconds

1234567891011