Searched refs:first_elt (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/ |
| H A D | nios2.c | 5002 rtx first_elt = XVECEXP (op, 0, 0); in ldstwm_operation_p() local 5004 bool wb_p = base_reg_adjustment_p (first_elt, &base_reg, &offset); in ldstwm_operation_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/ |
| H A D | nios2.cc | 5037 rtx first_elt = XVECEXP (op, 0, 0); in ldstwm_operation_p() local 5039 bool wb_p = base_reg_adjustment_p (first_elt, &base_reg, &offset); in ldstwm_operation_p()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | fold-const.c | 7820 unsigned int first_elt = off * elts_per_byte; in native_encode_vector_part() local 7824 tree elt = VECTOR_CST_ELT (expr, first_elt + i); in native_encode_vector_part()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | fold-const.cc | 7917 unsigned int first_elt = off * elts_per_byte; in native_encode_vector_part() local 7921 tree elt = VECTOR_CST_ELT (expr, first_elt + i); in native_encode_vector_part()
|