/dalvik/vm/mterp/x86/ |
OP_XOR_LONG.S | 2 %include "x86/binopWide.S" {"instr1":"xorl (rFP,%ecx,4),rPC", "instr2":"xorl 4(rFP,%ecx,4),%eax"}
|
OP_XOR_LONG_2ADDR.S | 2 %include "x86/binopWide2addr.S" {"instr1":"xorl %eax,(rFP,rINST_FULL,4)","instr2":"xorl %ecx,4(rFP,rINST_FULL,4)"}
|
OP_XOR_INT.S | 2 %include "x86/binop.S" {"instr":"xorl (rFP,%ecx,4),%eax"}
|
OP_XOR_INT_2ADDR.S | 2 %include "x86/binop2addr.S" {"instr":"xorl %eax,(rFP,%ecx,4)"}
|
OP_CONST_WIDE_HIGH16.S | 9 xorl %eax,%eax
|
OP_CMPG_DOUBLE.S | 17 xorl %ecx,%ecx
|
OP_DIV_LONG.S | 50 xorl %eax,%eax
|
OP_SHL_LONG.S | 25 xorl %eax,%eax
|
OP_SHL_LONG_2ADDR.S | 23 xorl %eax,%eax
|
OP_USHR_LONG.S | 25 xorl %edx,%edx
|
OP_USHR_LONG_2ADDR.S | 23 xorl %edx,%edx
|
/bionic/libc/arch-x86/string/ |
fss.S | 16 L1: xorl %eax,%eax /* clear result */
|
index.S | 24 xorl %eax,%eax
|
strlen.S | 13 xorl %eax,%eax /* set search for null terminator */
|
bcmp.S | 14 xorl %eax,%eax /* clear return value */
|
memchr.S | 24 L1: xorl %eax,%eax
|
rindex.S | 17 xorl %eax,%eax /* init pointer to null */
|
bzero.S | 15 xorl %eax,%eax /* set fill data to 0 */
|
memcmp.S | 28 xorl %eax,%eax /* we match, return zero */
|
/external/qemu/distrib/sdl-1.2.12/src/cpuinfo/ |
SDL_cpuinfo.c | 64 " xorl $0x200000,%%eax # Flip ID bit in EFLAGS \n" 69 " xorl %%ecx,%%eax # Can not toggle ID bit, \n" 84 " xorl $0x200000,%%eax # Flip ID bit in EFLAGS \n" 89 " xorl %%ecx,%%eax # Can not toggle ID bit, \n" 117 " xorl $0x200000,%eax \n" 122 " xorl %ecx,%eax \n" 132 " xorl $0x200000,%eax \n" 137 " xorl %ecx,%eax \n" 152 " xorl %%eax,%%eax # Set up for CPUID instruction \n" 156 " xorl %%eax,%%eax \n [all...] |
/external/libpng/ |
pnggccrd.c | 29 "xorl $0x200000, %%eax \n\t" // toggle ID bit in Eflag (i.e., bit 21) 43 "xorl $0x200000, %%eax \n\t" // toggle ID bit in Eflag (i.e., bit 21) 51 "xorl %%ecx, %%eax \n\t" // compare new Eflag with original Eflag 54 "xorl %%eax, %%eax \n\t" // set eax to zero 60 "xorl %%eax, %%eax \n\t" // set eax to zero and...
|
/bionic/libm/amd64/ |
s_remquo.S | 55 xorl -4(%rsp),%ecx 58 xorl %ecx,%eax
|
s_remquof.S | 55 xorl -4(%rsp),%ecx 58 xorl %ecx,%eax
|
/bionic/libm/i387/ |
s_remquo.S | 53 xorl 8(%esp),%ecx 56 xorl %ecx,%eax
|
s_remquof.S | 53 xorl 4(%esp),%ecx 56 xorl %ecx,%eax
|