/toolchain/binutils/binutils-2.25/gas/config/ |
rl78-defs.h | 24 /* Third operand to rl78_op. */ 40 extern void rl78_op (expressionS, int, int);
|
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) [all...] |
tc-rl78.c | 175 rl78_op (expressionS exp, int nbytes, int type) function [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
ChangeLog | [all...] |
ChangeLog-2013 | [all...] |