HomeSort by relevance Sort by last modified time
    Searched full:movb (Results 51 - 75 of 219) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
desc_32.h 63 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
desc_32.h 63 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
  /bionic/libc/arch-x86/string/
memset.S 27 movb %al,%ah /* copy char to all bytes in word */
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
gas-macho64-pic.asm 25 movb $0x12, _foo(%rip) label
  /external/llvm/test/CodeGen/X86/
2006-05-08-CoalesceSubRegClass.ll 2 ; fixed, the movb should go away as well.
2006-11-17-IllegalMove.ll 2 ; RUN: grep movb %t | count 1
fast-isel-i1.ll 27 ; CHECK: movb {{.*}} %al
win32_sret.ll 17 ; WIN32: movb $42, (%eax)
34 ; WIN32: movb {{.*}}, (%eax)
51 ; WIN32: movb $42, (%eax)
52 ; WIN32-NOT: movb $13, (%eax)
2007-10-12-CoalesceExtSubReg.ll 1 ; RUN: llc < %s -march=x86 | not grep movb
memcpy-2.ll 17 ; SSE2-Darwin: movb $0, 24(%esp)
24 ; SSE2-Mingw32: movb $0, 24(%esp)
29 ; SSE1: movb $0, 24(%esp)
34 ; NOSSE: movb $0
45 ; X86-64: movb $0
2008-09-11-CoalescerBug2.ll 16 ; SOURCE-SCHED: movb
lsr-interesting-step.ll 7 ; CHECK-NEXT: movb $0, flags(%rdx)
  /bionic/libc/kernel/arch-x86/asm/
desc_32.h 74 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
  /development/ndk/platforms/android-9/arch-x86/include/asm/
desc_32.h 74 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
desc_32.h 74 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
desc_32.h 74 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
desc_32.h 74 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
desc_32.h 74 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
desc_32.h 74 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
  /dalvik/vm/mterp/x86/
OP_SPUT_OBJECT.S 32 movb %cl,(%ecx,%eax) # mark card
OP_APUT_OBJECT.S 58 movb %al,(%eax,rINST) # mark card using object head
OP_IPUT_OBJECT.S 56 movb %al,(%eax,%ecx) # mark card using object head
cvtfp_int.S 20 movb $$0xc,%ah
  /external/zlib/src/contrib/inflate86/
inffas86.c 165 " movb %%bl, %%cl\n" /* cl = bits, needs it for shifting */
184 " movb %%bl, %%cl\n" /* cl = bits, needs it for shifting */
193 " movb %%ah, %%cl\n" /* cl = this.bits */
209 " movb %%ah, %%cl\n" /* cl = this.bits */
224 " movb %%al, %%cl\n"
247 " movb %%bl, %%cl\n" /* cl = bits, needs it for shifting */
259 " movb %%ah, %%cl\n"
262 " movb %%al, %%cl\n" /* cl = this.op */
295 " movb (%%rsi), %%al\n"
296 " movb %%al, (%%rdi)\n
    [all...]
  /external/kernel-headers/original/asm-x86/
system_32.h 40 "movb %%dl,%2\n\t" \
41 "movb %%dh,%3" \
52 "movb %2,%%dh\n\t" \
55 "movb %%dl,%2" \

Completed in 4169 milliseconds

1 23 4 5 6 7 8 9