Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
Dlist_insn.s22 .global popx symbol
23 popx: label
24 popx sp, {r0, r1, r3, r4, r5, r6, r7} label
25 popx r7, {lo, hi} label
Dlist_insn.d21 00000014 <popx>:
22 14: 7f 32 fb 00 popx r15, {r0,r1,r3,r4,r5,r6,r7}
23 18: 77 32 00 00 popx r7, {lo,hi}
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
Dmsp430x.s199 popx r10
200 popx.a r10
201 popx.b r10
202 popx.w r10
Dmsp430x.d169 0+0334 <[^>]*> 40 18 3a 41 popx.w r10 ;
170 0+0338 <[^>]*> 00 18 7a 41 popx.a r10 ;
171 0+033c <[^>]*> 40 18 7a 41 popx.b r10 ;
172 0+0340 <[^>]*> 40 18 3a 41 popx.w r10 ;
/toolchain/binutils/binutils-2.25/include/opcode/
Dmsp430.h150 MSP_INSN (popx, -1, 1, 0x4130, 0xff30),
/toolchain/binutils/binutils-2.25/opcodes/
DChangeLog-2004320 * crx-opc.c: Add popx,pushx insns. Indent code, fix comments.