/art/compiler/utils/x86/ |
assembler_x86.h | 350 void andl(Register dst, const Immediate& imm); 351 void andl(Register dst, Register src);
|
/external/valgrind/main/coregrind/m_dispatch/ |
dispatch-x86-darwin.S | 138 andl $0xFFFFFFC0, (%esp) /* mask out status flags */ 206 andl $VG_TT_FAST_MASK, %ebx /* entry# */
|
dispatch-x86-linux.S | 139 andl $0xFFFFFFC0, (%esp) /* mask out status flags */ 207 andl $VG_TT_FAST_MASK, %ebx /* entry# */
|
/external/zlib/src/contrib/amd64/ |
amd64-match.S | 202 andl $3, %scanalignd 250 andl %chainlenwmask, %curmatchd
|
/external/zlib/src/contrib/asm686/ |
match.S | 161 andl $3, %eax 222 andl %edx, %ecx
|
/external/kernel-headers/original/asm-x86/ |
atomic_32.h | 252 __asm__ __volatile__(LOCK_PREFIX "andl %0,%1" \
|
string_32.h | 38 "andl $3,%%ecx\n\t"
|
/external/qemu/tcg/x86_64/ |
tcg-target.c | 589 tcg_out_modrm(s, 0x81 | rexw, 4, r0); /* andl $x, r0 */ 592 tcg_out_modrm(s, 0x81, 4, r1); /* andl $x, r1 */ 784 tcg_out_modrm(s, 0x81 | rexw, 4, r0); /* andl $x, r0 */ 787 tcg_out_modrm(s, 0x81, 4, r1); /* andl $x, r1 */ [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syscall-x86-linux.S | 141 andl $0x7FFF, %eax
|
syscall-x86-darwin.S | 186 andl $$0x7FFF, %eax
|
/external/valgrind/main/VEX/orig_amd64/ |
test1.sorted | 48 25FFFFDFFF andl $-2097153, %eax 49 81E2FFFFDFFF andl $-2097153, %edx 50 4181E4FFFFDFFF andl $-2097153, %r12d 51 4181E7FFFFDFFF andl $-2097153, %r15d 52 4181E0FFFFDFFF andl $-2097153, %r8d 53 4181E0FF000000 andl $255, %r8d 54 83E0FE andl $-2, %eax 55 83E11F andl $31, %ecx 56 25FF7F0000 andl $32767, %eax 57 21D0 andl %edx, %ea [all...] |
/external/valgrind/main/none/tests/x86/ |
x86locked.c | 279 GEN_do_locked_G_E(andl,eax) 377 GEN_do_locked_imm_E(andl,eax,0x7D) 378 GEN_do_locked_imm_E(andl,eax,0x31415927)
|
/external/chromium_org/v8/src/x64/ |
macro-assembler-x64.cc | [all...] |
/external/valgrind/main/VEX/orig_x86/ |
exit42.orig | 742 0x3A9752D9: andl %eax,%edx [all...] |
/external/valgrind/main/VEX/orig_ppc32/ |
return0.orig | 260 13: ANDL $0xFFFFFF00, t10 [all...] |
date.orig | 260 13: ANDL $0xFFFFFF00, t10 [all...] |
/dalvik/vm/mterp/x86/ |
footer.S | 266 andl $$((1<<JIT_PROF_SIZE_LOG_2)-1), %ecx 462 andl $$15, rINST # rINSTw<- A 775 andl $$kSubModeJitTraceBuild, %ebx [all...] |
/external/v8/src/x64/ |
macro-assembler-x64.cc | [all...] |
lithium-codegen-x64.cc | 785 __ andl(dividend, Immediate(divisor - 1)); 794 __ andl(dividend, Immediate(divisor - 1)); 834 __ andl(left_reg, scratch); [all...] |
/external/valgrind/main/none/tests/amd64/ |
amd64locked.c | 298 GEN_do_locked_G_E(andl,eax) 407 GEN_do_locked_imm_E(andl,eax,0x7D) 408 GEN_do_locked_imm_E(andl,eax,0x31415927)
|
/external/llvm/lib/Target/X86/ |
README-X86-64.txt | 147 2. Both andq's should be andl; saves another two bytes. I think this was
|
README.txt | 386 00000010 andl $0x0000ffff,%eax 979 andl 4(%esp), %eax [all...] |
/external/llvm/test/CodeGen/X86/ |
fast-isel-x86-64.ll | 15 ; CHECK: andl $8,
|
sibcall.ll | 309 ; CHECK: andl $-32
|
/dalvik/vm/mterp/out/ |
InterpAsm-x86.S | 577 andl %eax,rINST # rINST<- A [all...] |