Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dcombine.c5965 enum machine_mode pos_mode = word_mode; in make_extraction() local
6161 pos_mode = mode_for_extraction (EP_insv, 2); in make_extraction()
6169 pos_mode = mode_for_extraction (EP_extzv, 3); in make_extraction()
6177 pos_mode = mode_for_extraction (EP_extv, 3); in make_extraction()
6188 && GET_MODE_SIZE (pos_mode) < GET_MODE_SIZE (GET_MODE (pos_rtx))) in make_extraction()
6189 pos_mode = GET_MODE (pos_rtx); in make_extraction()
6302 && GET_MODE_SIZE (pos_mode) > GET_MODE_SIZE (GET_MODE (pos_rtx))) in make_extraction()
6304 rtx temp = gen_rtx_ZERO_EXTEND (pos_mode, pos_rtx); in make_extraction()
6318 rtx temp1 = gen_rtx_SIGN_EXTEND (pos_mode, pos_rtx); in make_extraction()
6328 && GET_MODE_SIZE (pos_mode) < GET_MODE_SIZE (GET_MODE (pos_rtx))) in make_extraction()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcombine.c6118 enum machine_mode pos_mode = word_mode; local
6316 pos_mode = mode_for_extraction (EP_insv, 2);
6324 pos_mode = mode_for_extraction (EP_extzv, 3);
6332 pos_mode = mode_for_extraction (EP_extv, 3);
6343 && GET_MODE_SIZE (pos_mode) < GET_MODE_SIZE (GET_MODE (pos_rtx)))
6344 pos_mode = GET_MODE (pos_rtx);
6442 && GET_MODE_SIZE (pos_mode) > GET_MODE_SIZE (GET_MODE (pos_rtx)))
6444 rtx temp = gen_rtx_ZERO_EXTEND (pos_mode, pos_rtx);
6458 rtx temp1 = gen_rtx_SIGN_EXTEND (pos_mode, pos_rtx);
6468 && GET_MODE_SIZE (pos_mode) < GET_MODE_SIZE (GET_MODE (pos_rtx)))
[all …]