HomeSort by relevance Sort by last modified time
    Searched full:dextm (Results 1 - 25 of 34) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
ext-ill.s 1 # source file to test illegal ext, dext, dextm, dextu instructions
7 dextm $2, $3, 31, 2
8 dextm $2, $3, 1, 32
ext-ill.l 4 .*:7: Error: operand 4 out of range `dextm \$2,\$3,31,2'
5 .*:8: Error: operand 4 out of range `dextm \$2,\$3,1,32'
mips64r2-ill.s 37 # dextm instruction position/size checks
40 dextm $4, $5, -1, 33 # error (position)
41 dextm $4, $5, 0, 33
42 dextm $4, $5, 31, 33
43 dextm $4, $5, 32, 33 # error (position)
46 dextm $4, $5, 0, 32 # error (size)
47 dextm $4, $5, 0, 33
48 dextm $4, $5, 0, 64
49 dextm $4, $5, 0, 65 # error (size)
52 dextm $4, $5, 0, 3
    [all...]
mips64r2.s 12 # Test macro's ability to turn "dext" into "dext", "dextm" and
17 dext $2, $3, 0, 33 # dextm
18 dext $2, $3, 0, 64 # dextm
21 dext $2, $3, 31, 33 # dextm
25 dextm $2, $3, 10, 44
mips64r2-ill.l 10 .*:40: Error: operand 3 out of range `dextm \$4,\$5,-1,33'
11 .*:43: Error: operand 3 out of range `dextm \$4,\$5,32,33'
12 .*:46: Error: operand 4 out of range `dextm \$4,\$5,0,32'
13 .*:49: Error: operand 4 out of range `dextm \$4,\$5,0,65'
14 .*:59: Error: operand 4 out of range `dextm \$4,\$5,1,64'
15 .*:61: Error: operand 4 out of range `dextm \$4,\$5,31,34'
16 .*:62: Error: operand 4 out of range `dextm \$4,\$5,31,63'
17 .*:63: Error: operand 4 out of range `dextm \$4,\$5,31,64'
  /external/valgrind/none/tests/mips64/
extract_insert_bit_field.c     [all...]
extract_insert_bit_field.stdout.exp-mips64r2     [all...]
  /external/llvm/test/MC/Mips/
mips64extins.s 6 dextm $2, $4, 5, 34 # CHECK: dextm ${{[0-9]+}}, ${{[0-9]+}}, 5, 34
  /external/llvm/test/CodeGen/Mips/
mips64extins.ll 12 define i64 @dextm(i64 %i) nounwind readnone {
14 ; CHECK-LABEL: dextm:
15 ; CHECK: dextm ${{[0-9]+}}, ${{[0-9]+}}, 5, 34
  /external/llvm/test/Object/Mips/
feature.test 10 CHECK: dextm:
  /external/llvm/test/MC/Mips/mips64r2/
invalid.s 18 dextm $2, $3, -1, 1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate
19 dextm $2, $3, 32, 1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate
20 dextm $2, $3, -1, 33 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate
21 dextm $2, $3, 32, 33 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate
22 dextm $2, $3, 1, 32 # CHECK: :[[@LINE]]:26: error: expected immediate in range 33 .. 64
23 dextm $2, $3, 1, 65 # CHECK: :[[@LINE]]:26: error: expected immediate in range 33 .. 64
  /external/llvm/test/MC/Mips/mips64/
invalid-mips64r2.s 10 dextm $1, $2, 21, 43 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /system/core/libpixelflinger/tests/arch-mips64/disassembler/
mips64_disassembler_test.cpp 62 { 0x7eb6f801, "dextm\ts6,s5,0,64" },
  /external/llvm/test/MC/Mips/micromips64r6/
invalid.s 27 dextm $2, $3, -1, 1 # CHECK: :[[@LINE]]:17: error: expected 5-bit unsigned immediate
28 dextm $2, $3, 32, 1 # CHECK: :[[@LINE]]:17: error: expected 5-bit unsigned immediate
29 dextm $2, $3, -1, 33 # CHECK: :[[@LINE]]:17: error: expected 5-bit unsigned immediate
30 dextm $2, $3, 32, 33 # CHECK: :[[@LINE]]:17: error: expected 5-bit unsigned immediate
31 dextm $2, $3, 1, 32 # CHECK: :[[@LINE]]:20: error: expected immediate in range 33 .. 64
32 dextm $2, $3, 1, 65 # CHECK: :[[@LINE]]:20: error: expected immediate in range 33 .. 64
valid.s 23 dextm $9, $6, 3, 39 # CHECK: dextm $9, $6, 3, 39 # encoding: [0x59,0x26,0x30,0xe4]
  /external/llvm/lib/Target/Mips/
MicroMips64r6InstrInfo.td 109 // DEXTM, DEXTU: 32 < pos + size <= 64
112 class DEXTM_MMR6_DESC : EXTBITS_DESC_BASE<"dextm", GPR64Opnd, uimm5,
Mips64InstrInfo.td 317 def DEXTM : ExtBase<"dextm", GPR64Opnd, uimm5, uimm5_plus33, immZExt5,
    [all...]
  /external/v8/src/mips64/
constants-mips64.h 490 DEXTM = ((0U << 3) + 1),
    [all...]
assembler-mips64.cc 2521 void Assembler::dextm(Register rt, Register rs, uint16_t pos, uint16_t size) { function in class:v8::internal::Assembler
    [all...]
macro-assembler-mips64.cc     [all...]
assembler-mips64.h     [all...]
macro-assembler-mips64.h 850 void Dextm(Register rt, Register rs, uint16_t pos, uint16_t size);
    [all...]
  /system/core/libpixelflinger/codeflinger/
mips64_disassem.c 299 db_printf("dextm\t%s,%s,%d,%d",
  /toolchain/binutils/binutils-2.25/include/opcode/
mips.h 802 "+A" 5 bit ins/ext/dins/dext/dinsm/dextm position, which becomes
819 "+G" 5 bit "dextm" size, which becomes MSBD-32 (OP_*_EXTMSBD).
    [all...]
  /external/llvm/test/MC/Disassembler/Mips/micromips64r6/
valid.txt 41 0x59 0x26 0x30 0xe4 # CHECK: dextm $9, $6, 3, 39

Completed in 1586 milliseconds

1 2