OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pushx
(Results
1 - 7
of
7
) sorted by null
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
list_insn.s
12
.global
pushx
13
pushx
:
label
14
pushx
sp, {r0, r1, r2, r3, r4, r5, r6, r7}
label
15
pushx
r6, {hi, lo}
label
list_insn.d
13
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/
msp430x.s
208
pushx
r8
209
pushx
.a r8
210
pushx
.b &ede
211
pushx
.w r8
msp430x.d
176
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/
msp430.h
157
MSP_INSN (
pushx
, -3, 1, 0x1200, 0xff80),
/toolchain/binutils/binutils-2.25/opcodes/
crx-opc.c
476
REGLIST_INST ("
pushx
", 0x347, NO_RPTR),
ChangeLog-2004
320
* crx-opc.c: Add popx,
pushx
insns. Indent code, fix comments.
Completed in 94 milliseconds