Searched refs:encoding (Results 51 - 75 of 1375) sorted by relevance

1234567891011>>

/external/llvm/test/MC/Mips/msa/
H A Dtest_dlsa.s1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | \
4 # CHECK: dlsa $8, $9, $10, 1 # encoding: [0x01,0x2a,0x40,0x15]
5 # CHECK: dlsa $8, $9, $10, 2 # encoding: [0x01,0x2a,0x40,0x55]
6 # CHECK: dlsa $8, $9, $10, 3 # encoding: [0x01,0x2a,0x40,0x95]
7 # CHECK: dlsa $8, $9, $10, 4 # encoding: [0x01,0x2a,0x40,0xd5]
H A Dtest_i10.s1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -show-encoding | FileCheck %s
3 # CHECK: ldi.b $w8, 198 # encoding: [0x7b,0x06,0x32,0x07]
4 # CHECK: ldi.h $w20, 313 # encoding: [0x7b,0x29,0xcd,0x07]
5 # CHECK: ldi.w $w24, 492 # encoding: [0x7b,0x4f,0x66,0x07]
6 # CHECK: ldi.d $w27, -180 # encoding: [0x7b,0x7a,0x66,0xc7]
H A Dtest_lsa.s1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -show-encoding | FileCheck %s
3 # CHECK: lsa $8, $9, $10, 1 # encoding: [0x01,0x2a,0x40,0x05]
4 # CHECK: lsa $8, $9, $10, 2 # encoding: [0x01,0x2a,0x40,0x45]
5 # CHECK: lsa $8, $9, $10, 3 # encoding: [0x01,0x2a,0x40,0x85]
6 # CHECK: lsa $8, $9, $10, 4 # encoding: [0x01,0x2a,0x40,0xc5]
H A Dtest_elm_msa64.s1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
3 # CHECK: copy_s.d $19, $w31[0] # encoding: [0x78,0xb8,0xfc,0xd9]
4 # CHECK: copy_u.d $18, $w29[1] # encoding: [0x78,0xf9,0xec,0x99]
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
H A Dconfigurationmessage.cc26 const encoding::EncodingOption& encoding,
29 encoding_(encoding),
33 const encoding::EncodingOption& ConfigurationMessage::encoding() const { function in class:polo::pairing::message::ConfigurationMessage
43 ss << "[ConfigurationMessage encoding=" << encoding_.ToString()
54 encoding::EncodingOption::EncodingSet common_outputs;
55 std::insert_iterator<encoding::EncodingOption::EncodingSet> outputs_inserter(
63 encoding::EncodingOption::EncodingOptionComparator());
65 encoding
25 ConfigurationMessage( const encoding::EncodingOption& encoding, message::OptionsMessage::ProtocolRole client_role) argument
[all...]
/external/llvm/test/MC/AArch64/
H A Darm64-bitfield-encoding.s1 ; RUN: llvm-mc -triple arm64-apple-darwin -show-encoding < %s | FileCheck %s
19 ; CHECK: bfxil w1, w2, #1, #15 ; encoding: [0x41,0x3c,0x01,0x33]
20 ; CHECK: bfxil x1, x2, #1, #15 ; encoding: [0x41,0x3c,0x41,0xb3]
21 ; CHECK: sbfx w1, w2, #1, #15 ; encoding: [0x41,0x3c,0x01,0x13]
22 ; CHECK: sbfx x1, x2, #1, #15 ; encoding: [0x41,0x3c,0x41,0x93]
23 ; CHECK: ubfx w1, w2, #1, #15 ; encoding: [0x41,0x3c,0x01,0x53]
24 ; CHECK: ubfx x1, x2, #1, #15 ; encoding: [0x41,0x3c,0x41,0xd3]
25 ; CHECK: sbfiz wzr, w0, #31, #1 ; encoding: [0x1f,0x00,0x01,0x13]
26 ; CHECK: sbfiz xzr, x0, #31, #1 ; encoding: [0x1f,0x00,0x61,0x93]
27 ; CHECK: lsl wzr, w0, #31 ; encoding
[all...]
H A Darm64-branch-encoding.s1 ; RUN: llvm-mc -triple arm64-apple-darwin -show-encoding < %s | FileCheck %s
10 ; CHECK: encoding: [0xc0,0x03,0x5f,0xd6]
12 ; CHECK: encoding: [0x20,0x00,0x5f,0xd6]
14 ; CHECK: encoding: [0xe0,0x03,0xbf,0xd6]
16 ; CHECK: encoding: [0xe0,0x03,0x9f,0xd6]
18 ; CHECK: encoding: [0xa0,0x00,0x1f,0xd6]
20 ; CHECK: encoding: [0x20,0x01,0x3f,0xd6]
22 ; CHECK: bl L1 ; encoding: [A,A,A,0b100101AA]
30 ; CHECK: b L1 ; encoding: [A,A,A,0b000101AA]
33 ; CHECK: b.eq L1 ; encoding
[all...]
/external/llvm/test/MC/Sparc/
H A Dsparc-mem-instructions.s1 ! RUN: llvm-mc %s -arch=sparc -show-encoding | FileCheck %s
2 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s
4 ! CHECK: ldsb [%i0+%l6], %o2 ! encoding: [0xd4,0x4e,0x00,0x16]
6 ! CHECK: ldsb [%i0+32], %o2 ! encoding: [0xd4,0x4e,0x20,0x20]
8 ! CHECK: ldsb [%g1], %o4 ! encoding: [0xd8,0x48,0x60,0x00]
11 ! CHECK: ldsh [%i0+%l6], %o2 ! encoding: [0xd4,0x56,0x00,0x16]
13 ! CHECK: ldsh [%i0+32], %o2 ! encoding: [0xd4,0x56,0x20,0x20]
15 ! CHECK: ldsh [%g1], %o4 ! encoding: [0xd8,0x50,0x60,0x00]
18 ! CHECK: ldub [%i0+%l6], %o2 ! encoding: [0xd4,0x0e,0x00,0x16]
20 ! CHECK: ldub [%i0+32], %o2 ! encoding
[all...]
H A Dsparc-alu-instructions.s1 ! RUN: llvm-mc %s -arch=sparc -show-encoding | FileCheck %s
2 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s
4 ! CHECK: add %g0, %g0, %g0 ! encoding: [0x80,0x00,0x00,0x00]
6 ! CHECK: add %g1, %g2, %g3 ! encoding: [0x86,0x00,0x40,0x02]
8 ! CHECK: add %o0, %o1, %l0 ! encoding: [0xa0,0x02,0x00,0x09]
10 ! CHECK: add %o0, 10, %l0 ! encoding: [0xa0,0x02,0x20,0x0a]
13 ! CHECK: addcc %g1, %g2, %g3 ! encoding: [0x86,0x80,0x40,0x02]
16 ! CHECK: addxcc %g1, %g2, %g3 ! encoding: [0x86,0xc0,0x40,0x02]
19 ! CHECK: udiv %g1, %g2, %g3 ! encoding: [0x86,0x70,0x40,0x02]
22 ! CHECK: sdiv %g1, %g2, %g3 ! encoding
[all...]
/external/llvm/test/MC/PowerPC/
H A Dppc64-encoding-bookII.s2 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-BE %s
3 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-LE %s
7 # CHECK-BE: icbi 2, 3 # encoding: [0x7c,0x02,0x1f,0xac]
8 # CHECK-LE: icbi 2, 3 # encoding: [0xac,0x1f,0x02,0x7c]
12 # CHECK-BE: dcbt 2, 3 # encoding: [0x7c,0x02,0x1a,0x2c]
13 # CHECK-LE: dcbt 2, 3 # encoding: [0x2c,0x1a,0x02,0x7c]
16 # CHECK-BE: dcbtst 2, 3 # encoding: [0x7c,0x02,0x19,0xec]
17 # CHECK-LE: dcbtst 2, 3 # encoding: [0xec,0x19,0x02,0x7c]
19 # CHECK-BE: dcbz 2, 3 # encoding: [0x7c,0x02,0x1f,0xec]
20 # CHECK-LE: dcbz 2, 3 # encoding
[all...]
/external/llvm/test/MC/Mips/
H A Dmips64-register-names-n32-n64.s1 # RUN: llvm-mc %s -triple=mips64-unknown-freebsd -show-encoding | FileCheck %s
2 # RUN: llvm-mc %s -triple=mips64-unknown-freebsd -show-encoding \
10 daddiu $zero, $zero, 0 # CHECK: encoding: [0x64,0x00,0x00,0x00]
11 daddiu $at, $zero, 0 # CHECK: encoding: [0x64,0x01,0x00,0x00]
12 daddiu $v0, $zero, 0 # CHECK: encoding: [0x64,0x02,0x00,0x00]
13 daddiu $v1, $zero, 0 # CHECK: encoding: [0x64,0x03,0x00,0x00]
14 daddiu $a0, $zero, 0 # CHECK: encoding: [0x64,0x04,0x00,0x00]
15 daddiu $a1, $zero, 0 # CHECK: encoding: [0x64,0x05,0x00,0x00]
16 daddiu $a2, $zero, 0 # CHECK: encoding: [0x64,0x06,0x00,0x00]
17 daddiu $a3, $zero, 0 # CHECK: encoding
[all...]
H A Dmips-expansions.s1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 | FileCheck %s
7 # CHECK: ori $5, $zero, 123 # encoding: [0x7b,0x00,0x05,0x34]
8 # CHECK: addiu $6, $zero, -2345 # encoding: [0xd7,0xf6,0x06,0x24]
9 # CHECK: lui $7, 1 # encoding: [0x01,0x00,0x07,0x3c]
10 # CHECK: ori $7, $7, 2 # encoding: [0x02,0x00,0xe7,0x34]
11 # CHECK: addiu $8, $zero, -8 # encoding: [0xf8,0xff,0x08,0x24]
13 # CHECK: addiu $4, $zero, 20 # encoding: [0x14,0x00,0x04,0x24]
14 # CHECK: lui $7, 1 # encoding: [0x01,0x00,0x07,0x3c]
15 # CHECK: ori $7, $7, 2 # encoding: [0x02,0x00,0xe7,0x34]
16 # CHECK: addiu $4, $5, 20 # encoding
[all...]
H A Dmips64-instructions.s1 # RUN: llvm-mc %s -triple=mips64el-unknown-linux -show-encoding -mcpu=mips64r2 | FileCheck %s
3 # CHECK: ldxc1 $f2, $2($10) # encoding: [0x81,0x00,0x42,0x4d]
4 # CHECK: sdxc1 $f8, $4($25) # encoding: [0x09,0x40,0x24,0x4f]
/external/llvm/test/MC/ARM/
H A Darm-arithmetic-aliases.s1 @ RUN: llvm-mc -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
11 @ CHECK: sub r2, r2, #6 @ encoding: [0x06,0x20,0x42,0xe2]
12 @ CHECK: sub r2, r2, #6 @ encoding: [0x06,0x20,0x42,0xe2]
13 @ CHECK: sub r2, r2, r3 @ encoding: [0x03,0x20,0x42,0xe0]
14 @ CHECK: sub r2, r2, r3 @ encoding: [0x03,0x20,0x42,0xe0]
21 @ CHECK: add r2, r2, #6 @ encoding: [0x06,0x20,0x82,0xe2]
22 @ CHECK: add r2, r2, #6 @ encoding: [0x06,0x20,0x82,0xe2]
23 @ CHECK: add r2, r2, r3 @ encoding: [0x03,0x20,0x82,0xe0]
24 @ CHECK: add r2, r2, r3 @ encoding: [0x03,0x20,0x82,0xe0]
31 @ CHECK: and r2, r2, #6 @ encoding
[all...]
H A Dneont2-dup-encoding.s1 @RUN: llvm-mc -triple thumbv7-unknown-unknown -mcpu=cortex-a8 -show-encoding < %s | FileCheck %s
12 @ CHECK: vdup.8 d16, r1 @ encoding: [0xc0,0xee,0x90,0x1b]
13 @ CHECK: vdup.16 d15, r2 @ encoding: [0x8f,0xee,0x30,0x2b]
14 @ CHECK: vdup.32 d14, r3 @ encoding: [0x8e,0xee,0x10,0x3b]
15 @ CHECK: vdup.8 q9, r4 @ encoding: [0xe2,0xee,0x90,0x4b]
16 @ CHECK: vdup.16 q8, r5 @ encoding: [0xa0,0xee,0xb0,0x5b]
17 @ CHECK: vdup.32 q7, r6 @ encoding: [0xae,0xee,0x10,0x6b]
32 @ CHECK: vdup.8 d16, d11[0] @ encoding: [0xf1,0xff,0x0b,0x0c]
33 @ CHECK: vdup.16 d17, d12[0] @ encoding: [0xf2,0xff,0x0c,0x1c]
34 @ CHECK: vdup.32 d18, d13[0] @ encoding
[all...]
H A Dthumb.s1 @ RUN: llvm-mc -triple thumbv6-apple-darwin -show-encoding < %s | FileCheck %s
5 @ CHECK: cmp r1, r2 @ encoding: [0x91,0x42]
8 @ CHECK: pop {r1, r2, r4} @ encoding: [0x16,0xbc]
11 @ CHECK: trap @ encoding: [0xfe,0xde]
15 @ CHECK: blx r9 @ encoding: [0xc8,0x47]
16 @ CHECK: blx r10 @ encoding: [0xd0,0x47]
21 @ CHECK: rev r2, r3 @ encoding: [0x1a,0xba]
22 @ CHECK: rev16 r3, r4 @ encoding: [0x63,0xba]
23 @ CHECK: revsh r5, r6 @ encoding: [0xf5,0xba]
27 @ CHECK: sxtb r2, r3 @ encoding
[all...]
H A Dneon-shiftaccum-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
38 @ CHECK: vsra.s8 d17, d16, #8 @ encoding: [0x30,0x11,0xc8,0xf2]
39 @ CHECK: vsra.s16 d15, d14, #16 @ encoding: [0x1e,0xf1,0x90,0xf2]
40 @ CHECK: vsra.s32 d13, d12, #32 @ encoding: [0x1c,0xd1,0xa0,0xf2]
41 @ CHECK: vsra.s64 d11, d10, #64 @ encoding: [0x9a,0xb1,0x80,0xf2]
42 @ CHECK: vsra.s8 q7, q2, #8 @ encoding: [0x54,0xe1,0x88,0xf2]
43 @ CHECK: vsra.s16 q3, q6, #16 @ encoding: [0x5c,0x61,0x90,0xf2]
44 @ CHECK: vsra.s32 q9, q5, #32 @ encoding: [0x5a,0x21,0xe0,0xf2]
45 @ CHECK: vsra.s64 q8, q4, #64 @ encoding: [0xd8,0x01,0xc0,0xf2]
46 @ CHECK: vsra.u8 d17, d16, #8 @ encoding
[all...]
H A Dneont2-shiftaccum-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
40 @ CHECK: vsra.s8 d17, d16, #8 @ encoding: [0xc8,0xef,0x30,0x11]
41 @ CHECK: vsra.s16 d15, d14, #16 @ encoding: [0x90,0xef,0x1e,0xf1]
42 @ CHECK: vsra.s32 d13, d12, #32 @ encoding: [0xa0,0xef,0x1c,0xd1]
43 @ CHECK: vsra.s64 d11, d10, #64 @ encoding: [0x80,0xef,0x9a,0xb1]
44 @ CHECK: vsra.s8 q7, q2, #8 @ encoding: [0x88,0xef,0x54,0xe1]
45 @ CHECK: vsra.s16 q3, q6, #16 @ encoding: [0x90,0xef,0x5c,0x61]
46 @ CHECK: vsra.s32 q9, q5, #32 @ encoding: [0xe0,0xef,0x5a,0x21]
47 @ CHECK: vsra.s64 q8, q4, #64 @ encoding: [0xc0,0xef,0xd8,0x01]
48 @ CHECK: vsra.u8 d17, d16, #8 @ encoding
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRFileStream.m47 + (id) newANTLRFileStream:(NSString *)aFileName encoding:(NSStringEncoding)encoding
49 return [[ANTLRFileStream alloc] init:aFileName encoding:encoding];
57 [self load:aFileName encoding:NSUTF8StringEncoding];
62 - (id) init:(NSString *) aFileName encoding:(NSStringEncoding)encoding
67 [self load:aFileName encoding:encoding];
77 - (void) load:(NSString *)aFileName encoding
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCharsetRule.h31 static PassRefPtrWillBeRawPtr<CSSCharsetRule> create(CSSStyleSheet* parent, const String& encoding) argument
33 return adoptRefWillBeNoop(new CSSCharsetRule(parent, encoding));
42 const String& encoding() const { return m_encoding; } function in class:blink::FINAL
43 void setEncoding(const String& encoding) { m_encoding = encoding; } argument
48 CSSCharsetRule(CSSStyleSheet* parent, const String& encoding);
/external/chromium_org/third_party/lzma_sdk/
H A DBra.h22 encoding - 0 (for decoding), 1 (for encoding)
57 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
58 SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
59 SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
60 SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
61 SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
62 SizeT IA64_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
/external/chromium_org/tools/grit/grit/extern/
H A DFP.py22 def _UnsignedFingerPrintImpl(str, encoding='utf-8'):
31 def UnsignedFingerPrint(str, encoding='utf-8'):
38 return _UnsignedFingerPrintImpl(str, encoding)
41 def FingerPrint(str, encoding='utf-8'):
42 fp = UnsignedFingerPrint(str, encoding=encoding)
/external/lzma/C/
H A DBra.h22 encoding - 0 (for decoding), 1 (for encoding)
57 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
58 SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
59 SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
60 SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
61 SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
62 SizeT IA64_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
/external/libcxx/test/localization/locale.stdcvt/
H A Dcodecvt_utf16_encoding.pass.cpp20 // int encoding() const throw();
30 int r = c.encoding();
36 int r = c.encoding();
42 int r = c.encoding();
H A Dcodecvt_utf8_encoding.pass.cpp20 // int encoding() const throw();
30 int r = c.encoding();
36 int r = c.encoding();
42 int r = c.encoding();

Completed in 7270 milliseconds

1234567891011>>