/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | hard-reg-set.h | 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 171 #define COPY_HARD_REG_SET(TO, FROM) \ argument 176 #define COMPL_HARD_REG_SET(TO, FROM) \ argument 181 #define AND_HARD_REG_SET(TO, FROM) \ argument 186 #define AND_COMPL_HARD_REG_SET(TO, FROM) \ 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 88 #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 | vec.h | 200 #define FOR_EACH_VEC_ELT_FROM(T, V, I, P, FROM) \ 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 | 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 170 #define COPY_HARD_REG_SET(TO, FROM) \ argument 176 #define COMPL_HARD_REG_SET(TO, FROM) \ argument 182 #define AND_HARD_REG_SET(TO, FROM) \ argument 188 #define AND_COMPL_HARD_REG_SET(TO, FROM) \ 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 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 | 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/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 | 77 #define FROM 4 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/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
|