Searched refs:constfun (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | expr.c | 127 rtx (*constfun) PARAMS ((PTR, HOST_WIDE_INT, enum machine_mode)); 2699 can_store_by_pieces (len, constfun, constfundata, align) in can_store_by_pieces() argument 2701 rtx (*constfun) PARAMS ((PTR, HOST_WIDE_INT, enum machine_mode)); 2753 cst = (*constfun) (constfundata, offset, mode); 2781 store_by_pieces (to, len, constfun, constfundata, align) in store_by_pieces() argument 2784 rtx (*constfun) PARAMS ((PTR, HOST_WIDE_INT, enum machine_mode)); 2796 data.constfun = constfun; 2818 data.constfun = clear_by_pieces_1; 2957 cst = (*data->constfun) (data->constfundata, data->offset, mode);
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | expr.c | 118 rtx (*constfun) (void *, HOST_WIDE_INT, enum machine_mode); member 2191 rtx (*constfun) (void *, HOST_WIDE_INT, enum machine_mode), in can_store_by_pieces() 2256 cst = (*constfun) (constfundata, offset, mode); in can_store_by_pieces() 2287 rtx (*constfun) (void *, HOST_WIDE_INT, enum machine_mode), in store_by_pieces() 2299 data.constfun = constfun; in store_by_pieces() 2345 data.constfun = clear_by_pieces_1; in clear_by_pieces() 2486 cst = (*data->constfun) (data->constfundata, data->offset, mode); in store_by_pieces_2()
|