/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
atomicops-internals-windows.h | 409 "adc %%edx, %%ecx\n\t" // edx:eax still has old *ptr
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/ |
opt-gvmat64.asm | 430 adc rdx, 0
|
/external/elfutils/libcpu/ |
ChangeLog | 222 * defs/i386: Fix adc, add, cmp, or, sbb, sub, xchg, xor.
|
/external/kernel-headers/original/linux/spi/ |
cpcap.h | 363 CPCAP_IRQ_ADCDONE, /* ADC Conversion Complete */
|
/external/llvm/lib/Target/X86/ |
X86Schedule.td | 144 // add/sub/and/or/xor/adc/sbc/cmp/test
|
X86ScheduleAtom.td | 82 // add/sub/and/or/xor/adc/sbc/cmp/test
|
/external/zlib/src/contrib/amd64/ |
amd64-match.S | 385 adc $0, %rdx
|
/external/zlib/src/contrib/gcc_gvmat64/ |
gvmat64.S | 487 adc rdx, 0
|
/external/zlib/src/contrib/masmx64/ |
gvmat64.asm | 470 adc rdx, 0
|
/external/zlib/src/contrib/masmx86/ |
match686.asm | 386 adc edx, 0
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerInterface.h | 224 ADC(int cc, int s, int Rd, int Rn, uint32_t Op2) {
|
/art/runtime/ |
disassembler_x86.cc | 176 DISASSEMBLER_ENTRY(adc, 529 static const char* x80_opcodes[] = {"add", "or", "adc", "sbb", "and", "sub", "xor", "cmp"};
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asound.h | 252 #define SNDRV_PCM_INFO_OVERRANGE 0x00020000 /* hardware supports ADC (capture) overrange detection */ 392 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asound.h | 252 #define SNDRV_PCM_INFO_OVERRANGE 0x00020000 /* hardware supports ADC (capture) overrange detection */ 392 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */ [all...] |
/external/llvm/test/MC/Disassembler/ARM/ |
thumb2.txt | 4 # ADC (immediate) 6 # CHECK: adc r0, r1, #4 8 # CHECK: adc r1, r2, #255 9 # CHECK: adc r3, r7, #5570645 10 # CHECK: adc r8, r12, #2852170240 11 # CHECK: adc r9, r7, #2779096485 12 # CHECK: adc r5, r3, #2264924160 13 # CHECK: adc r4, r2, #2139095040 14 # CHECK: adc r4, r2, #1664 27 # ADC (register [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
assyntax.h | 384 #define ADC_L(a, b) CHOICE(adcl ARG2(a,b), adcl ARG2(a,b), _LTOG adc ARG2(b,a)) 385 #define ADC_W(a, b) CHOICE(adcw ARG2(a,b), adcw ARG2(a,b), _WTOG adc ARG2(b,a)) [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | 384 #define ADC_L(a, b) CHOICE(adcl ARG2(a,b), adcl ARG2(a,b), _LTOG adc ARG2(b,a)) 385 #define ADC_W(a, b) CHOICE(adcw ARG2(a,b), adcw ARG2(a,b), _WTOG adc ARG2(b,a)) [all...] |
/external/llvm/test/MC/AArch64/ |
basic-a64-diagnostics.s | 593 adc wsp, w3, w5 594 adc w1, wsp, w2 595 adc w0, w10, wsp 597 // CHECK-ERROR-NEXT: adc wsp, w3, w5 600 // CHECK-ERROR-NEXT: adc w1, wsp, w2 603 // CHECK-ERROR-NEXT: adc w0, w10, wsp 606 adc sp, x3, x5 607 adc x1, sp, x2 608 adc x0, x10, sp 610 // CHECK-ERROR-NEXT: adc sp, x3, x [all...] |
/external/llvm/test/MC/ARM/ |
thumb2-narrow-dp.ll | 395 // ADC (commutative) 401 ADC r0, r1, r0 // Must use wide encoding as not flag-setting 415 // CHECK: adc.w r0, r1, r0 @ encoding: [0x41,0xeb,0x00,0x00] [all...] |
/external/chromium_org/v8/src/ia32/ |
assembler-ia32.h | 755 void adc(Register dst, int32_t imm32); 756 void adc(Register dst, const Operand& src); [all...] |
/external/v8/src/arm/ |
disasm-arm.cc | 847 case ADC: { 848 Format(instr, "adc'cond's 'rd, 'rn, 'shift_op"); [all...] |
/external/v8/src/ia32/ |
assembler-ia32.h | 739 void adc(Register dst, int32_t imm32); 740 void adc(Register dst, const Operand& src); [all...] |
/art/compiler/utils/arm/ |
assembler_arm.h | 233 void adc(Register rd, Register rn, ShifterOperand so, Condition cond = AL);
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
encoder.h | 484 // alu instructions: add, or, adc, sbb, and, sub, xor, cmp
|
/external/llvm/include/llvm/MC/ |
MCInstrDesc.h | 475 /// the "adc" instruction adds two register operands and adds the carry bit in
|