Searched refs:litpool (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/ |
D | pcrel.d | 11 0: d0 04 mov\.l 14 <litpool>,r0 ! ffffffec 12 2: d1 05 mov\.l 18 <litpool\+0x4>,r1 13 4: d1 03 mov\.l 14 <litpool>,r1 ! ffffffec 14 6: d1 03 mov\.l 14 <litpool>,r1 ! ffffffec 15 8: c7 02 mova 14 <litpool>,r0 17 c: d1 01 mov\.l 14 <litpool>,r1 ! ffffffec 22 00000014 <litpool>:
|
D | pcrel-hms.d | 12 0: d0 04 mov\.l 14 <litpool>,r0 ! ffffffec 13 2: d1 05 mov\.l 18 <litpool\+0x4>,r1 ! 90009 14 4: d1 03 mov\.l 14 <litpool>,r1 ! ffffffec 15 6: d1 03 mov\.l 14 <litpool>,r1 ! ffffffec 16 8: c7 02 mova 14 <litpool>,r0 18 c: d1 01 mov\.l 14 <litpool>,r1 ! ffffffec 23 00000014 <litpool>:
|
D | pcrel.s | 5 mov.l @(litpool,pc), r0 6 mov.l @(litpool+4,pc), r1 7 mov.l litpool, r1 9 mova @(litpool-.,pc), r0 11 mov.l @(litpool-.,pc), r1 15 litpool: label
|
D | pcrel-coff.d | 10 0: d1 03 mov\.l 10 <litpool>,r1 ! fffffff0 11 2: d1 03 mov\.l 10 <litpool>,r1 ! fffffff0 12 4: c7 02 mova 10 <litpool>,r0 14 8: d1 01 mov\.l 10 <litpool>,r1 ! fffffff0 19 00000010 <litpool>:
|
D | pcrel-coff.s | 5 mov.l litpool, r1 7 mova @(litpool-.,pc), r0 9 mov.l @(litpool-.,pc), r1 13 litpool: label
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
D | syntax-1.s | 179 mova @(litpool-$,pc), r0 183 litpool: label
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mcore.c | 116 static struct literal litpool [MAX_POOL_SIZE]; variable 195 for (i = 0, p = litpool; i < poolsize; i++, p++) in dump_literals() 697 for (p = litpool, i = 0; i < poolsize; i++, p++) in enter_literal()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
D | ChangeLog | 1093 * gas/aarch64/litpool.s: Make the test endian agnostic. 1094 * gas/aarch64/litpool.d: Update expected disassembly. 1104 * gas/aarch64/litpool.s: New test case. 1105 * gas/aarch64/litpool.d: Expected disassembly.
|