Home
last modified time | relevance | path

Searched refs:dext (Results 1 – 22 of 22) sorted by relevance

/external/llvm/test/Object/Mips/
Dfeature.test1 RUN: llvm-objdump -disassemble %p/../Inputs/dext-test.elf-mips64r2 | FileCheck %s
4 CHECK: dext:
6 CHECK: 4: 43 49 82 7c dext $2, $4, 5, 10
9 CHECK: c: 83 28 82 7c dext $2, $4, 2, 6
12 CHECK: 14: 43 09 82 7c dext $2, $4, 5, 2
/external/valgrind/none/tests/mips64/
Dextract_insert_bit_field.stdout.exp-mips64r2388 dext :: in 0x0, in1 0x0, out 0x0, pos: 0, size: 1
389 dext :: in 0x0, in1 0xffffffffffffffff, out 0x0, pos: 0, size: 1
390 dext :: in 0x0, in1 0x98765432, out 0x0, pos: 0, size: 1
391 dext :: in 0x0, in1 0xffffffffff865421, out 0x0, pos: 0, size: 1
392 dext :: in 0xffffffffffffffff, in1 0x0, out 0x1, pos: 0, size: 1
393 dext :: in 0xffffffffffffffff, in1 0xffffffffffffffff, out 0x1, pos: 0, size: 1
394 dext :: in 0xffffffffffffffff, in1 0x98765432, out 0x1, pos: 0, size: 1
395 dext :: in 0xffffffffffffffff, in1 0xffffffffff865421, out 0x1, pos: 0, size: 1
396 dext :: in 0x98765432, in1 0x0, out 0x0, pos: 0, size: 1
397 dext :: in 0x98765432, in1 0xffffffffffffffff, out 0x0, pos: 0, size: 1
[all …]
/external/fio/os/
Dos-hpux.h51 disk_describe_type_ext_t dext; in blockdev_size() local
53 if (!ioctl(f->fd, DIOC_DESCRIBE_EXT, &dext)) { in blockdev_size()
56 lba = ((uint64_t) dext.maxsva_high << 32) | dext.maxsva_low; in blockdev_size()
57 *bytes = lba * dext.lgblksz; in blockdev_size()
/external/llvm/test/MC/Mips/
Dmips64extins.s4 dext $2, $4, 5, 10 # CHECK: dext ${{[0-9]+}}, ${{[0-9]+}}, 5, 10
/external/llvm/test/CodeGen/Mips/
Dmips64extins.ll3 define i64 @dext(i64 %i) nounwind readnone {
5 ; CHECK-LABEL: dext:
6 ; CHECK: dext ${{[0-9]+}}, ${{[0-9]+}}, 5, 10
/external/zlib/src/
Dinftrees.c70 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */ local
195 extra = dext;
/external/pdfium/third_party/zlib_v128/
Dinftrees.c70 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */ in inflate_table() local
195 extra = dext; in inflate_table()
/external/python/cpython2/Modules/zlib/
Dinftrees.c70 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */ local
195 extra = dext;
/external/zlib/src/contrib/infback9/
Dinftree9.c72 static const unsigned short dext[32] = { /* Distance codes 0..31 extra */ local
189 extra = dext;
/external/syslinux/com32/lib/zlib/
Dinftrees.c70 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */ local
195 extra = dext;
/external/eigen/Eigen/src/OrderingMethods/
DAmd.h98 StorageIndex d, dk, dext, lemax = 0, e, elenk, eln, i, j, k, k1, in minimum_degree_ordering() local
299 dext = w[e] - mark; /* dext = |Le\Lk| */ in minimum_degree_ordering()
300 if(dext > 0) in minimum_degree_ordering()
302 d += dext; /* sum up the set differences */ in minimum_degree_ordering()
/external/zlib/src/contrib/puff/
Dpuff.c453 static const short dext[30] = { /* Extra bits for distance codes 0..29 */ in codes() local
483 dist = dists[symbol] + bits(s, dext[symbol]); in codes()
/external/llvm/test/MC/Mips/micromips64r6/
Dinvalid.s22 # FIXME: Check various 'pos + size' constraints on dext*
23 dext $2, $3, -1, 1 # CHECK: :[[@LINE]]:16: error: expected 6-bit unsigned immediate
24 dext $2, $3, 64, 1 # CHECK: :[[@LINE]]:16: error: expected 6-bit unsigned immediate
25 dext $2, $3, 1, 0 # CHECK: :[[@LINE]]:19: error: expected immediate in range 1 .. 32
26 dext $2, $3, 1, 33 # CHECK: :[[@LINE]]:19: error: expected immediate in range 1 .. 32
Dvalid.s22 dext $9, $6, 3, 7 # CHECK: dext $9, $6, 3, 7 # encoding: [0x59,0x26,0x30,0xec]
/external/llvm/test/MC/Mips/mips64/
Dinvalid-mips64r2.s9dext $1, $2, 12, 12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU fe…
/external/llvm/lib/Target/Mips/
DMicroMips64r6InstrInfo.td107 // TODO: Add 'pos + size' constraint check to dext* instructions
110 class DEXT_MMR6_DESC : EXTBITS_DESC_BASE<"dext", GPR64Opnd, uimm5_report_uimm6,
DMips64InstrInfo.td314 def DEXT : ExtBase<"dext", GPR64Opnd, uimm5_report_uimm6, uimm5_plus1,
/external/llvm/test/MC/Disassembler/Mips/mips64r2/
Dvalid-mips64r2-el.txt268 0x43 0xf7 0x87 0x7f # CHECK: dext $7, $gp, 29, 31
Dvalid-mips64r2.txt423 0x7f 0x87 0xf7 0x43 # CHECK: dext $7, $gp, 29, 31
/external/llvm/test/MC/Disassembler/Mips/micromips64r6/
Dvalid.txt40 0x59 0x26 0x30 0xec # CHECK: dext $9, $6, 3, 7
/external/llvm/test/MC/Disassembler/Mips/mips64r5/
Dvalid-mips64r5.txt421 0x7f 0x87 0xf7 0x43 # CHECK: dext $7, $gp, 29, 31
/external/llvm/test/MC/Disassembler/Mips/mips64r3/
Dvalid-mips64r3.txt421 0x7f 0x87 0xf7 0x43 # CHECK: dext $7, $gp, 29, 31