/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/boringssl/linux-x86/crypto/rc4/ |
D | rc4-586.S | 51 incl %eax 66 incl %eax 80 incl %eax 92 incl %eax 104 incl %eax 116 incl %eax 128 incl %eax 140 incl %eax 152 incl %eax
|
/external/boringssl/mac-x86/crypto/rc4/ |
D | rc4-586.S | 50 incl %eax 65 incl %eax 79 incl %eax 91 incl %eax 103 incl %eax 115 incl %eax 127 incl %eax 139 incl %eax 151 incl %eax
|
/external/valgrind/VEX/test/ |
D | fp1.s | 29 incl %eax 39 incl %eax
|
D | fpgames.s | 38 incl %ebx 64 incl %ebx
|
/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 | materialize.ll | 24 ; CHECK32-NEXT: incl %eax 40 ; CHECK32-NEXT: incl %eax 97 ; CHECK32-NEXT: incl %eax
|
D | musttail.ll | 47 ; CHECK: incl %[[r:.*]] 71 ; CHECK: incl %[[r:.*]]
|
D | change-compare-stride-trickiness-0.ll | 10 ; CHECK: incl %eax
|
D | add.ll | 144 ; X32: incl 148 ; X64: incl
|
D | x86-sanitizer-shrink-wrapping.ll | 11 ; CHECK: incl 40
|
/external/valgrind/VEX/orig_amd64/ |
D | test1.sorted | 245 FF848420040000 incl 1056(%rsp,%rax,4) 246 41FF4374 incl 116(%r11) 247 FF4774 incl 116(%rdi) 248 FF4674 incl 116(%rsi) 249 FF477C incl 124(%rdi) 250 FF44240C incl 12(%rsp) 251 FF442418 incl 24(%rsp) 252 FF848588B10000 incl 45448(%rbp,%rax,4) 253 FF849588B10000 incl 45448(%rbp,%rdx,4) 254 FF44B430 incl 48(%rsp,%rsi,4) [all …]
|
D | test1.orig | 978 incl 1056(%rsp,%rax,4) 982 incl 116(%r11) 986 incl 116(%rdi) 990 incl 116(%rsi) 994 incl 124(%rdi) 998 incl 12(%rsp) 1002 incl 24(%rsp) 1006 incl 45448(%rbp,%rax,4) 1010 incl 45448(%rbp,%rdx,4) 1014 incl 48(%rsp,%rsi,4) [all …]
|
/external/valgrind/coregrind/ |
D | m_trampoline.S | 127 1: incl %eax 856 incl %eax 871 incl %edx 877 incl %ecx 879 incl %edx 893 incl %edx 894 incl %ecx 918 incl %ecx 919 incl %edx 943 incl %edx [all …]
|
/external/icu/icu4c/source/common/ |
D | uniset_props.cpp | 161 UnicodeSet * &incl = gInclusions[src].fSet; in UnicodeSet_initInclusion() local 162 U_ASSERT(incl == NULL); in UnicodeSet_initInclusion() 164 incl = new UnicodeSet(); in UnicodeSet_initInclusion() 165 if (incl == NULL) { in UnicodeSet_initInclusion() 170 (USet *)incl, in UnicodeSet_initInclusion() 178 incl->ensureCapacity(DEFAULT_INCLUSION_CAPACITY, status); in UnicodeSet_initInclusion() 240 delete incl; in UnicodeSet_initInclusion() 241 incl = NULL; in UnicodeSet_initInclusion() 245 incl->compact(); in UnicodeSet_initInclusion()
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractEngine.cpp | 47 CObjectVector<COpenType> incl; in Process2() local 51 options.types = &incl; in Process2()
|
/external/llvm/test/MC/ELF/ |
D | call-abs.s | 10 incl %eax
|
/external/boringssl/mac-x86/crypto/bn/ |
D | x86-mont.S | 73 incl %ecx 103 incl %edx 124 incl %ecx 207 incl %ecx 289 incl %ecx
|
/external/boringssl/linux-x86/crypto/bn/ |
D | x86-mont.S | 74 incl %ecx 104 incl %edx 125 incl %ecx 208 incl %ecx 290 incl %ecx
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UnicodeSet.java | 3156 UnicodeSet incl = new UnicodeSet(); in getInclusions() local 3159 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusions() 3162 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusions() 3165 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusions() 3166 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusions() 3169 Norm2AllModes.getNFCInstance().impl.addPropertyStarts(incl); in getInclusions() 3170 UCaseProps.INSTANCE.addPropertyStarts(incl); in getInclusions() 3173 Norm2AllModes.getNFCInstance().impl.addPropertyStarts(incl); in getInclusions() 3176 Norm2AllModes.getNFKCInstance().impl.addPropertyStarts(incl); in getInclusions() 3179 Norm2AllModes.getNFKC_CFInstance().impl.addPropertyStarts(incl); in getInclusions() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 3229 UnicodeSet incl = new UnicodeSet(); in getInclusions() local 3232 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusions() 3235 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusions() 3238 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusions() 3239 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusions() 3242 Norm2AllModes.getNFCInstance().impl.addPropertyStarts(incl); in getInclusions() 3243 UCaseProps.INSTANCE.addPropertyStarts(incl); in getInclusions() 3246 Norm2AllModes.getNFCInstance().impl.addPropertyStarts(incl); in getInclusions() 3249 Norm2AllModes.getNFKCInstance().impl.addPropertyStarts(incl); in getInclusions() 3252 Norm2AllModes.getNFKC_CFInstance().impl.addPropertyStarts(incl); in getInclusions() [all …]
|
/external/libunwind/src/x86/ |
D | getcontext-freebsd.S | 97 incl %edx
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 835 lock incl 1(%rsp) 840 lock/incl 1(%rsp) 948 incl %eax // CHECK: incl %eax # encoding: [0xff,0xc0] label
|