HomeSort by relevance Sort by last modified time
    Searched refs:encoding (Results 126 - 150 of 4437) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/MC/ARM/
gas-compl-copr-reg.s 1 @ RUN: llvm-mc -triple=armv7-linux-gnueabi -show-encoding < %s | FileCheck %s
3 @ CHECK: ldc p12, c4, [r0, #4] @ encoding: [0x01,0x4c,0x90,0xed]
4 @ CHECK: stc p14, c6, [r2, #-224] @ encoding: [0x38,0x6e,0x02,0xed]
8 @ RUN: llvm-mc -triple=armv7-linux-gnueabi -show-encoding < %s | FileCheck %s
10 @ CHECK: ldc p12, c4, [r0, #4] @ encoding: [0x01,0x4c,0x90,0xed]
11 @ CHECK: stc p14, c6, [r2, #-224] @ encoding: [0x38,0x6e,0x02,0xed]
idiv.s 1 @ RUN: llvm-mc -triple=armv7 -mcpu=cortex-a15 -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-ARM %s
2 @ RUN: llvm-mc -triple=thumbv7 -mcpu=cortex-a15 -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-THUMB %s
4 @ RUN: llvm-mc -triple=armv7 -mcpu=cortex-a15 -mattr=-hwdiv -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-ARM-NOTHUMBHWDIV %s
5 @ RUN: llvm-mc -triple=thumbv7 -mcpu=cortex-a15 -mattr=-hwdiv-arm -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-THUMB-NOARMHWDIV %s
7 @ RUN: llvm-mc -triple=armv8 -show-encoding < %s 2>&1 | FileCheck -check-prefix ARMV8 %s
8 @ RUN: llvm-mc -triple=thumbv8 -show-encoding < %s 2>&1 | FileCheck -check-prefix THUMBV8 %s
10 @ RUN: llvm-mc -triple=armv8 -mattr=-hwdiv -show-encoding < %s 2>&1 | FileCheck -check-prefix ARMV8-NOTHUMBHWDIV %s
11 @ RUN: llvm-mc -triple=thumbv8 -mattr=-hwdiv-arm -show-encoding < %s 2>&1 | FileCheck -check-prefix THUMBV8-NOTHUMBHWDIV %s
15 @ A15-ARM: sdiv r1, r2, r3 @ encoding: [0x12,0xf3,0x11,0xe7]
16 @ A15-ARM: udiv r3, r4, r5 @ encoding: [0x14,0xf5,0x33,0xe7
    [all...]
neon-vswp.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-apple-darwin -show-encoding < %s | FileCheck %s
6 @ CHECK: vswp d1, d2 @ encoding: [0x02,0x10,0xb2,0xf3]
7 @ CHECK: vswp q1, q2 @ encoding: [0x44,0x20,0xb2,0xf3]
thumb2-bxj.s 1 @ RUN: llvm-mc -triple=thumbv6t2--none-eabi -show-encoding < %s | FileCheck %s
2 @ RUN: llvm-mc -triple=thumbv7a--none-eabi -show-encoding < %s | FileCheck %s
3 @ RUN: llvm-mc -triple=thumbv7r--none-eabi -show-encoding < %s | FileCheck %s
4 @ RUN: llvm-mc -triple=thumbv8a--none-eabi -show-encoding < %s | FileCheck %s
5 @ RUN: not llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
9 @ CHECK: bxj r2 @ encoding: [0xc2,0xf3,0x00,0x8f]
udf-thumb-2.s 1 @ RUN: llvm-mc -triple thumbv7-eabi -mattr +thumb2 -show-encoding %s | FileCheck %s
11 @ CHECK: udf #0 @ encoding: [0x00,0xde]
12 @ CHECK: udf.w #0 @ encoding: [0xf0,0xf7,0x00,0xa0]
  /external/llvm/test/MC/Mips/
micromips-expansions.s 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
8 # CHECK: addiu $5, $zero, 123 # encoding: [0xa0,0x30,0x7b,0x00]
9 # CHECK: addiu $6, $zero, -2345 # encoding: [0xc0,0x30,0xd7,0xf6]
10 # CHECK: lui $7, 1 # encoding: [0xa7,0x41,0x01,0x00]
11 # CHECK: ori $7, $7, 2 # encoding: [0xe7,0x50,0x02,0x00]
12 # CHECK: addiu $4, $zero, 20 # encoding: [0x80,0x30,0x14,0x00]
13 # CHECK: lui $7, 1 # encoding: [0xa7,0x41,0x01,0x00]
14 # CHECK: ori $7, $7, 2 # encoding: [0xe7,0x50,0x02,0x00]
15 # CHECK: addiu $4, $5, 20 # encoding: [0x85,0x30,0x14,0x00]
16 # CHECK: lui $7, 1 # encoding: [0xa7,0x41,0x01,0x00
    [all...]
branch-pseudos.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -show-encoding | FileCheck %s
8 # CHECK: slt $1, $7, $8 # encoding: [0x00,0xe8,0x08,0x2a]
9 # CHECK: bnez $1, local_label # encoding: [0x14,0x20,A,A]
13 # CHECK: slt $1, $7, $8 # encoding: [0x00,0xe8,0x08,0x2a]
14 # CHECK: bnez $1, global_label # encoding: [0x14,0x20,A,A]
18 # CHECK: bltz $7, local_label # encoding: [0x04,0xe0,A,A]
22 # CHECK: bgtz $8, local_label # encoding: [0x1d,0x00,A,A]
26 # CHECK: bltz $zero, local_label # encoding: [0x04,0x00,A,A]
31 # CHECK: sltu $1, $7, $8 # encoding: [0x00,0xe8,0x08,0x2b]
32 # CHECK: bnez $1, local_label # encoding: [0x14,0x20,A,A
    [all...]
mips-fpu-instructions.s 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 | FileCheck %s
2 # RUN: llvm-mc %s -triple=mips64el-unknown-linux -show-encoding -mcpu=mips64r2 | FileCheck %s
9 # CHECK: abs.d $f12, $f14 # encoding: [0x05,0x73,0x20,0x46]
10 # CHECK: abs.s $f6, $f7 # encoding: [0x85,0x39,0x00,0x46]
11 # CHECK: add.d $f8, $f12, $f14 # encoding: [0x00,0x62,0x2e,0x46]
12 # CHECK: add.s $f9, $f6, $f7 # encoding: [0x40,0x32,0x07,0x46]
13 # CHECK: floor.w.d $f12, $f14 # encoding: [0x0f,0x73,0x20,0x46]
14 # CHECK: floor.w.s $f6, $f7 # encoding: [0x8f,0x39,0x00,0x46]
15 # CHECK: ceil.w.d $f12, $f14 # encoding: [0x0e,0x73,0x20,0x46]
16 # CHECK: ceil.w.s $f6, $f7 # encoding: [0x8e,0x39,0x00,0x46
    [all...]
  /external/llvm/test/MC/Mips/msa/
test_mi10.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -show-encoding | FileCheck %s
3 ld.b $w0, -512($1) # CHECK: ld.b $w0, -512($1) # encoding: [0x7a,0x00,0x08,0x20]
4 ld.b $w1, 0($2) # CHECK: ld.b $w1, 0($2) # encoding: [0x78,0x00,0x10,0x60]
5 ld.b $w2, 511($3) # CHECK: ld.b $w2, 511($3) # encoding: [0x79,0xff,0x18,0xa0]
7 ld.h $w3, -1024($4) # CHECK: ld.h $w3, -1024($4) # encoding: [0x7a,0x00,0x20,0xe1]
8 ld.h $w4, -512($5) # CHECK: ld.h $w4, -512($5) # encoding: [0x7b,0x00,0x29,0x21]
9 ld.h $w5, 0($6) # CHECK: ld.h $w5, 0($6) # encoding: [0x78,0x00,0x31,0x61]
10 ld.h $w6, 512($7) # CHECK: ld.h $w6, 512($7) # encoding: [0x79,0x00,0x39,0xa1]
11 ld.h $w7, 1022($8) # CHECK: ld.h $w7, 1022($8) # encoding: [0x79,0xff,0x41,0xe1]
13 ld.w $w8, -2048($9) # CHECK: ld.w $w8, -2048($9) # encoding: [0x7a,0x00,0x4a,0x22
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-e500.s 1 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-BE %s
2 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-LE %s
6 # CHECK-BE: rfdi # encoding: [0x4c,0x00,0x00,0x4e]
7 # CHECK-LE: rfdi # encoding: [0x4e,0x00,0x00,0x4c]
9 # CHECK-BE: rfmci # encoding: [0x4c,0x00,0x00,0x4c]
10 # CHECK-LE: rfmci # encoding: [0x4c,0x00,0x00,0x4c]
  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentEncoding.java 34 * Content encoding part of a content encoding header list.
38 *14.11 Content-Encoding
40 * The Content-Encoding entity-header field is used as a modifier to the
44 * referenced by the Content-Type header field. Content-Encoding is
48 * Content-Encoding = "Content-Encoding" ":" 1#content-coding
52 * Content-Encoding: gzip
56 * encoding and is only decoded before rendering or analogous usage.
62 * response MUST include a Content-Encoding entity-header (sectio
    [all...]
  /external/python/cpython2/Lib/test/
test_codecmaps_cn.py 12 encoding = 'gb2312' variable in class:TestGB2312Map
17 encoding = 'gbk' variable in class:TestGBKMap
22 encoding = 'gb18030' variable in class:TestGB18030Map
  /external/python/cpython3/Lib/test/
test_codecmaps_kr.py 11 encoding = 'cp949' variable in class:TestCP949Map
17 encoding = 'euc_kr' variable in class:TestEUCKRMap
27 encoding = 'johab' variable in class:TestJOHABMap
  /external/python/cpython3/Modules/
_codecsmodule.c 13 lookup(encoding) -> CodecInfo object
17 <encoding>_encode(Unicode_object[,errors='strict']) ->
20 <encoding>_decode(char_buffer_obj[,errors='strict']) ->
23 These <encoding>s are available: utf_8, unicode_escape,
57 Search functions are expected to take one argument, the encoding name in
74 encoding: str
81 _codecs_lookup_impl(PyObject *module, const char *encoding)
84 return _PyCodec_Lookup(encoding);
90 encoding: str(c_default="NULL") = "utf-8"
93 Encodes obj using the codec registered for encoding
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_codecmaps_cn.py 13 encoding = 'gb2312' variable in class:TestGB2312Map
18 encoding = 'gbk' variable in class:TestGBKMap
24 encoding = 'gb18030' variable in class:TestGB18030Map
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_codecmaps_cn.py 13 encoding = 'gb2312' variable in class:TestGB2312Map
18 encoding = 'gbk' variable in class:TestGBKMap
24 encoding = 'gb18030' variable in class:TestGB18030Map
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.stdcvt/
codecvt_utf16_encoding.pass.cpp 20 // int encoding() const throw();
30 int r = c.encoding();
36 int r = c.encoding();
42 int r = c.encoding();
codecvt_utf8_encoding.pass.cpp 20 // int encoding() const throw();
30 int r = c.encoding();
36 int r = c.encoding();
42 int r = c.encoding();
codecvt_utf8_utf16_encoding.pass.cpp 20 // int encoding() const throw();
30 int r = c.encoding();
36 int r = c.encoding();
42 int r = c.encoding();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecmaps_cn.py 13 encoding = 'gb2312' variable in class:TestGB2312Map
18 encoding = 'gbk' variable in class:TestGBKMap
24 encoding = 'gb18030' variable in class:TestGB18030Map
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecmaps_cn.py 13 encoding = 'gb2312' variable in class:TestGB2312Map
18 encoding = 'gbk' variable in class:TestGBKMap
24 encoding = 'gb18030' variable in class:TestGB18030Map
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
codecs.h 32 Looks up the given encoding and returns a CodecInfo object with
34 processing the encoding.
36 The encoding string is looked up converted to all lower-case
49 const char *encoding
52 /* Generic codec based encoding API.
55 encoding using the error handling method defined by errors. errors
64 const char *encoding,
71 encoding using the error handling method defined by errors. errors
80 const char *encoding,
87 based on _PyCodec_Lookup(). The same comments w/r to the encoding
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
codecs.h 32 Looks up the given encoding and returns a CodecInfo object with
34 processing the encoding.
36 The encoding string is looked up converted to all lower-case
49 const char *encoding
52 /* Generic codec based encoding API.
55 encoding using the error handling method defined by errors. errors
64 const char *encoding,
71 encoding using the error handling method defined by errors. errors
80 const char *encoding,
87 based on _PyCodec_Lookup(). The same comments w/r to the encoding
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
gencjkcodecs.py 17 # $encoding.py: Python Unicode Codec for $ENCODING
25 codec = _codecs_$owner.getcodec('$encoding')
47 name='$encoding',
60 code = TEMPLATE.substitute(ENCODING=enc.upper(),
61 encoding=enc.lower(),
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9ECPoint.java 17 private final ASN1OctetString encoding; field in class:X9ECPoint
33 this.encoding = new DEROctetString(p.getEncoded(compressed));
38 byte[] encoding)
41 this.encoding = new DEROctetString(Arrays.clone(encoding));
53 return Arrays.clone(encoding.getOctets());
60 p = c.decodePoint(encoding.getOctets()).normalize();
68 byte[] octets = encoding.getOctets();
82 return encoding;

Completed in 485 milliseconds

1 2 3 4 56 7 8 91011>>