Home
last modified time | relevance | path

Searched refs:nexps (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/gcc/config/i386/
HDi386.c3628 int nexps = 0; in construct_container() local
3744 exp [nexps++] = gen_rtx_EXPR_LIST (VOIDmode, in construct_container()
3750 exp [nexps++] = gen_rtx_EXPR_LIST (VOIDmode, in construct_container()
3757 exp [nexps++] = gen_rtx_EXPR_LIST (VOIDmode, in construct_container()
3768 exp [nexps++] = gen_rtx_EXPR_LIST (VOIDmode, in construct_container()
3782 if (nexps == 0) in construct_container()
3785 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (nexps)); in construct_container()
3786 for (i = 0; i < nexps; i++) in construct_container()