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

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
octeon-ill.s 15 cins $2,0,37
20 cins $24,$10,64,8
21 cins $21,$30,50,14
octeon.s 22 cins $25,$10,22,2
23 cins $9,17,29
26 cins $24,$31,32,31
27 cins $15,37,5
octeon-ill.l 6 .*:15: Error: operand 3 out of range `cins \$2,0,37'
9 .*:20: Error: operand 3 out of range `cins \$24,\$10,64,8'
10 .*:21: Error: operand 4 out of range `cins \$21,\$30,50,14'
octeon.d 24 .*: 715915b2 cins \$25,\$10,0x16,0x2
25 .*: 7129ec72 cins \$9,\$9,0x11,0x1d
  /external/llvm/test/MC/Mips/
octeon-instructions.s 12 # CHECK: cins $25, $10, 22, 2 # encoding: [0x71,0x59,0x15,0xb2]
13 # CHECK: cins $9, $9, 17, 29 # encoding: [0x71,0x29,0xec,0x72]
71 cins $25, $10, 22, 2
72 cins $9, 17, 29
75 cins $24, $31, 32, 31
76 cins $15, 37, 5
  /external/valgrind/none/tests/mips64/
cvm_ins.c 118 EXTS=0, EXTS32, CINS, CINS32, SNEI, SNE, SEQI, DMUL, SEQ
142 case CINS:{ /* To insert a bit field that starts in the lower 32 bits
145 TESTINST1("cins $t1, $t2, 2 , 9", reg_val[i], t1, t2, 2, 9);
cvm_ins.stdout.exp 129 cins $t1, $t2, 2 , 9 :: rt 0x0 rs 0x0, p 0x00000002, lenm1 0x00000009
130 cins $t1, $t2, 2 , 9 :: rt 0xb70 rs 0x130476dc, p 0x00000002, lenm1 0x00000009
131 cins $t1, $t2, 2 , 9 :: rt 0x6e0 rs 0x2608edb8, p 0x00000002, lenm1 0x00000009
132 cins $t1, $t2, 2 , 9 :: rt 0xd90 rs 0x350c9b64, p 0x00000002, lenm1 0x00000009
133 cins $t1, $t2, 2 , 9 :: rt 0xdc0 rs 0x4c11db70, p 0x00000002, lenm1 0x00000009
134 cins $t1, $t2, 2 , 9 :: rt 0x6b0 rs 0x5f15adac, p 0x00000002, lenm1 0x00000009
135 cins $t1, $t2, 2 , 9 :: rt 0xb20 rs 0x6a1936c8, p 0x00000002, lenm1 0x00000009
136 cins $t1, $t2, 2 , 9 :: rt 0x50 rs 0x791d4014, p 0x00000002, lenm1 0x00000009
137 cins $t1, $t2, 2 , 9 :: rt 0xb80 rs 0x9823b6e0, p 0x00000002, lenm1 0x00000009
138 cins $t1, $t2, 2 , 9 :: rt 0xf0 rs 0x8b27c03c, p 0x00000002, lenm1 0x0000000
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Standard_Suite.py 200 want = 'cins'
228 # element 'cins' as ['rele']
377 'cins' : insertion_point,
__init__.py 129 'cins' : insertion_point,
CodeWarrior_suite.py 446 # element 'cins' as ['rele']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Standard_Suite.py 200 want = 'cins'
228 # element 'cins' as ['rele']
377 'cins' : insertion_point,
__init__.py 129 'cins' : insertion_point,
  /external/valgrind/VEX/priv/
guest_mips_toIR.c 722 UInt cins = getUInt(addr); local
724 UInt opcode = get_opcode(cins);
725 UInt rt = get_rt(cins);
726 UInt function = get_function(cins);
766 fmt = get_fmt(cins);
788 UInt cins = getUInt(addr); local
790 UInt opcode = get_opcode(cins);
791 UInt rt = get_rt(cins);
792 UInt function = get_function(cins);
819 UInt cins = getUInt(addr) local
12034 UInt opcode, cins, rs, rt, rd, sa, ft, fs, fd, fmt, tf, nd, function, local
    [all...]
guest_tilegx_toIR.c 294 ULong cins, opcode = -1, rd, ra, rb, imm = 0; local
331 cins = *((ULong *)(Addr) code);
409 nr_insn = parse_insn_tilegx((tilegx_bundle_bits)cins,
414 decode_and_display(&cins, 1, (ULong)(Addr)code);
474 opd[0] = cins;
531 opd[0] = cins;
    [all...]
guest_tilegx_helpers.c 224 vex_printf("unhandled \"bpt\": cins=%016llx\n", rd0);
392 vex_printf("unhandled \"raise\": cins=%016llx\n", rd0);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 289 'cins' : insertion_point,
Standard_Suite.py 515 want = 'cins'
695 'cins' : insertion_points,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 289 'cins' : insertion_point,
Standard_Suite.py 515 want = 'cins'
695 'cins' : insertion_points,
  /external/llvm/lib/Target/Mips/
Mips64InstrInfo.td 392 def CINS : ExtsCins<"cins">, EXTS_FM<0x32>;
664 // cins with $pos 32-63 in converted to cins32 with $pos 0-31
665 def : MipsInstAlias<"cins $rt, $rs, $pos, $lenm1",
669 def : MipsInstAlias<"cins $rt, $pos, $lenm1",
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aepack.py 338 if want == 'cins': return aetypes.InsertionPoint(seld, fr)
aetypes.py 571 exec template % ("InsertionPoint", 'cins')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 338 if want == 'cins': return aetypes.InsertionPoint(seld, fr)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 149 cInsertionPoint = FOUR_CHAR_CODE('cins')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 149 cInsertionPoint = FOUR_CHAR_CODE('cins')
    [all...]

Completed in 1616 milliseconds

1 2