HomeSort by relevance Sort by last modified time
    Searched full:storb (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/
storb_test.s 5 # storb reg abs20/24
7 storb r0,0x0
8 storb r1,0xff
9 storb r3,0xfff
10 storb r4,0x1234
11 storb r5,0x1234
12 storb r0,0x7A1234
13 storb r1,0xBA1234
14 storb r2,0xffffff
16 # storb abs20 rel reg
    [all...]
storb_test.d 10 0: 00 c8 00 00 storb r0,0x0 <main>:m
11 4: 10 c8 ff 00 storb r1,0xff <main\+0xff>:m
12 8: 30 c8 ff 0f storb r3,0xfff <main\+0xfff>:m
13 c: 40 c8 34 12 storb r4,0x1234 <main\+0x1234>:m
14 10: 50 c8 34 12 storb r5,0x1234 <main\+0x1234>:m
15 14: 13 00 07 7a storb r0,0x7a1234 <main\+0x7a1234>:l
17 1a: 13 00 1b 7a storb r1,0xba1234 <main\+0xba1234>:l
19 20: 13 00 2f 7f storb r2,0xffffff <main\+0xffffff>:l
21 26: 00 ca 00 00 storb r0,\[r12\]0x0:m
22 2a: 00 cb 00 00 storb r0,\[r12\]0x0:
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
load_stor_insn.s 57 .global storb
58 storb: label
59 storb r1, 0x632 label
60 storb r2, 0x87632 label
61 storb r3, 0xffff1234 label
62 storb r4, 9(r5) label
63 storb r6, 0(sp) label
64 storb r7, 0x456(r6) label
65 storb r10, -0x456(r8) label
66 storb r12, 0x45678(r13 label
67 storb sp, -0x4567892(r9) label
68 storb ra, 0x9(sp)+ label
69 storb r2, -34(r13)+ label
70 storb r13, 0x45(r9,r12,2) label
71 storb r14, -657(r15,r7,1) label
72 storb $5, 9(r4) label
73 storb $15, -0xfed(r3) label
    [all...]
load_stor_insn.d 72 000000b6 <storb>:
73 b6: 01 35 00 00 storb r1, 0x632 [-_<>+0-9a-z]*
75 bc: 02 35 08 00 storb r2, 0x87632 [-_<>+0-9a-z]*
77 c2: 03 34 34 12 storb r3, 0xffff1234 [-_<>+0-9a-z]*
78 c6: 95 c4 storb r4, 0x9\(r5\)
79 c8: 0f c6 storb r6, 0x0\(r15\)
80 ca: e6 c7 56 04 storb r7, 0x456\(r6\)
81 ce: e8 ca aa fb storb r10, 0xfbaa\(r8\)
82 d2: fd cc 04 00 storb r12, 0x45678\(r13\)
84 d8: f9 cf a9 fb storb r15, 0xfba9876e\(r9\
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-cr16c.c 338 (disp20_opcod == 0x4FFF0019) || /* storb -disp20(reg) */
339 (disp20_opcod == 0x5FFF0019) || /* storb -disp20(rp) */
  /toolchain/binutils/binutils-2.25/opcodes/
cr16-opc.c 429 ST_REG_INST ("storb", 0x00134, 0xFE, 0xC8, 0x319, 0x65, rpbase_disps4, regr),
430 ST_IMM_INST ("storb", 0x81, 0x00120, 0x42, 0x218),
crx-opc.c 418 ST_REG_INST ("storb", 0x20, 0x4, DISPUB4),
419 ST_I_INST ("storb", 0x0),
  /toolchain/binutils/binutils-2.25/gas/config/
tc-cr16.c 978 if (IS_INSN_MNEMONIC ("loadb") || IS_INSN_MNEMONIC ("storb"))
    [all...]
tc-crx.c 1027 'MNEMONIC $DISP, ...' (e.g. 'storb $1, 12(r5)').
    [all...]

Completed in 722 milliseconds