Searched refs:wordnum (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c576 unsigned int wordnum = (backwards ? nwords - i - 1 : i);
586 operand_subword_force (value, wordnum, fieldmode));
1310 unsigned int wordnum
1319 rtx target_part = operand_subword (target, wordnum, 1, VOIDmode);
575 unsigned int wordnum = (backwards ? nwords - i - 1 : i); local
1306 unsigned int wordnum local
H A Dbuiltins.c4117 HOST_WIDE_INT wordnum = tree_low_cst (TREE_VALUE (arglist), 0);
4119 if (wordnum < 0 || wordnum >= nwords)
4122 return GEN_INT (word_ptr[wordnum]);
4116 HOST_WIDE_INT wordnum = tree_low_cst (TREE_VALUE (arglist), 0); local

Completed in 183 milliseconds