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

  /toolchain/binutils/binutils-2.25/opcodes/
msp430-decode.c 70 #define OPX(n, t, r1, r2, a) \
    [all...]
rl78-decode.c 45 #define OPX(n,t,r1,r2,a) \
113 #define DM2(r1,r2,a) OPX (0, RL78_Operand_Indirect, RL78_Reg_##r1, RL78_Reg_##r2, a)
124 #define SM2(r1,r2,a) OPX (1, RL78_Operand_Indirect, RL78_Reg_##r1, RL78_Reg_##r2, a)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-rl78.c 1188 #define OPX(REL,SYM,ADD) \
1196 #define OPSYM(SYM) OPX(BFD_RELOC_RL78_SYM, SYM, 0)
1197 #define OPIMM(IMM) OPX(BFD_RELOC_RL78_SYM, abs_symbol.bsym, IMM)
1198 #define OP(OP) OPX(BFD_RELOC_RL78_##OP, *reloc[0]->sym_ptr_ptr, 0)
    [all...]

Completed in 91 milliseconds