Searched refs:CONCAT2 (Results 1 – 25 of 47) sorted by relevance
12
/toolchain/binutils/binutils-2.25/include/ |
D | symcat.h | 23 #define CONCAT2(a,b) a##b macro 34 #define CONCAT2(a,b) a/**/b macro 42 #define XCONCAT2(a,b) CONCAT2(a,b)
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | tic6x-dis.c | 43 CONCAT2(TIC6X_INSN_,isa), \ 44 CONCAT2(tic6x_rw_,rw), \ 58 CONCAT2(tic6x_func_unit_,func_unit), \ 60 CONCAT2(tic6x_pipeline_,type), \ 61 CONCAT2(TIC6X_INSN_,isa), \ 70 CONCAT2(tic6x_func_unit_,func_unit), \ 72 CONCAT2(tic6x_pipeline_,type), \ 73 CONCAT2(TIC6X_INSN_,isa), \ 82 CONCAT2(tic6x_func_unit_,func_unit), \ 84 CONCAT2(tic6x_pipeline_,type), \ [all …]
|
D | cr16-opc.c | 472 #define REG_R(N) REG(CONCAT2(r,N), N, CR16_R_REGTYPE) 489 #define REG_RP(M,N) REGP((CONCAT2(r,M),CONCAT2(r,N)), CONCAT2(r,N), N, CR16_RP_REGTYPE)
|
D | crx-opc.c | 599 #define REG_R(N) REG(CONCAT2(r,N), N, CRX_R_REGTYPE) 609 #define REG_U(N) REG(CONCAT2(u,N), 0x80 + N, CRX_U_REGTYPE) 638 #define REG_C(N) REG(CONCAT2(c,N), N, CRX_C_REGTYPE) 646 #define REG_CS(N) REG(CONCAT2(cs,N), N, CRX_CS_REGTYPE)
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | demo64.c | 27 #define MY(OP) CONCAT2 (aout64_,OP)
|
D | m68knetbsd.c | 33 #define MY(OP) CONCAT2 (m68k_aout_nbsd_,OP)
|
D | m68k4knetbsd.c | 31 #define MY(OP) CONCAT2 (m68k_aout_4knbsd_,OP)
|
D | sparcnetbsd.c | 34 #define MY(OP) CONCAT2 (sparc_aout_nbsd_,OP)
|
D | m88kopenbsd.c | 31 #define MY(OP) CONCAT2 (m88k_aout_obsd_,OP)
|
D | aout-sparcle.c | 26 #define MY(OP) CONCAT2 (sparc_aout_le_,OP)
|
D | vaxbsd.c | 31 #define MY(OP) CONCAT2 (vax_aout_bsd_,OP)
|
D | aout0.c | 27 #define MY(OP) CONCAT2 (aout0_be_,OP)
|
D | vaxnetbsd.c | 33 #define MY(OP) CONCAT2 (vax_aout_nbsd_,OP)
|
D | armnetbsd.c | 34 #define MY(OP) CONCAT2 (arm_aout_nbsd_, OP)
|
D | hp300bsd.c | 32 #define MY(OP) CONCAT2 (m68k_aout_hp300bsd_,OP)
|
D | i386netbsd.c | 33 #define MY(OP) CONCAT2 (i386_aout_nbsd_,OP)
|
D | newsos3.c | 28 #define MY(OP) CONCAT2 (m68k_aout_newsos3_,OP)
|
D | vax1knetbsd.c | 33 #define MY(OP) CONCAT2 (vax_aout_1knbsd_,OP)
|
D | m88kmach3.c | 38 #define MY(OP) CONCAT2 (m88k_aout_mach3_,OP)
|
D | i386freebsd.c | 33 #define MY(OP) CONCAT2 (i386_aout_fbsd_,OP)
|
D | i386bsd.c | 42 #define MY(OP) CONCAT2 (i386_aout_bsd_,OP)
|
D | i386mach3.c | 50 #define MY(OP) CONCAT2 (i386_aout_mach3_,OP)
|
D | ns32knetbsd.c | 33 #define MY(OP) CONCAT2 (ns32k_aout_pc532nbsd_,OP)
|
D | host-aout.c | 84 #define MY(OP) CONCAT2 (host_aout_,OP)
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | tic6x.h | 114 CONCAT2(tic6x_insn_format_, name), 599 CONCAT2(tic6x_ctrl_,name),
|
12