/external/llvm/test/MC/X86/AlignedBundling/ |
D | autogen-inst-offset-padding.s | 18 # CHECK: 0: incl 28 # CHECK: 21: incl 38 # CHECK: 42: incl 48 # CHECK: 63: incl 58 # CHECK: 84: incl 68 # CHECK: a5: incl 78 # CHECK: c6: incl 88 # CHECK: e7: incl 98 # CHECK: 108: incl 108 # CHECK: 129: incl [all …]
|
D | autogen-inst-offset-align-to-end.s | 19 # CHECK: f: incl 30 # CHECK: 2f: incl 41 # CHECK: 4f: incl 52 # CHECK: 6f: incl 63 # CHECK: 8f: incl 74 # CHECK: af: incl 85 # CHECK: cf: incl 96 # CHECK: ef: incl 107 # CHECK: 10f: incl 118 # CHECK: 12f: incl [all …]
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | ast-build.c | 437 FreeInclude(IncludeStmt *incl); 442 IncludeStmt *incl, *first; in IncludeCreate() local 446 incl = first = NULL; in IncludeCreate() 469 first = incl = malloc(sizeof(*first)); in IncludeCreate() 471 incl->next_incl = malloc(sizeof(*first)); in IncludeCreate() 472 incl = incl->next_incl; in IncludeCreate() 475 if (!incl) { in IncludeCreate() 482 incl->common.type = STMT_INCLUDE; in IncludeCreate() 483 incl->common.next = NULL; in IncludeCreate() 484 incl->merge = merge; in IncludeCreate() [all …]
|
/external/llvm/test/MC/COFF/ |
D | cv-loc.s | 28 incl (%rdi) 31 incl (%rdi) 33 incl (%rdi) 36 incl (%rdi)
|
/external/syslinux/core/lzo/ |
D | lzo1c_d.ash | 37 incl %esi 51 incl %esi 65 incl %esi 69 incl %ecx 133 incl %esi 141 incl %esi
|
D | lzo1f_d.ash | 37 incl %esi 67 incl %esi 85 incl %esi 116 incl %esi 124 incl %esi
|
D | lzo1x_d.ash | 73 incl %esi 144 incl %esi 186 incl %esi 197 incl %ecx 215 incl %esi 319 incl %esi 363 incl %esi
|
D | lzo_asm.h | 216 #define LODSB movb (%esi),%al ; incl %esi 218 #define MOVSB(r1,r2,x) movb (r1),x ; incl r1 ; movb x,(r2) ; incl r2 265 #define NEGL(x) xorl $-1,x ; incl x
|
/external/llvm/test/CodeGen/X86/ |
D | peep-test-2.ll | 6 ; EFLAGS value from the incl, however it can't be known whether the add 7 ; will overflow, and if it does the incl would set OF, and the
|
D | 2008-09-17-inline-asm-1.ll | 23 … $0, %eax\0A\090:\0A\09test %eax, %eax\0A\09je 1f\0A\09movl %eax, $2\0A\09incl $2\0A\09lock\0A\09c… 24 … $0, %edx\0A\090:\0A\09test %edx, %edx\0A\09je 1f\0A\09movl %edx, $2\0A\09incl $2\0A\09lock\0A\09c…
|
D | musttail.ll | 47 ; CHECK: incl %[[r:.*]] 71 ; CHECK: incl %[[r:.*]]
|
D | materialize.ll | 24 ; CHECK32-NEXT: incl %eax 40 ; CHECK32-NEXT: incl %eax 127 ; CHECK32-NEXT: incl %eax
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | peep-test-2.ll | 4 ; EFLAGS value from the incl, however it can't be known whether the add 5 ; will overflow, and if it does the incl would set OF, and the
|
D | 2008-09-17-inline-asm-1.ll | 23 … $0, %eax\0A\090:\0A\09test %eax, %eax\0A\09je 1f\0A\09movl %eax, $2\0A\09incl $2\0A\09lock\0A\09c… 24 … $0, %edx\0A\090:\0A\09test %edx, %edx\0A\09je 1f\0A\09movl %edx, $2\0A\09incl $2\0A\09lock\0A\09c…
|
/external/valgrind/coregrind/ |
D | m_trampoline.S | 127 1: incl %eax 880 incl %eax 895 incl %edx 901 incl %ecx 903 incl %edx 917 incl %edx 918 incl %ecx 942 incl %ecx 943 incl %edx 967 incl %edx [all …]
|
/external/icu/icu4c/source/common/ |
D | uniset_props.cpp | 163 UnicodeSet * &incl = gInclusions[src].fSet; in UnicodeSet_initInclusion() local 164 U_ASSERT(incl == NULL); in UnicodeSet_initInclusion() 166 incl = new UnicodeSet(); in UnicodeSet_initInclusion() 167 if (incl == NULL) { in UnicodeSet_initInclusion() 172 (USet *)incl, in UnicodeSet_initInclusion() 180 incl->ensureCapacity(DEFAULT_INCLUSION_CAPACITY, status); in UnicodeSet_initInclusion() 242 delete incl; in UnicodeSet_initInclusion() 243 incl = NULL; in UnicodeSet_initInclusion() 247 incl->compact(); in UnicodeSet_initInclusion()
|
/external/syslinux/memdisk/ |
D | memmove.S | 125 incl %esi 126 incl %edi
|
/external/syslinux/com32/lib/ |
D | memmove.S | 141 incl %esi 142 incl %edi
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractEngine.cpp | 47 CObjectVector<COpenType> incl; in Process2() local 51 options.types = &incl; in Process2()
|
/external/skia/bin/ |
D | try.py | 108 incl = raw_input(('Trigger %s? (y/n): ' % j)) 109 if incl == 'y':
|
/external/skqp/bin/ |
D | try.py | 108 incl = raw_input(('Trigger %s? (y/n): ' % j)) 109 if incl == 'y':
|
/external/boringssl/mac-x86/crypto/fipsmodule/ |
D | x86-mont.S | 87 incl %ecx 117 incl %edx 138 incl %ecx 221 incl %ecx 303 incl %ecx
|
/external/boringssl/linux-x86/crypto/fipsmodule/ |
D | x86-mont.S | 88 incl %ecx 118 incl %edx 139 incl %ecx 222 incl %ecx 304 incl %ecx
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
D | call-abs.s | 10 incl %eax
|
/external/llvm/test/MC/ELF/ |
D | call-abs.s | 10 incl %eax
|