/external/llvm/test/MC/AArch64/ |
neon-mov.s | 23 // CHECK: movi v0.2s, #0x1 // encoding: [0x20,0x04,0x00,0x0f] 28 // CHECK: movi v0.4s, #0x1 // encoding: [0x20,0x04,0x00,0x4f] 29 // CHECK: movi v0.4s, #0x1, lsl #8 // encoding: [0x20,0x24,0x00,0x4f] 30 // CHECK: movi v0.4s, #0x1, lsl #16 // encoding: [0x20,0x44,0x00,0x4f] 31 // CHECK: movi v0.4s, #0x1, lsl #24 // encoding: [0x20,0x64,0x00,0x4f] 32 // CHECK: movi v0.4h, #0x1 // encoding: [0x20,0x84,0x00,0x0f] 33 // CHECK: movi v0.4h, #0x1, lsl #8 // encoding: [0x20,0xa4,0x00,0x0f] 34 // CHECK: movi v0.8h, #0x1 // encoding: [0x20,0x84,0x00,0x4f] 35 // CHECK: movi v0.8h, #0x1, lsl #8 // encoding: [0x20,0xa4,0x00,0x4f] 54 // CHECK: mvni v0.2s, #0x1 // encoding: [0x20,0x04,0x00,0x2f [all...] |
neon-saturating-rounding-shift.s | 17 // CHECK: sqrshl v0.8b, v1.8b, v2.8b // encoding: [0x20,0x5c,0x22,0x0e] 18 // CHECK: sqrshl v0.16b, v1.16b, v2.16b // encoding: [0x20,0x5c,0x22,0x4e] 19 // CHECK: sqrshl v0.4h, v1.4h, v2.4h // encoding: [0x20,0x5c,0x62,0x0e] 20 // CHECK: sqrshl v0.8h, v1.8h, v2.8h // encoding: [0x20,0x5c,0x62,0x4e] 21 // CHECK: sqrshl v0.2s, v1.2s, v2.2s // encoding: [0x20,0x5c,0xa2,0x0e] 22 // CHECK: sqrshl v0.4s, v1.4s, v2.4s // encoding: [0x20,0x5c,0xa2,0x4e] 23 // CHECK: sqrshl v0.2d, v1.2d, v2.2d // encoding: [0x20,0x5c,0xe2,0x4e] 36 // CHECK: uqrshl v0.8b, v1.8b, v2.8b // encoding: [0x20,0x5c,0x22,0x2e] 37 // CHECK: uqrshl v0.16b, v1.16b, v2.16b // encoding: [0x20,0x5c,0x22,0x6e] 38 // CHECK: uqrshl v0.4h, v1.4h, v2.4h // encoding: [0x20,0x5c,0x62,0x2e [all...] |
neon-saturating-shift.s | 17 // CHECK: sqshl v0.8b, v1.8b, v2.8b // encoding: [0x20,0x4c,0x22,0x0e] 18 // CHECK: sqshl v0.16b, v1.16b, v2.16b // encoding: [0x20,0x4c,0x22,0x4e] 19 // CHECK: sqshl v0.4h, v1.4h, v2.4h // encoding: [0x20,0x4c,0x62,0x0e] 20 // CHECK: sqshl v0.8h, v1.8h, v2.8h // encoding: [0x20,0x4c,0x62,0x4e] 21 // CHECK: sqshl v0.2s, v1.2s, v2.2s // encoding: [0x20,0x4c,0xa2,0x0e] 22 // CHECK: sqshl v0.4s, v1.4s, v2.4s // encoding: [0x20,0x4c,0xa2,0x4e] 23 // CHECK: sqshl v0.2d, v1.2d, v2.2d // encoding: [0x20,0x4c,0xe2,0x4e] 36 // CHECK: uqshl v0.8b, v1.8b, v2.8b // encoding: [0x20,0x4c,0x22,0x2e] 37 // CHECK: uqshl v0.16b, v1.16b, v2.16b // encoding: [0x20,0x4c,0x22,0x6e] 38 // CHECK: uqshl v0.4h, v1.4h, v2.4h // encoding: [0x20,0x4c,0x62,0x2e [all...] |
/external/llvm/test/MC/PowerPC/ |
ppc64-operands.s | 18 # CHECK: addi 1, 0, 0 # encoding: [0x38,0x20,0x00,0x00] 21 # CHECK: addi 1, 0, 0 # encoding: [0x38,0x20,0x00,0x00] 29 # CHECK: addi 1, 0, -32768 # encoding: [0x38,0x20,0x80,0x00] 32 # CHECK: addi 1, 0, 32767 # encoding: [0x38,0x20,0x7f,0xff] 45 # CHECK: addis 1, 0, 0 # encoding: [0x3c,0x20,0x00,0x00] 48 # CHECK: addis 1, 0, -1 # encoding: [0x3c,0x20,0xff,0xff] 53 # CHECK: lwz 1, 0(0) # encoding: [0x80,0x20,0x00,0x00] 56 # CHECK: lwz 1, 0(0) # encoding: [0x80,0x20,0x00,0x00] 72 # CHECK: ld 1, 0(0) # encoding: [0xe8,0x20,0x00,0x00] 75 # CHECK: ld 1, 0(0) # encoding: [0xe8,0x20,0x00,0x00 [all...] |
ppc64-encoding-ext.s | 6 # CHECK: beqlr 0 # encoding: [0x4d,0x82,0x00,0x20] 8 # CHECK: beqlr 1 # encoding: [0x4d,0x86,0x00,0x20] 10 # CHECK: beqlr 2 # encoding: [0x4d,0x8a,0x00,0x20] 12 # CHECK: beqlr 3 # encoding: [0x4d,0x8e,0x00,0x20] 14 # CHECK: beqlr 4 # encoding: [0x4d,0x92,0x00,0x20] 16 # CHECK: beqlr 5 # encoding: [0x4d,0x96,0x00,0x20] 18 # CHECK: beqlr 6 # encoding: [0x4d,0x9a,0x00,0x20] 20 # CHECK: beqlr 7 # encoding: [0x4d,0x9e,0x00,0x20] 23 # CHECK: bclr 12, 0, 0 # encoding: [0x4d,0x80,0x00,0x20] 25 # CHECK: bclr 12, 1, 0 # encoding: [0x4d,0x81,0x00,0x20] [all...] |
/external/chromium/net/base/ |
x509_cert_types_mac_unittest.cc | 25 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6e, 0x2c, 0x20, 0x49, 0x6e, 0x63, 27 0x6c, 0x61, 0x73, 0x73, 0x20, 0x31, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 28 0x20, 0x50, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x20, 0x43, 0x65, 0x72, 0x74, 29 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 53 0x53, 0x74, 0x61, 0x72, 0x74, 0x43, 0x6f, 0x6d, 0x20, 0x4c, 0x74, 0x64, 0x2e, 55 0x63, 0x75, 0x72, 0x65, 0x20, 0x44, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x20, 56 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x53 [all...] |
/external/ppp/pppd/ |
chap_ms.c | 606 { 0x4D, 0x61, 0x67, 0x69, 0x63, 0x20, 0x73, 0x65, 0x72, 0x76, 607 0x65, 0x72, 0x20, 0x74, 0x6F, 0x20, 0x63, 0x6C, 0x69, 0x65, 608 0x6E, 0x74, 0x20, 0x73, 0x69, 0x67, 0x6E, 0x69, 0x6E, 0x67, 609 0x20, 0x63, 0x6F, 0x6E, 0x73, 0x74, 0x61, 0x6E, 0x74 }; 611 { 0x50, 0x61, 0x64, 0x20, 0x74, 0x6F, 0x20, 0x6D, 0x61, 0x6B, 612 0x65, 0x20, 0x69, 0x74, 0x20, 0x64, 0x6F, 0x20, 0x6D, 0x6F [all...] |
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-ar/ |
donottranslate-more-keys.xml | 123 <string name="more_keys_for_arabic_diacritics">"!fixedColumnOrder!7, ٕ|ٕ, ٔ|ٔ, ْ|ْ, ٍ|ٍ, ٌ|ٌ, ً|ً, ّ|ّ, ٖ|ٖ, ٰ|ٰ, ٓ|ٓ, ِ|ِ, ُ|ُ, َ|َ,ـ (…) [all...] |
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-fa/ |
donottranslate-more-keys.xml | 132 <string name="more_keys_for_arabic_diacritics">"!fixedColumnOrder!7, ٕ|ٕ, ْ|ْ, ّ|ّ, ٌ|ٌ, ٍ|ٍ, ً|ً, ٔ|ٔ, ٖ|ٖ, ٰ|ٰ, ٓ|ٓ, ُ|ُ, ِ|ِ, َ|َ,ـ (…) [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
alternate_format.cc | 27 0x24, 0x31, 0x20, 0x24, 0x32, 0x20, 0x24, 0x33, 0x1A, 0x01, 0x35, 0x22, 0x00, 32 0x12, 0x0B, 0x24, 0x31, 0x20, 0x24, 0x32, 0x20, 0x24, 0x33, 0x20, 0x24, 0x34, 36 0x29, 0x28, 0x5C, 0x64, 0x7B, 0x36, 0x7D, 0x29, 0x12, 0x05, 0x24, 0x31, 0x20, 41 0x5C, 0x64, 0x7B, 0x33, 0x7D, 0x29, 0x12, 0x0B, 0x24, 0x31, 0x20, 0x24, 0x32, 42 0x20, 0x24, 0x33, 0x20, 0x24, 0x34, 0x1A, 0x0E, 0x31, 0x28, 0x3F, 0x3A, 0x5B, 46 0x20, 0x24, 0x32, 0x1A, 0x06, 0x5B, 0x32, 0x33, 0x37, 0x38, 0x5D, 0x22, 0x00 [all...] |
/external/oprofile/events/i386/core/ |
unit_masks | 11 name:x20 type:mandatory default:0x20 12 0x20 No unit mask 28 0x20 all prefetched line w/o regarding mask 0x10. 32 0x20 any transactions 51 0x20 MMX packed arithmetic
|
/external/llvm/test/MC/ARM/ |
neon-dup-encoding.s | 23 @ CHECK: vdup.8 d16, d16[1] @ encoding: [0x20,0x0c,0xf3,0xf3] 24 @ CHECK: vdup.16 d16, d16[1] @ encoding: [0x20,0x0c,0xf6,0xf3] 25 @ CHECK: vdup.32 d16, d16[1] @ encoding: [0x20,0x0c,0xfc,0xf3]
|
neon-bitcount-encoding.s | 3 @ CHECK: vcnt.8 d16, d16 @ encoding: [0x20,0x05,0xf0,0xf3] 19 @ CHECK: vcls.s8 d16, d16 @ encoding: [0x20,0x04,0xf0,0xf3] 21 @ CHECK: vcls.s16 d16, d16 @ encoding: [0x20,0x04,0xf4,0xf3] 23 @ CHECK: vcls.s32 d16, d16 @ encoding: [0x20,0x04,0xf8,0xf3]
|
/external/qemu/distrib/sdl-1.2.15/test/ |
picture.xbm | 9 0x12, 0x20, 0xa6, 0x48, 0x14, 0x50, 0x11, 0x29, 0x14, 0x50, 0x48, 0x2a, 10 0x10, 0x27, 0xac, 0x0e, 0xd4, 0x71, 0xe8, 0x0a, 0x74, 0x20, 0xa8, 0x0a, 11 0x14, 0x20, 0x00, 0x08, 0x10, 0x50, 0x00, 0x08, 0x14, 0x00, 0x00, 0x28,
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cbiditst.c | 257 pseudoToUChar[(uint8_t)' '] = 0x0020; UCharToPseudo[0x20] = (uint8_t)' '; [all...] |
/development/ndk/platforms/android-3/include/linux/netfilter/ |
xt_physdev.h | 20 #define XT_PHYSDEV_OP_MASK (0x20 - 1)
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 20 #define IPT_ECN_OP_SET_CWR 0x20
|
ipt_iprange.h | 18 #define IPRANGE_DST_INV 0x20
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv6/ |
ip6t_frag.h | 28 #define IP6T_FRAG_NMF 0x20
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
osmman.h | 18 #define MAP_ANONYMOUS 0x20
|
/external/eigen/bench/ |
README.txt | 18 3d-3x3 / 4d-4x4 / Xd-4x4 / Xd-20x20 / 23 3d-3x3 / 4d-4x4 / Xd-4x4 / Xd-20x20 / 28 3d-3x3 / 4d-4x4 / Xd-4x4 / Xd-20x20 / 33 3d-3x3 / 4d-4x4 / Xd-4x4 / Xd-20x20 /
|
/external/iproute2/etc/iproute2/ |
rt_dsfield | 8 0x20 priority
|
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_ecn.h | 17 #define IPT_ECN_OP_MATCH_CWR 0x20
|
/external/iptables/include/linux/netfilter_ipv6/ |
ip6t_frag.h | 16 #define IP6T_FRAG_NMF 0x20
|
/external/kernel-headers/original/linux/netfilter_ipv6/ |
ip6t_frag.h | 17 #define IP6T_FRAG_NMF 0x20
|