HomeSort by relevance Sort by last modified time
    Searched refs:adc (Results 151 - 175 of 250) sorted by null

1 2 3 4 5 67 8 910

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
insns9s12xg.d 9 00000000 <label1> adc R1, R2, R3
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pdp11/
opcode.d 54 4c: 0b44 [ ]*adc r4
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/xgate/
all_insns.d 10 0+0000 <L0> adc R1, R2, R3
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
thumb32.d 122 0[0-9a-f]+ <[^>]+> eb45 0000 adc\.w r0, r5, r0
123 0[0-9a-f]+ <[^>]+> eb41 0002 adc\.w r0, r1, r2
124 0[0-9a-f]+ <[^>]+> eb40 0900 adc\.w r9, r0, r0
125 0[0-9a-f]+ <[^>]+> eb49 0000 adc\.w r0, r9, r0
126 0[0-9a-f]+ <[^>]+> eb40 0009 adc\.w r0, r0, r9
128 0[0-9a-f]+ <[^>]+> eb41 4062 adc\.w r0, r1, r2, asr #17
129 0[0-9a-f]+ <[^>]+> f141 0081 adc\.w r0, r1, #129 ; 0x81
    [all...]
thumb32.s 149 arit3 adc adcs adc.w adcs.w
  /external/boringssl/src/crypto/cipher_extra/asm/
chacha20_poly1305_x86_64.pl 133 adc 8+$src, $acc1
134 adc \$1, $acc2\n";
147 adc %rdx, $t2\n";
155 adc \$0, %rdx
160 adc \$0, %rdx\n";
166 adc %rdx, $t3\n";
180 adc $t1, $acc1
181 adc \$0, $acc2
183 adc $t3, $acc1
184 adc \$0, $acc2\n"
    [all...]
  /external/skia/src/core/
SkDevice.cpp 507 SkAutoDeviceCTMRestore adc(this, currM);
  /external/skqp/src/core/
SkDevice.cpp 503 SkAutoDeviceCTMRestore adc(this, currM);
  /external/valgrind/exp-bbv/tests/arm-linux/
ll.S 206 adc r3,r3,#0 @ round
337 adc r3,r3,#0 @ round?
  /external/llvm/test/MC/ARM/
diagnostics.s 15 adc r1, r2, r3, lsl #invalid
16 adc r4, r5, r6, lsl #-1
17 adc r4, r5, r6, lsl #32
18 adc r4, r5, r6, lsr #-1
19 adc r4, r5, r6, lsr #33
20 adc r4, r5, r6, asr #-1
21 adc r4, r5, r6, asr #33
22 adc r4, r5, r6, ror #-1
23 adc r4, r5, r6, ror #32
26 @ CHECK-ERRORS: adc r1, r2, r3, lsl #invali
    [all...]
  /external/v8/src/x87/
assembler-x87.h 659 void adc(Register dst, int32_t imm32);
660 void adc(Register dst, const Operand& src);
    [all...]
assembler-x87.cc 615 void Assembler::adc(Register dst, int32_t imm32) { function in class:v8::internal::Assembler
621 void Assembler::adc(Register dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/msp430/
msp430x.d 8 0+0000 <[^>]*> 04 63 adc r4 ;
  /external/syslinux/core/
isolinux.asm 782 adc edx,[Hidden+4]
814 adc edx,0
1000 adc ah,0 ; the max transfer size, but not to 0
  /external/syslinux/dosutil/
eltorito.asm 483 adc ah,0
487 adc ah,0
488 adc dx,0
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
opc-i.d 267 adc: f0 04 0c 58 tf\.z\.and p2,p3=39
  /external/capstone/suite/MC/AArch64/
basic-a64-instructions.s.cs 344 0x7d,0x03,0x19,0x1a = adc w29, w27, w25
345 0x7f,0x00,0x04,0x1a = adc wzr, w3, w4
346 0xe9,0x03,0x0a,0x1a = adc w9, wzr, w10
347 0x14,0x00,0x1f,0x1a = adc w20, w0, wzr
348 0x7d,0x03,0x19,0x9a = adc x29, x27, x25
349 0x7f,0x00,0x04,0x9a = adc xzr, x3, x4
350 0xe9,0x03,0x0a,0x9a = adc x9, xzr, x10
351 0x14,0x00,0x1f,0x9a = adc x20, x0, xzr
    [all...]
  /external/v8/src/arm/
disasm-arm.cc 943 case ADC: {
944 Format(instr, "adc'cond's 'rd, 'rn, 'shift_op");
    [all...]
  /external/valgrind/exp-bbv/tests/amd64-linux/
ll.S 319 adc $0, %eax # round
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.S 315 adc $0, %eax # round
  /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/swiftshader/third_party/subzero/src/
IceAssemblerX86BaseImpl.h     [all...]
IceInstX86Base.h 76 Adc,
    [all...]
  /external/capstone/suite/MC/ARM/
thumb2-narrow-dp.ll.cs 190 0x41,0xeb,0x00,0x00 = adc.w r0, r1, r0
  /external/v8/src/ia32/
assembler-ia32.h 666 void adc(Register dst, int32_t imm32);
667 void adc(Register dst, const Operand& src);
    [all...]

Completed in 654 milliseconds

1 2 3 4 5 67 8 910