Home
last modified time | relevance | path

Searched refs:pushx (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
Dlist_insn.s12 .global pushx symbol
13 pushx: label
14 pushx sp, {r0, r1, r2, r3, r4, r5, r6, r7} label
15 pushx r6, {hi, lo} label
Dlist_insn.d13 00000006 <pushx>:
14 6: 7f 34 ff 00 pushx r15, {r0,r1,r2,r3,r4,r5,r6,r7}
15 a: 76 34 00 00 pushx r6, {lo,hi}
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
Dmsp430x.s208 pushx r8
209 pushx.a r8
210 pushx.b &ede
211 pushx.w r8
Dmsp430x.d176 0+034a <[^>]*> 40 18 08 12 pushx.w r8 ;
177 0+034e <[^>]*> 00 18 48 12 pushx.a r8 ;
178 0+0352 <[^>]*> 40 18 52 12 00 00 pushx.b &0x0000 ;
179 0+0358 <[^>]*> 40 18 08 12 pushx.w r8 ;
/toolchain/binutils/binutils-2.25/include/opcode/
Dmsp430.h157 MSP_INSN (pushx, -3, 1, 0x1200, 0xff80),
/toolchain/binutils/binutils-2.25/opcodes/
DChangeLog-2004320 * crx-opc.c: Add popx,pushx insns. Indent code, fix comments.