HomeSort by relevance Sort by last modified time
    Searched full:andl (Results 126 - 150 of 171) sorted by null

1 2 3 4 56 7

  /external/kernel-headers/original/asm-x86/
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/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/quake/quake/src/QW/client/
d_polysa.s 835 andl $7,%eax // 0->0, 1->7, 2->6, ... , 7->1
1098 andl $(~(CACHE_SIZE - 1)),%eax
    [all...]
r_drawa.s 253 andl $(FRAMECOUNT_MASK),%edx
512 andl $(FRAMECOUNT_MASK),%eax
r_edgea.s 355 andl $0xFFFF0000,%edi
356 andl $0xFFFF,%esi
  /external/quake/quake/src/WinQuake/
d_polysa.s 835 andl $7,%eax // 0->0, 1->7, 2->6, ... , 7->1
1098 andl $(~(CACHE_SIZE - 1)),%eax
    [all...]
r_drawa.s 253 andl $(FRAMECOUNT_MASK),%edx
512 andl $(FRAMECOUNT_MASK),%eax
r_edgea.s 355 andl $0xFFFF0000,%edi
356 andl $0xFFFF,%esi
  /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)
gen_insn_test.pl 723 print qq| \"andl \$$eflagsmask, (%%rsp)\\n\"\n| if defined($eflagsmask);
724 print qq| \"andl \$0, 4(%%rsp)\\n\"\n| if defined($eflagsmask);
  /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...]
X86JITInfo.cpp 210 "andl $-16, %esp\n" // Align ESP on 16-byte boundary
258 "andl $-16, %esp\n" // Align ESP on 16-byte boundary
  /external/llvm/test/CodeGen/X86/
fast-isel-x86-64.ll 14 ; CHECK: andl $8,
sibcall.ll 309 ; CHECK: andl $-32
  /dalvik/vm/mterp/x86/
footer.S 171 andl $$((1<<JIT_PROF_SIZE_LOG_2)-1),%eax
310 andl $$15, rINST # rINSTw<- A
  /external/v8/src/x64/
macro-assembler-x64.cc 217 andl(addr, Immediate(Page::kPageAlignmentMask >> Page::kRegionSizeLog2));
    [all...]
macro-assembler-x64.h     [all...]
  /external/grub/stage2/
asm.S 913 andl $CR0_PE_OFF, %eax
1401 andl $0xf, %edi
1515 andl $0x0000000f, %edi
1554 andl $0x0000000f, %edi
1595 andl $0xF7FF, %ebx
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 569 andl %eax,rINST # rINST<- A
    [all...]
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-amd64-darwin.S 246 andl $0xFFFFFFC0, (%rsp) /* mask out status flags */
dispatch-amd64-linux.S 253 andl $0xFFFFFFC0, (%rsp) /* mask out status flags */

Completed in 363 milliseconds

1 2 3 4 56 7