/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/testdata/ |
decode.txt | [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
rx-decode.opc | 485 /* ADC */ 487 /** 1111 1101 0111 im00 0010rdst adc #%1, %0 */ 488 ID(adc); SC(IMMex(im)); DR(rdst); F_OSZC; 490 /** 1111 1100 0000 1011 rsrc rdst adc %1, %0 */ 491 ID(adc); SR(rsrc); DR(rdst); F_OSZC; 493 /** 0000 0110 1010 00ss 0000 0010 rsrc rdst adc %1%S1, %0 */ 494 ID(adc); SPm(ss, rsrc, 2); DR(rdst); F_OSZC;
|
/external/libchrome/sandbox/win/src/sidestep/ |
ia32_opcode_map.cpp | 37 /* 0x10 */ { 0, IT_GENERIC, AM_E | OT_B, AM_G | OT_B, AM_NOT_USED, "adc", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } }, 38 /* 0x11 */ { 0, IT_GENERIC, AM_E | OT_V, AM_G | OT_V, AM_NOT_USED, "adc", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } }, 39 /* 0x12 */ { 0, IT_GENERIC, AM_G | OT_B, AM_E | OT_B, AM_NOT_USED, "adc", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } }, 40 /* 0x13 */ { 0, IT_GENERIC, AM_G | OT_V, AM_E | OT_V, AM_NOT_USED, "adc", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } }, 41 /* 0x14 */ { 0, IT_GENERIC, AM_REGISTER | OT_B, AM_I | OT_B, AM_NOT_USED, "adc", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } }, 42 /* 0x15 */ { 0, IT_GENERIC, AM_REGISTER | OT_V, AM_I | OT_V, AM_NOT_USED, "adc", false, /* F2h */ { 0 }, /* F3h */ { 0 }, /* 66h */ { 0 } }, [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
thumb2_bad_reg.l | 2 [^:]*:[0-9]+: Error: r13 not allowed here -- `adc r13,r0,#1' 3 [^:]*:[0-9]+: Error: r15 not allowed here -- `adc r15,r0,#1' 4 [^:]*:[0-9]+: Error: r13 not allowed here -- `adc r0,r13,#1' 5 [^:]*:[0-9]+: Error: r15 not allowed here -- `adc r0,r15,#1' 6 [^:]*:[0-9]+: Error: r13 not allowed here -- `adc.w r13,r0,r1' 7 [^:]*:[0-9]+: Error: r15 not allowed here -- `adc.w r15,r0,r1' 8 [^:]*:[0-9]+: Error: r13 not allowed here -- `adc.w r0,r13,r1' 9 [^:]*:[0-9]+: Error: r15 not allowed here -- `adc.w r0,r15,r1' 10 [^:]*:[0-9]+: Error: r13 not allowed here -- `adc.w r0,r1,r13' 11 [^:]*:[0-9]+: Error: r15 not allowed here -- `adc.w r0,r1,r15 [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
intel.d | 26 [ ]*[a-f0-9]+: 10 90 90 90 90 90 [ ]*adc %dl,-0x6f6f6f70\(%eax\) 27 [ ]*[a-f0-9]+: 11 90 90 90 90 90 [ ]*adc %edx,-0x6f6f6f70\(%eax\) 28 [ ]*[a-f0-9]+: 12 90 90 90 90 90 [ ]*adc -0x6f6f6f70\(%eax\),%dl 29 [ ]*[a-f0-9]+: 13 90 90 90 90 90 [ ]*adc -0x6f6f6f70\(%eax\),%edx 30 [ ]*[a-f0-9]+: 14 90 [ ]*adc \$0x90,%al 31 [ ]*[a-f0-9]+: 15 90 90 90 90 [ ]*adc \$0x90909090,%eax 417 [ ]*[a-f0-9]+: 66 11 90 90 90 90 90 [ ]*adc %dx,-0x6f6f6f70\(%eax\) 418 [ ]*[a-f0-9]+: 66 13 90 90 90 90 90 [ ]*adc -0x6f6f6f70\(%eax\),%dx 419 [ ]*[a-f0-9]+: 66 15 90 90 [ ]*adc \$0x9090,%ax [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/ |
tables.go | 34 ADC [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/ |
tables.go | 34 ADC [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/ |
CHANGELOG.md | 16 * Ensure that the ADC fails if we try to *write* the well-known file to a
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
CompositionExclusions.txt | 108 2ADC # FORKING
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
CompositionExclusions.txt | 108 2ADC # FORKING
|
/external/llvm/test/MC/AArch64/ |
arm64-arithmetic-encoding.s | 8 adc w1, w2, w3 9 adc x1, x2, x3 13 ; CHECK: adc w1, w2, w3 ; encoding: [0x41,0x00,0x03,0x1a] 14 ; CHECK: adc x1, x2, x3 ; encoding: [0x41,0x00,0x03,0x9a]
|
/external/tremolo/Tremolo/ |
asm_arm.h | 60 "adc %1, %0, %1, lsl #17\n\t"
|
/external/valgrind/none/tests/amd64/ |
xacq_xrel.c | 44 GEN_BINARY(adc)
|
/external/valgrind/none/tests/arm64/ |
integer.c | 167 TESTINST3("adc x3, x4, x5", 12345, 6789, x3,x4,x5,0); 168 TESTINST3("adc x3, x4, x5", 12345, 6789, x3,x4,x5,1); 169 TESTINST3("adc x3, x4, x5", 0, 0xffffffffffffffffULL, x3,x4,x5,0); 170 TESTINST3("adc x3, x4, x5", 0, 0xffffffffffffffffULL, x3,x4,x5,1); 171 TESTINST3("adc x3, x4, x5", 0x31415927ULL<<32, 0x27181728ULL<<32, x3,x4,x5,0); 172 TESTINST3("adc x3, x4, x5", 0x31415927ULL<<32, 0x27181728ULL<<32, x3,x4,x5,1); 173 TESTINST3("adc x3, x4, x5", 0x00000000ULL<<32, 0x00000000ULL<<32, x3,x4,x5,0); 174 TESTINST3("adc x3, x4, x5", 0x00000000ULL<<32, 0x00000000ULL<<32, x3,x4,x5,1); 175 TESTINST3("adc x3, x4, x5", 0x00000001ULL<<32, 0x00000000ULL<<32, x3,x4,x5,0); 176 TESTINST3("adc x3, x4, x5", 0x00000001ULL<<32, 0x00000000ULL<<32, x3,x4,x5,1) [all...] |
integer.stdout.exp | 4 adc x3, x4, x5 :: rd 0000000000004abe rm 0000000000003039, rn 0000000000001a85, cin 0, nzcv 00000000 5 adc x3, x4, x5 :: rd 0000000000004abf rm 0000000000003039, rn 0000000000001a85, cin 1, nzcv 20000000 C 6 adc x3, x4, x5 :: rd ffffffffffffffff rm 0000000000000000, rn ffffffffffffffff, cin 0, nzcv 00000000 7 adc x3, x4, x5 :: rd 0000000000000000 rm 0000000000000000, rn ffffffffffffffff, cin 1, nzcv 20000000 C 8 adc x3, x4, x5 :: rd 5859704f00000000 rm 3141592700000000, rn 2718172800000000, cin 0, nzcv 00000000 9 adc x3, x4, x5 :: rd 5859704f00000001 rm 3141592700000000, rn 2718172800000000, cin 1, nzcv 20000000 C 10 adc x3, x4, x5 :: rd 0000000000000000 rm 0000000000000000, rn 0000000000000000, cin 0, nzcv 00000000 11 adc x3, x4, x5 :: rd 0000000000000001 rm 0000000000000000, rn 0000000000000000, cin 1, nzcv 20000000 C 12 adc x3, x4, x5 :: rd 0000000100000000 rm 0000000100000000, rn 0000000000000000, cin 0, nzcv 00000000 13 adc x3, x4, x5 :: rd 0000000100000001 rm 0000000100000000, rn 0000000000000000, cin 1, nzcv 20000000 (…) [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/ |
a.out.go | 413 ADC
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/ |
a.out.go | 410 ADC
|
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
plan9x.go | 136 ADC: true,
|
xed_test.go | 81 // 82 11 22: xed says 'adc byte ptr [ecx], 0x22' but there is no justification in the manuals for that.
|
/prebuilts/go/darwin-x86/src/runtime/ |
sys_nacl_arm.s | 234 ADC R4, R1
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/ |
a.out.go | 413 ADC
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
a.out.go | 410 ADC
|
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
plan9x.go | 136 ADC: true,
|
xed_test.go | 81 // 82 11 22: xed says 'adc byte ptr [ecx], 0x22' but there is no justification in the manuals for that.
|
/prebuilts/go/linux-x86/src/runtime/ |
sys_nacl_arm.s | 234 ADC R4, R1
|