/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/ |
popret_test.s | 5 # popret uimm3 regr RA 7 popret $1,r7,RA 8 popret $2,r6,RA 9 popret $3,r5,RA 10 popret $4,r4,RA 11 popret $5,r3,RA 12 popret $6,r2,RA 13 popret $7,r1,RA 15 # popret uimm3 regr 17 popret $1,r [all...] |
popret_test.d | 10 0: 87 03 popret \$0x1,r7,RA 11 2: 96 03 popret \$0x2,r6,RA 12 4: a5 03 popret \$0x3,r5,RA 13 6: b4 03 popret \$0x4,r4,RA 14 8: c3 03 popret \$0x5,r3,RA 15 a: d2 03 popret \$0x6,r2,RA 16 c: e1 03 popret \$0x7,r1,RA 17 e: 07 03 popret \$0x1,r7 18 10: 16 03 popret \$0x2,r6 19 12: 25 03 popret \$0x3,r [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
macro1.s | 2 .macro popret regs 7 popret "r4, r5"
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/ |
list_insn.s | 27 .global popret 28 popret: label 29 popret r13, {ra, r1} label 30 popret ra label
|
list_insn.d | 25 0000001c <popret>: 26 1c: 6d 32 02 40 popret r13, {r1,r14} 27 20: de ff popret r14
|
gas-segfault.d | 17 c: 6f 32 00 40 popret r15, {r14}
|
gas-segfault.s | 17 popret sp, { ra }
|