Searched refs:rl78_op (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | rl78-defs.h | 40 extern void rl78_op (expressionS, int, int);
|
D | rl78-parse.y | 62 #define O1(v) rl78_op (v, 1, RL78REL_DATA) 63 #define O2(v) rl78_op (v, 2, RL78REL_DATA) 64 #define O3(v) rl78_op (v, 3, RL78REL_DATA) 65 #define O4(v) rl78_op (v, 4, RL78REL_DATA) 67 #define PC1(v) rl78_op (v, 1, RL78REL_PCREL) 68 #define PC2(v) rl78_op (v, 2, RL78REL_PCREL) 69 #define PC3(v) rl78_op (v, 3, RL78REL_PCREL)
|
D | tc-rl78.c | 175 rl78_op (expressionS exp, int nbytes, int type) in rl78_op() function
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog | 1352 * config/tc-rl78.c (rl78_op): Issue an error message if a 16-bit
|
D | ChangeLog-2013 | 1773 (rl78_op): Handle %code().
|