Searched refs:align_exp (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/crx/ |
| H A D | crx.c | 1170 crx_expand_movmem (rtx dstbase, rtx srcbase, rtx count_exp, rtx align_exp) in crx_expand_movmem() argument 1178 if (GET_CODE (align_exp) == CONST_INT) in crx_expand_movmem() 1180 align = INTVAL (align_exp); in crx_expand_movmem()
|
| /openbsd-src/gnu/gcc/gcc/config/bfin/ |
| H A D | bfin.c | 2615 bfin_expand_movmem (rtx dst, rtx src, rtx count_exp, rtx align_exp) in bfin_expand_movmem() argument 2621 if (GET_CODE (align_exp) == CONST_INT) in bfin_expand_movmem() 2622 align = INTVAL (align_exp); in bfin_expand_movmem()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | i386.c | 10483 ix86_expand_movstr (dst, src, count_exp, align_exp) in ix86_expand_movstr() argument 10484 rtx dst, src, count_exp, align_exp; in ix86_expand_movstr() 10494 if (GET_CODE (align_exp) == CONST_INT) 10495 align = INTVAL (align_exp); 10710 ix86_expand_clrstr (src, count_exp, align_exp) in ix86_expand_clrstr() argument 10711 rtx src, count_exp, align_exp; in ix86_expand_clrstr() 10718 if (GET_CODE (align_exp) == CONST_INT) 10719 align = INTVAL (align_exp);
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | i386.c | 12678 ix86_expand_movmem (rtx dst, rtx src, rtx count_exp, rtx align_exp) in ix86_expand_movmem() argument 12685 if (GET_CODE (align_exp) == CONST_INT) in ix86_expand_movmem() 12686 align = INTVAL (align_exp); in ix86_expand_movmem() 12985 ix86_expand_clrmem (rtx dst, rtx count_exp, rtx align_exp) in ix86_expand_clrmem() argument 12992 if (GET_CODE (align_exp) == CONST_INT) in ix86_expand_clrmem() 12993 align = INTVAL (align_exp); in ix86_expand_clrmem()
|