Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDcombine.c5958 rtx pos_rtx, unsigned HOST_WIDE_INT len, int unsignedp, in make_extraction() argument
5972 rtx orig_pos_rtx = pos_rtx; in make_extraction()
5988 && pos_rtx == 0 && pos == 0 in make_extraction()
6004 if (pos_rtx && GET_CODE (pos_rtx) == CONST_INT) in make_extraction()
6005 pos = INTVAL (pos_rtx), pos_rtx = 0; in make_extraction()
6017 && ((pos_rtx == 0 && (pos % BITS_PER_WORD) == 0 in make_extraction()
6027 || (MEM_P (inner) && pos_rtx == 0 in make_extraction()
6146 if (pos_rtx == 0 && pos == 0 && ! in_dest in make_extraction()
6155 && ((pos_rtx == 0 && pos + len > GET_MODE_BITSIZE (is_mode)) in make_extraction()
6156 || (pos_rtx != 0 && len != 1))) in make_extraction()
[all …]
HDexpr.c5174 rtx index_r, pos_rtx; in store_constructor() local
5244 pos_rtx = expand_normal (position); in store_constructor()
5245 xtarget = offset_address (target, pos_rtx, in store_constructor()