Searched refs:PC1 (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | rl78-parse.y | 67 #define PC1(v) rl78_op (v, 1, RL78REL_PCREL) macro 297 { B1 (0xdc); PC1 ($3); rl78_linkrelax_branch (); } 300 { B1 (0xde); PC1 ($3); rl78_linkrelax_branch (); } 303 { B1 (0xdd); PC1 ($3); rl78_linkrelax_branch (); } 306 { B1 (0xdf); PC1 ($3); rl78_linkrelax_branch (); } 309 { B2 (0x61, 0xc3); PC1 ($3); rl78_linkrelax_branch (); } 312 { B2 (0x61, 0xd3); PC1 ($3); rl78_linkrelax_branch (); } 317 { B3 (0x31, 0x80|$1, $2); FE ($4, 9, 3); PC1 ($7); } 321 { B2 (0x31, 0x80|$1); FE ($4, 9, 3); O1 ($2); PC1 ($7); } 323 { B2 (0x31, 0x00|$1); FE ($4, 9, 3); SET_SA ($2); O1 ($2); PC1 ($7); } [all …]
|
D | rx-parse.y | 89 #define PC1(v) rx_op (v, 1, RXREL_PCREL) macro 201 { B1 (0x2e); PC1 ($2); } 243 { B1 (0x20); F ($1, 4, 4); PC1 ($3); } 246 { B1 (0x2e), PC1 ($3); } 272 B1 (0x20); F ($1, 4, 4); PC1 ($2);
|