HomeSort by relevance Sort by last modified time
    Searched refs:zpc (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
operands.s 184 pea %zpc@(1000,%d0:w:2)
185 pea %zpc@(100000)
186 pea (1000,%zpc,%d0.w*2)
187 pea (1000,%d0,%zpc)
188 pea (1000,%a1.w*2,%zpc)
189 pea (1000,%a1,%zpc)
190 pea 1000(%zpc,%d0.w*2)
191 pea 1000(%d0,%zpc)
192 pea 1000(%a1,%zpc)
193 pea (100000,%zpc)
    [all...]
op68000.d 127 .*statement `pea %zpc@\(1000,%d0:w:2\)' ignored
128 .*statement `pea %zpc@\(100000\)' ignored
129 .*statement `pea \(1000,%zpc,%d0.w\*2\)' ignored
130 .*statement `pea \(1000,%d0,%zpc\)' ignored
131 .*statement `pea \(1000,%a1.w\*2,%zpc\)' ignored
132 .*statement `pea \(1000,%a1,%zpc\)' ignored
133 .*statement `pea 1000\(%zpc,%d0.w\*2\)' ignored
134 .*statement `pea 1000\(%d0,%zpc\)' ignored
135 .*statement `pea 1000\(%a1,%zpc\)' ignored
136 .*statement `pea \(100000,%zpc\)' ignore
    [all...]
operands.d 164 0+32a <foo\+(0x|)32a> pea %zpc@\(0+3e8,%d0:w:2\)
165 0+330 <foo\+(0x|)330> pea %zpc@\(0+186a0\)
166 0+338 <foo\+(0x|)338> pea %zpc@\(0+3e8,%d0:w:2\)
167 0+33e <foo\+(0x|)33e> pea %zpc@\(0+3e8,%d0:l\)
168 0+344 <foo\+(0x|)344> pea %zpc@\(0+3e8,%a1:w:2\)
169 0+34a <foo\+(0x|)34a> pea %zpc@\(0+3e8,%a1:l\)
170 0+350 <foo\+(0x|)350> pea %zpc@\(0+3e8,%d0:w:2\)
171 0+356 <foo\+(0x|)356> pea %zpc@\(0+3e8,%d0:l\)
172 0+35c <foo\+(0x|)35c> pea %zpc@\(0+3e8,%a1:l\)
173 0+362 <foo\+(0x|)362> pea %zpc@\(0+186a0\
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
m68k-parse.y 109 %type <reg> zadr zdr apc zapc zpc optzapc optczapc
225 || $4 == ZPC)
235 || $2 == ZPC)
245 || $3 == ZPC)
272 | '(' EXPR ',' zapc ',' zpc ')'
274 if ($4 == PC || $4 == ZPC)
309 | EXPR '(' zapc ',' zpc ')'
311 if ($3 == PC || $3 == ZPC)
320 | '(' zapc ',' zpc ')'
322 if ($2 == PC || $2 == ZPC)
559 zpc: label
    [all...]

Completed in 6344 milliseconds