Home
last modified time | relevance | path

Searched refs:aligned_mem (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Dalpha.cc2302 rtx aligned_mem, bitnum; in alpha_expand_mov_nobwx() local
2307 get_aligned_mem (operands[1], &aligned_mem, &bitnum); in alpha_expand_mov_nobwx()
2316 seq = gen_aligned_loadqi (subtarget, aligned_mem, in alpha_expand_mov_nobwx()
2319 seq = gen_aligned_loadhi (subtarget, aligned_mem, in alpha_expand_mov_nobwx()
2364 rtx aligned_mem, bitnum; in alpha_expand_mov_nobwx() local
2368 get_aligned_mem (operands[0], &aligned_mem, &bitnum); in alpha_expand_mov_nobwx()
2370 emit_insn (gen_aligned_store (aligned_mem, operands[1], bitnum, in alpha_expand_mov_nobwx()
Dalpha.md4431 rtx aligned_mem, bitnum;
4432 get_aligned_mem (operands[1], &aligned_mem, &bitnum);
4434 (gen_lowpart (DImode, operands[0]), aligned_mem, bitnum,
4449 rtx aligned_mem, bitnum;
4450 get_aligned_mem (operands[0], &aligned_mem, &bitnum);
4451 emit_insn (gen_aligned_store (aligned_mem, operands[1], bitnum,
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-expand.cc11749 bool aligned_mem = false; in ix86_expand_special_args_builtin() local
11799 aligned_mem = true; in ix86_expand_special_args_builtin()
11843 aligned_mem = true; in ix86_expand_special_args_builtin()
11908 aligned_mem = true; in ix86_expand_special_args_builtin()
12004 aligned_mem = true; in ix86_expand_special_args_builtin()
12055 if (aligned_mem && align < GET_MODE_ALIGNMENT (tmode)) in ix86_expand_special_args_builtin()
12093 if (aligned_mem && align < GET_MODE_ALIGNMENT (mode)) in ix86_expand_special_args_builtin()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201635517 aligned_mem is properly set for AVX512-VL floating point masked
DChangeLog-201449324 aligned_mem for AVX512F masked aligned load and store builtins and for