GCC Middle and Back End API Reference
|
Data Fields | |
rtx | to |
rtx | to_addr |
int | autinc_to |
int | explicit_inc_to |
unsigned HOST_WIDE_INT | len |
HOST_WIDE_INT | offset |
rtx(* | constfun )(void *, HOST_WIDE_INT, enum machine_mode) |
void * | constfundata |
int | reverse |
This structure is used by store_by_pieces to describe the clear to be performed.
int store_by_pieces_d::autinc_to |
Referenced by store_by_pieces(), and store_by_pieces_2().
rtx(* store_by_pieces_d::constfun)(void *, HOST_WIDE_INT, enum machine_mode) |
Referenced by clear_by_pieces(), store_by_pieces(), and store_by_pieces_2().
void* store_by_pieces_d::constfundata |
Referenced by clear_by_pieces(), store_by_pieces(), and store_by_pieces_2().
int store_by_pieces_d::explicit_inc_to |
Referenced by store_by_pieces(), and store_by_pieces_2().
unsigned HOST_WIDE_INT store_by_pieces_d::len |
Referenced by clear_by_pieces(), store_by_pieces(), and store_by_pieces_2().
HOST_WIDE_INT store_by_pieces_d::offset |
Referenced by store_by_pieces(), and store_by_pieces_2().
int store_by_pieces_d::reverse |
Referenced by store_by_pieces(), and store_by_pieces_2().
rtx store_by_pieces_d::to |
Referenced by clear_by_pieces(), store_by_pieces(), and store_by_pieces_2().
rtx store_by_pieces_d::to_addr |
Referenced by store_by_pieces(), store_by_pieces_1(), and store_by_pieces_2().