/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | hard-reg-set.h | 111 #define CLEAR_HARD_REG_SET(TO) ((TO) = HARD_CONST (0)) argument 112 #define SET_HARD_REG_SET(TO) ((TO) = ~ HARD_CONST (0)) argument 114 #define COPY_HARD_REG_SET(TO, FROM) ((TO) = (FROM)) argument 115 #define COMPL_HARD_REG_SET(TO, FROM) ((TO) = ~(FROM)) argument 117 #define IOR_HARD_REG_SET(TO, FROM) ((TO) |= (FROM)) argument 118 #define IOR_COMPL_HARD_REG_SET(TO, FROM) ((TO) |= ~ (FROM)) argument 119 #define AND_HARD_REG_SET(TO, FROM) ((TO) &= (FROM)) argument 120 #define AND_COMPL_HARD_REG_SET(TO, FROM) ((TO) &= ~ (FROM)) argument 161 #define CLEAR_HARD_REG_SET(TO) \ argument 166 #define SET_HARD_REG_SET(TO) \ argument [all …]
|
H A D | regset.h | 56 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM) argument 62 #define AND_REG_SET(TO, FROM) bitmap_and_into (TO, FROM) argument 65 #define AND_COMPL_REG_SET(TO, FROM) bitmap_and_compl_into (TO, FROM) argument 68 #define IOR_REG_SET(TO, FROM) bitmap_ior_into (TO, FROM) argument 71 #define XOR_REG_SET(TO, FROM) bitmap_xor_into (TO, FROM) argument 74 #define IOR_AND_COMPL_REG_SET(TO, FROM1, FROM2) \ argument 84 #define REGNO_REG_SET_P(TO, REG) bitmap_bit_p (TO, REG) argument 88 #define REG_SET_TO_HARD_REG_SET(TO, FROM) \ argument
|
H A D | expr.h | 96 #define ADD_PARM_SIZE(TO, INC) \ argument 108 #define SUB_PARM_SIZE(TO, DEC) \ argument
|
H A D | collect2-aix.c | 65 #define COPY_FIELD(TO, FROM, TYPE, FIELD) \ argument
|
H A D | basic-block.h | 371 #define FOR_BB_BETWEEN(BB, FROM, TO, DIR) \ argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | hard-reg-set.h | 110 #define CLEAR_HARD_REG_SET(TO) ((TO) = HARD_CONST (0)) argument 111 #define SET_HARD_REG_SET(TO) ((TO) = ~ HARD_CONST (0)) argument 113 #define COPY_HARD_REG_SET(TO, FROM) ((TO) = (FROM)) argument 114 #define COMPL_HARD_REG_SET(TO, FROM) ((TO) = ~(FROM)) argument 116 #define IOR_HARD_REG_SET(TO, FROM) ((TO) |= (FROM)) argument 117 #define IOR_COMPL_HARD_REG_SET(TO, FROM) ((TO) |= ~ (FROM)) argument 118 #define AND_HARD_REG_SET(TO, FROM) ((TO) &= (FROM)) argument 119 #define AND_COMPL_HARD_REG_SET(TO, FROM) ((TO) &= ~ (FROM)) argument 160 #define CLEAR_HARD_REG_SET(TO) \ argument 165 #define SET_HARD_REG_SET(TO) \ argument [all …]
|
H A D | regset.h | 53 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM) argument 59 #define AND_REG_SET(TO, FROM) bitmap_and_into (TO, FROM) argument 62 #define AND_COMPL_REG_SET(TO, FROM) bitmap_and_compl_into (TO, FROM) argument 65 #define IOR_REG_SET(TO, FROM) bitmap_ior_into (TO, FROM) argument 68 #define XOR_REG_SET(TO, FROM) bitmap_xor_into (TO, FROM) argument 71 #define IOR_AND_COMPL_REG_SET(TO, FROM1, FROM2) \ argument 81 #define REGNO_REG_SET_P(TO, REG) bitmap_bit_p (TO, REG) argument 85 #define REG_SET_TO_HARD_REG_SET(TO, FROM) \ argument
|
H A D | collect2-aix.c | 65 #define COPY_FIELD(TO, FROM, TYPE, FIELD) \ argument
|
H A D | function.h | 512 #define ADD_PARM_SIZE(TO, INC) \ argument 524 #define SUB_PARM_SIZE(TO, DEC) \ argument
|
H A D | basic-block.h | 216 #define FOR_BB_BETWEEN(BB, FROM, TO, DIR) \ argument
|
H A D | defaults.h | 1202 #define HARD_REGNO_RENAME_OK(FROM, TO) true argument
|
/dflybsd-src/libexec/getty/ |
H A D | gettytab.h | 106 #define TO gettynums[8].value macro
|
/dflybsd-src/contrib/gcc-4.7/libgcc/ |
H A D | fixed-bit.h | 1158 #define FIXED_CONVERT_OP(OP,FROM,TO) __gnu_ ## OP ## FROM ## TO argument 1159 #define FIXED_CONVERT_OP2(OP,FROM,TO) __gnu_ ## OP ## FROM ## TO ## 2 argument 1161 #define FIXED_CONVERT_OP(OP,FROM,TO) __ ## OP ## FROM ## TO argument 1162 #define FIXED_CONVERT_OP2(OP,FROM,TO) __ ## OP ## FROM ## TO ## 2 argument
|
/dflybsd-src/sys/net/ipfw3/ |
H A D | ip_fw3.h | 78 #define TO 5 macro
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | charset.c | 609 #define APPLY_CONVERSION(CONVERTER, FROM, FLEN, TO) \ argument
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | charset.c | 609 #define APPLY_CONVERSION(CONVERTER, FROM, FLEN, TO) \ argument
|
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | i386.h | 1393 #define CANNOT_CHANGE_MODE_CLASS(FROM, TO, CLASS) \ argument 1578 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \ argument
|
/dflybsd-src/sys/net/sppp/ |
H A D | if_spppsubr.c | 209 void (*TO)(void *sp); member
|
/dflybsd-src/sys/dev/sound/pci/ |
H A D | emu10kx.c | 1693 #define EFX_COPY(TO, FROM) do { \ argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | i386.h | 1745 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \ argument
|