Lines Matching defs:mode1
1643 machine_mode mode1;
1827 || !mode_for_size (bitsize, GET_MODE_CLASS (tmode), 0).exists (&mode1))
1828 mode1 = mode;
1829 gcc_assert (mode1 != BLKmode);
1831 /* Extraction of a full MODE1 value can be done with a subreg as long
1836 rtx sub = extract_bit_field_as_subreg (mode1, op0, imode,
1842 /* Extraction of a full MODE1 value can be done with a load as long as
1845 if (simple_mem_bitfield_p (op0, bitsize, bitnum, mode1, &bytenum))
1847 op0 = adjust_bitfield_address (op0, mode1, bytenum);
1849 op0 = flip_storage_order (mode1, op0);
2105 machine_mode mode1;
2109 mode1 = GET_MODE (str_rtx);
2111 mode1 = GET_MODE (target);
2113 mode1 = tmode;
2119 && is_a <scalar_int_mode> (mode1, &int_mode)