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

  /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...]
m68k-parse.h 83 ZPC, /* Hack for Program space, but 0 addressing */
tc-m68k.c     [all...]

Completed in 51 milliseconds