/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | mips64extins.s | 7 dext $2, $4, 5, 10 # OBJ: dext ${{[0-9]+}}, ${{[0-9]+}}, 5, 10 8 dextu $2, $4, 34, 6 # OBJ: dext ${{[0-9]+}}, ${{[0-9]+}}, 34, 6 9 dextm $2, $4, 5, 34 # OBJ: dext ${{[0-9]+}}, ${{[0-9]+}}, 5, 34 17 dext $2, $4, 5, 10 # OBJ: dext ${{[0-9]+}}, ${{[0-9]+}}, 5, 10 18 dext $2, $4, 34, 6 # OBJ: dext ${{[0-9]+}}, ${{[0-9]+}}, 34, 6 19 dext $2, $4, 5, 34 # OBJ: dext ${{[0-9]+}}, ${{[0-9]+}}, 5, 34 24 dext $3, $4, 31, 32 # ASM: dext $3, $4, 31, 32 25 dext $3, $4, 31, 33 # ASM: dextm $3, $4, 31, 33 26 dext $3, $4, 32, 32 # ASM: dextu $3, $4, 32, 32
|
D | sext_64_32.ll | 15 ; CHECK: dext ${{[a-z0-9]+}}, ${{[a-z0-9]+}}, 0, 32
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/Mips/ |
D | feature.test | 1 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/llvm/test/Object/Mips/ |
D | feature.test | 1 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | dext.ll | 10 ; CHECK: dext $[[R0:[0-9]+]], $[[R0:[0-9]+]], 0, 32 30 ; CHECK: dext $[[R0:[0-9]+]], $[[R1:[0-9]+]], 0, 32 50 ; CHECK: dext $[[R0:[0-9]+]], $[[R1:[0-9]+]], 0, 20 71 ; CHECK: dext $[[R0:[0-9]+]], $[[R1:[0-9]+]], 5, 20 92 ; CHECK: dext $[[R0:[0-9]+]], $[[R1:[0-9]+]], 0, 32 103 ; CHECK: dext $[[R0:[0-9]+]], $[[R1:[0-9]+]], 8, 12
|
D | mips64extins.ll | 3 define i64 @dext(i64 %i) nounwind readnone { 5 ; CHECK-LABEL: dext: 6 ; CHECK: dext ${{[0-9]+}}, ${{[0-9]+}}, 5, 10
|
D | ctlz-v.ll | 17 ; MIPS64-DAG: dext $[[R3:[0-9]+]], $[[R2]], 0, 32
|
D | cttz-v.ll | 30 ; MIPS64-DAG: dext $[[R8:[0-9]+]], $[[R5]], 0, 32
|
D | load-store-left-right.ll | 188 ; MIPS64R2-EL-DAG: dext $[[R0]], $[[R0]], 0, 32 195 ; MIPS64R2-EB: dext $[[R0]], $[[R0]], 0, 32 529 ; MIPS64R2-EB-DAG: dext $[[R3]], $[[R3]], 0, 32
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64extins.ll | 3 define i64 @dext(i64 %i) nounwind readnone { 5 ; CHECK-LABEL: dext: 6 ; CHECK: dext ${{[0-9]+}}, ${{[0-9]+}}, 5, 10
|
/external/llvm/test/MC/Mips/ |
D | mips64extins.s | 4 dext $2, $4, 5, 10 # CHECK: dext ${{[0-9]+}}, ${{[0-9]+}}, 5, 10
|
/external/python/cpython2/Modules/zlib/ |
D | inftrees.c | 70 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */ local 193 extra = dext;
|
/external/zlib/src/ |
D | inftrees.c | 70 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */ local 193 extra = dext;
|
/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/u-boot/lib/zlib/ |
D | inftrees.c | 66 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */ in inflate_table() local 192 extra = dext; in inflate_table()
|
/external/eigen/Eigen/src/OrderingMethods/ |
D | Amd.h | 98 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/instverify/ |
D | dext-pos.mir | 8 name: dext
|
D | dext-size.mir | 8 name: dext
|
/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/Mips/micromips64r6/ |
D | invalid.s | 22 # 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/llvm-ir/ |
D | sub.ll | 206 ; FIXME: Likewise for the sltu, dext here. 210 ; GP64-R2: dext $[[T1:[0-9]+]], $[[T0]], 0, 32
|
D | add.ll | 179 ; GP64-R2-R6: dext $[[T4:[0-9]+]], $[[T2]], 0, 32 338 ; GP64-R2-R6: dext $[[T3:[0-9]+]], $[[T1]], 0, 32 488 ; GP64-R2-R6: dext $[[T3:[0-9]+]], $[[T1]], 0, 32
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64/ |
D | invalid-mips64r2.s | 9 …dext $1, $2, 12, 12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU fe…
|
/external/llvm/test/MC/Mips/mips64/ |
D | invalid-mips64r2.s | 9 …dext $1, $2, 12, 12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU fe…
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Mips64InstrInfo.td | 363 // For assembly parsing, we alias dextu and dextm to dext, and match by 365 // We override the generated decoder to enforce that dext always comes out 368 def DEXT : ExtBase<"dext", GPR64Opnd, uimm5_report_uimm6, 400 "dext $rt, $rs, $pos, $size", [], II_EXT, FrmR, "dext">, 959 def : MipsInstAlias<"dext $rt, $rs, $pos, $size", 962 def : MipsInstAlias<"dext $rt, $rs, $pos, $size",
|