/toolchain/binutils/binutils-2.25/include/opcode/ |
D | tic54x.h | 96 #define INDIRECT(OP) ((OP)&0x80) argument 97 #define MOD(OP) (((OP)>>3)&0xF) argument 98 #define ARF(OP) ((OP)&0x7) argument 99 #define IS_LKADDR(OP) (INDIRECT(OP) && MOD(OP)>=12) argument 100 #define SRC(OP) ((OP)&0x200) argument 101 #define DST(OP) ((OP)&0x100) argument 102 #define SRC1(OP) ((OP)&0x100) argument 103 #define SHIFT(OP) (((OP)&0x10)?(((OP)&0x1F)-32):((OP)&0x1F)) argument 104 #define SHFT(OP) ((OP)&0xF) argument 105 #define ARX(OP) ((OP)&0x7) argument [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | demo64.c | 27 #define MY(OP) CONCAT2 (aout64_,OP) argument
|
D | aout-sparcle.c | 26 #define MY(OP) CONCAT2 (sparc_aout_le_,OP) argument
|
D | aout0.c | 27 #define MY(OP) CONCAT2 (aout0_be_,OP) argument
|
D | m68k4knetbsd.c | 31 #define MY(OP) CONCAT2 (m68k_aout_4knbsd_,OP) argument
|
D | m68knetbsd.c | 33 #define MY(OP) CONCAT2 (m68k_aout_nbsd_,OP) argument
|
D | m88kopenbsd.c | 31 #define MY(OP) CONCAT2 (m88k_aout_obsd_,OP) argument
|
D | sparcnetbsd.c | 34 #define MY(OP) CONCAT2 (sparc_aout_nbsd_,OP) argument
|
D | armnetbsd.c | 34 #define MY(OP) CONCAT2 (arm_aout_nbsd_, OP) argument
|
D | i386netbsd.c | 33 #define MY(OP) CONCAT2 (i386_aout_nbsd_,OP) argument
|
D | vaxnetbsd.c | 33 #define MY(OP) CONCAT2 (vax_aout_nbsd_,OP) argument
|
D | vax1knetbsd.c | 33 #define MY(OP) CONCAT2 (vax_aout_1knbsd_,OP) argument
|
D | i386freebsd.c | 33 #define MY(OP) CONCAT2 (i386_aout_fbsd_,OP) argument
|
D | vaxbsd.c | 31 #define MY(OP) CONCAT2 (vax_aout_bsd_,OP) argument
|
D | m88kmach3.c | 38 #define MY(OP) CONCAT2 (m88k_aout_mach3_,OP) argument
|
D | hp300bsd.c | 32 #define MY(OP) CONCAT2 (m68k_aout_hp300bsd_,OP) argument
|
D | newsos3.c | 28 #define MY(OP) CONCAT2 (m68k_aout_newsos3_,OP) argument
|
D | i386bsd.c | 42 #define MY(OP) CONCAT2 (i386_aout_bsd_,OP) argument
|
D | i386mach3.c | 50 #define MY(OP) CONCAT2 (i386_aout_mach3_,OP) argument
|
D | ns32knetbsd.c | 33 #define MY(OP) CONCAT2 (ns32k_aout_pc532nbsd_,OP) argument
|
D | host-aout.c | 84 #define MY(OP) CONCAT2 (host_aout_,OP) argument
|
D | i386aout.c | 39 #define MY(OP) CONCAT2 (i386_aout_,OP) argument
|
D | i386dynix.c | 37 #define MY(OP) CONCAT2 (i386_aout_dynix_,OP) argument
|
D | pc532-mach.c | 54 #define MY(OP) CONCAT2 (ns32k_aout_pc532mach_,OP) argument
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | mmix-opc.c | 89 #define OP(y) XCONCAT2 (mmix_operands_,y) macro
|