Home
last modified time | relevance | path

Searched refs:mmode (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Demit-rtl.c1804 enum machine_mode mmode = GET_MODE (new); in change_address() local
1807 size = mmode == BLKmode ? 0 : GEN_INT (GET_MODE_SIZE (mmode)); in change_address()
1808 align = mmode == BLKmode ? BITS_PER_UNIT : GET_MODE_ALIGNMENT (mmode); in change_address()
1820 new = gen_rtx_MEM (mmode, XEXP (memref, 0)); in change_address()
1825 = get_mem_attrs (MEM_ALIAS_SET (memref), 0, 0, size, align, mmode); in change_address()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Demit-rtl.c2046 enum machine_mode mmode = GET_MODE (new); local
2050 mmode == BLKmode ? 0 : GEN_INT (GET_MODE_SIZE (mmode)),
2051 (mmode == BLKmode ? BITS_PER_UNIT
2052 : GET_MODE_ALIGNMENT (mmode)),
2053 mmode);
/openbsd/gnu/usr.bin/texinfo/
H A DChangeLog.461950 (\codeunder): handle @code{\} in mmode.