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

  /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...]

Completed in 97 milliseconds