Searched refs:alpha_expand_unaligned_store (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha-protos.h55 extern void alpha_expand_unaligned_store (rtx, rtx, HOST_WIDE_INT,
H A Dalpha.c2451 alpha_expand_unaligned_store (operands[0], operands[1], 8, 0);
3541 alpha_expand_unaligned_store (rtx dst, rtx src,
4020 alpha_expand_unaligned_store (orig_dst, data_regs[i], 8, ofs);
4034 alpha_expand_unaligned_store (orig_dst, data_regs[i], 4, ofs);
4049 alpha_expand_unaligned_store (orig_dst, data_regs[i], 2, ofs);
4306 alpha_expand_unaligned_store (orig_dst, const0_rtx, 4, ofs);
4324 alpha_expand_unaligned_store (orig_dst, const0_rtx, 2, ofs);
3532 alpha_expand_unaligned_store (rtx dst, rtx src, function
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dalpha.c1638 alpha_expand_unaligned_store (dst, src, size, ofs)
2209 alpha_expand_unaligned_store (orig_dst, data_regs[i], 8, ofs);
2222 alpha_expand_unaligned_store (orig_dst, data_regs[i], 4, ofs);
2240 alpha_expand_unaligned_store (orig_dst, data_regs[i], 2, ofs);
2367 alpha_expand_unaligned_store (orig_dst, const0_rtx, 8, ofs);
2373 alpha_expand_unaligned_store (orig_dst, const0_rtx, 4, ofs);
2392 alpha_expand_unaligned_store (orig_dst, const0_rtx, 2, ofs);
1632 alpha_expand_unaligned_store (dst, src, size, ofs) function
H A Dalpha.h2560 extern void alpha_expand_unaligned_store ();

Completed in 177 milliseconds