/external/valgrind/none/tests/mips64/ |
D | extract_insert_bit_field.stdout.exp-mips64r2 | 388 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/llvm/test/Object/Mips/ |
D | feature.test | 1 RUN: llvm-objdump -disassemble -triple mips64el -mattr +mips64r2 %p/../Inputs/dext-test.elf-mips64r… 5 CHECK: dext: 7 CHECK: 4: 43 49 82 7c dext $2, $4, 5, 10 10 CHECK: c: 83 28 82 7c dext $2, $4, 2, 6 13 CHECK: 14: 43 09 82 7c dext $2, $4, 5, 2
|
/external/fio/os/ |
D | os-hpux.h | 52 disk_describe_type_ext_t dext; in blockdev_size() local 54 if (!ioctl(f->fd, DIOC_DESCRIBE_EXT, &dext)) { in blockdev_size() 57 lba = ((uint64_t) dext.maxsva_high << 32) | dext.maxsva_low; in blockdev_size() 58 *bytes = lba * dext.lgblksz; in blockdev_size()
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64extins.ll | 3 define i64 @dext(i64 %i) nounwind readnone { 5 ; CHECK: dext ${{[0-9]+}}, ${{[0-9]+}}, 5, 10 13 ; CHECK: dext ${{[0-9]+}}, ${{[0-9]+}}, 5, 34 21 ; CHECK: dext ${{[0-9]+}}, ${{[0-9]+}}, 34, 6
|
D | fcopysign-f32-f64.ll | 21 ; 64R2: dext ${{[0-9]+}}, ${{[0-9]+}}, 63, 1
|
D | fcopysign.ll | 30 ; 64R2: dext $[[EXT:[0-9]+]], ${{[0-9]+}}, 63, 1
|
/external/llvm/test/MC/Mips/ |
D | mips64extins.ll | 5 define i64 @dext(i64 %i) nounwind readnone { 7 ; CHECK: dext ${{[0-9]+}}, ${{[0-9]+}}, 5, 10
|
/external/llvm/test/MC/Mips/micromips64r6/ |
D | invalid.s | 21 # FIXME: Check various 'pos + size' constraints on dext* 22 dext $2, $3, -1, 1 # CHECK: :[[@LINE]]:16: error: expected 5-bit unsigned immediate 23 dext $2, $3, 32, 1 # CHECK: :[[@LINE]]:16: error: expected 5-bit unsigned immediate 24 dext $2, $3, 1, 0 # CHECK: :[[@LINE]]:19: error: expected immediate in range 1 .. 32 25 dext $2, $3, 1, 33 # CHECK: :[[@LINE]]:19: error: expected immediate in range 1 .. 32
|
D | valid.s | 20 dext $9, $6, 3, 7 # CHECK: dext $9, $6, 3, 7 # encoding: [0x59,0x26,0x30,0xec]
|
/external/opencv3/3rdparty/zlib/ |
D | inftrees.c | 70 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */ local 195 extra = dext;
|
/external/zlib/src/ |
D | inftrees.c | 70 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */ local 195 extra = dext;
|
/external/pdfium/third_party/zlib_v128/ |
D | inftrees.c | 70 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */ in inflate_table() local 195 extra = dext; in inflate_table()
|
/external/zlib/src/contrib/infback9/ |
D | inftree9.c | 72 static const unsigned short dext[32] = { /* Distance codes 0..31 extra */ local 189 extra = dext;
|
/external/eigen/Eigen/src/OrderingMethods/ |
D | Amd.h | 95 int 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/llvm/lib/Target/Mips/ |
D | MicroMips64r6InstrInfo.td | 68 // TODO: Add 'pos + size' constraint check to dext* instructions 71 class DEXT_MMR6_DESC : EXTBITS_DESC_BASE<"dext", GPR64Opnd, uimm5,
|
D | Mips64InstrInfo.td | 276 // TODO: Add 'pos + size' constraint check to dext* instructions 279 def DEXT : ExtBase<"dext", GPR64Opnd, uimm5, uimm5_plus1, MipsExt>,
|
/external/zlib/src/contrib/puff/ |
D | puff.c | 453 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/Disassembler/Mips/micromips64r6/ |
D | valid.txt | 27 0x59 0x26 0x30 0xec # CHECK: dext $9, $6, 3, 7
|
/external/llvm/test/MC/Disassembler/Mips/mips64r2/ |
D | valid-mips64r2-el.txt | 268 0x43 0xf7 0x87 0x7f # CHECK: dext $7, $gp, 29, 31
|
D | valid-mips64r2.txt | 423 0x7f 0x87 0xf7 0x43 # CHECK: dext $7, $gp, 29, 31
|
/external/llvm/test/MC/Disassembler/Mips/mips64r5/ |
D | valid-mips64r5.txt | 421 0x7f 0x87 0xf7 0x43 # CHECK: dext $7, $gp, 29, 31
|
/external/llvm/test/MC/Disassembler/Mips/mips64r3/ |
D | valid-mips64r3.txt | 421 0x7f 0x87 0xf7 0x43 # CHECK: dext $7, $gp, 29, 31
|