/external/llvm/lib/Target/X86/ |
X86SchedHaswell.td | 552 // ADC SBB. 554 def : InstRW<[Write2P0156_Lat2], (instregex "(ADC|SBB)(8|16|32|64)r(r|i)", 555 "(ADC|SBB)(16|32|64)ri8", 556 "(ADC|SBB)64ri32", 557 "(ADC|SBB)(8|16|32|64)rr_REV")>; 560 def : InstRW<[Write2P0156_Lat2Ld, ReadAfterLd], (instregex "(ADC|SBB)(8|16|32|64)rm")>; 564 (instregex "(ADC|SBB)(8|16|32|64)m(r|i)", 565 "(ADC|SBB)(16|32|64)mi8", 566 "(ADC|SBB)64mi32")>; [all...] |
X86InstrArithmetic.td | 680 // BinOpRR_RFF - Instructions like "adc reg, reg, reg", where the pattern ha [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
opcode.d | 25 41: 10 90 90 90 90 90 [ ]*adc %dl,-0x6f6f6f70\(%eax\) 26 47: 11 90 90 90 90 90 [ ]*adc %edx,-0x6f6f6f70\(%eax\) 27 4d: 12 90 90 90 90 90 [ ]*adc -0x6f6f6f70\(%eax\),%dl 28 53: 13 90 90 90 90 90 [ ]*adc -0x6f6f6f70\(%eax\),%edx 29 59: 14 90 [ ]*adc \$0x90,%al 30 5b: 15 90 90 90 90 [ ]*adc \$0x90909090,%eax 414 6cb: 66 11 90 90 90 90 90 [ ]*adc %dx,-0x6f6f6f70\(%eax\) 415 6d2: 66 13 90 90 90 90 90 [ ]*adc -0x6f6f6f70\(%eax\),%dx 416 6d9: 66 15 90 90 [ ]*adc \$0x9090,%ax
|
opcode-intel.d | 26 *[0-9a-f]+: 10 90 90 90 90 90[ ]+adc[ ]+(BYTE PTR )?\[eax-0x6f6f6f70\],dl 27 *[0-9a-f]+: 11 90 90 90 90 90[ ]+adc[ ]+(DWORD PTR )?\[eax-0x6f6f6f70\],edx 28 *[0-9a-f]+: 12 90 90 90 90 90[ ]+adc[ ]+dl,(BYTE PTR )?\[eax-0x6f6f6f70\] 29 *[0-9a-f]+: 13 90 90 90 90 90[ ]+adc[ ]+edx,(DWORD PTR )?\[eax-0x6f6f6f70\] 30 *[0-9a-f]+: 14 90[ ]+adc[ ]+al,0x90 31 *[0-9a-f]+: 15 90 90 90 90[ ]+adc[ ]+eax,0x90909090 130 *[0-9a-f]+: 80 90 90 90 90 90 90[ ]+adc[ ]+BYTE PTR \[eax-0x6f6f6f70\],0x90 131 *[0-9a-f]+: 81 90 90 90 90 90 90 90 90 90[ ]+adc[ ]+DWORD PTR \[eax-0x6f6f6f70\],0x90909090 132 *[0-9a-f]+: 83 90 90 90 90 90 90[ ]+adc[ ]+DWORD PTR \[eax-0x6f6f6f70\],0xffffff90 415 *[0-9a-f]+: 66 11 90 90 90 90 90[ ]+adc[ ]+(WORD PTR )?\[eax-0x6f6f6f70\],d [all...] |
/external/autotest/client/tests/npb/ |
NPB3.3.tar.gz | |
/external/clang/lib/StaticAnalyzer/Core/ |
PathDiagnostic.cpp | 509 AnalysisDeclContext *ADC; 511 ADC = LAC.get<const LocationContext*>()->getAnalysisDeclContext(); 513 ADC = LAC.get<AnalysisDeclContext*>(); 515 ParentMap &PM = ADC->getParentMap(); 526 const Stmt *Body = ADC->getBody(); 530 L = ADC->getDecl()->getLocEnd(); [all...] |
/external/v8/test/cctest/ |
test-assembler-arm64.cc | [all...] |
test-assembler-ppc.cc | 1001 __ adc(r1, r1, Operand(r1), LeaveCC, cs); 1006 __ adc(r2, r2, Operand(r2), LeaveCC, cs); 1013 __ adc(r3, r1, Operand(r2)); 1019 __ adc(r3, r1, Operand(r2));
|
test-disasm-arm.cc | 149 COMPARE(adc(r7, fp, Operand(ip, ASR, 5)), 150 "e0ab72cc adc r7, fp, ip, asr #5"); 151 COMPARE(adc(r4, ip, Operand(ip, ASR, 1), LeaveCC, vc), 153 COMPARE(adc(r5, sp, Operand(ip), SetCC), 155 COMPARE(adc(r8, lr, Operand(ip, ASR, 31), SetCC, vc), [all...] |
/external/valgrind/none/tests/arm/ |
v6intThumb.stdout.exp | [all...] |
/external/icu/icu4c/source/test/testdata/ |
re_tests.txt | 85 a[^-b]c adc y $& adc 88 a[^]b]c adc y $& adc 315 'a[^-b]c'i ADC y $& ADC 318 'a[^]b]c'i ADC y $& ADC
|
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.h | 52 ADC, 53 SBC, // adc, sbc instructions
|
/external/valgrind/VEX/priv/ |
guest_x86_defs.h | 277 adc/sbb first arg (second arg) 297 * adc/sbb -- definedness of result flags depends on definedness of
|
/prebuilts/go/darwin-x86/src/regexp/testdata/ |
basic.dat | 116 BE a[^-b]c adc (0,3) 117 BE a[^]b]c adc (0,3)
|
/prebuilts/go/linux-x86/src/regexp/testdata/ |
basic.dat | 116 BE a[^-b]c adc (0,3) 117 BE a[^]b]c adc (0,3)
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
avr.h | 186 AVR_INSN (adc, "r,r", "000111rdddddrrrr", 1, AVR_ISA_1200, 0x1c00) 199 /* Shorthand for {eor,add,adc,and} r,r above. */
|
msp430.h | 76 MSP_INSN (adc, 0, 1, 0x6300, 0xff30),
|
/docs/source.android.com/src/devices/audio/ |
terminology.jd | 182 values are from a continuous domain and digital values are discrete, ADC and DAC 444 <dt>ADC</dt> 448 Conceptually, an ADC consists of a periodic sample-and-hold followed by a 449 quantizer, although it does not have to be implemented that way. An ADC is
|
/external/aac/libSBRdec/src/arm/ |
env_calc_arm.cpp | 119 ADC r3, r3, #0
|
/external/libpcap/msdos/ |
pkt_rx0.asm | 162 adc _pktDrop[2], 0 ; increment packets lost
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
insns9s12xg.d | 9 00000000 <label1> adc R1, R2, R3
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/xgate/ |
all_insns.d | 10 0+0000 <L0> adc R1, R2, R3
|
/toolchain/binutils/binutils-2.25/opcodes/ |
xstormy16-opc.c | 517 /* adc $Rd,$Rs */ 523 /* adc $Rd,#$imm4 */ 529 /* adc Rx,#$imm8 */ 535 /* adc $Rd,#$imm16 */
|
/external/llvm/test/CodeGen/ARM/ |
big-endian-vector-caller.ll | 17 ; CHECK: adc r0 33 ; CHECK: adc r0 49 ; CHECK: adc r0 65 ; CHECK: adc r0 81 ; CHECK: adc r0 97 ; CHECK: adc r0 104 ; CHECK: adc r0 205 ; CHECK: adc r0 307 ; CHECK: adc r0 409 ; CHECK: adc r [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/testdata/ |
decode.txt | [all...] |