Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-expand.cc5383 machine_mode halfmode = BLKmode; in ix86_expand_sse_unpack() local
5392 halfmode = V32QImode; in ix86_expand_sse_unpack()
5401 halfmode = V16QImode; in ix86_expand_sse_unpack()
5410 halfmode = V16HImode; in ix86_expand_sse_unpack()
5419 halfmode = V8HImode; in ix86_expand_sse_unpack()
5428 halfmode = V8SImode; in ix86_expand_sse_unpack()
5437 halfmode = V4SImode; in ix86_expand_sse_unpack()
5483 tmp = gen_reg_rtx (halfmode); in ix86_expand_sse_unpack()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.cc25907 machine_mode halfmode = GET_MODE (operands[1]); in neon_split_vcombine() local
25919 destlo = gen_rtx_REG_offset (operands[0], halfmode, dest, 0); in neon_split_vcombine()
25920 desthi = gen_rtx_REG_offset (operands[0], halfmode, dest + halfregs, in neon_split_vcombine()
25921 GET_MODE_SIZE (halfmode)); in neon_split_vcombine()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201537010 Do not split operands 0 and operands 2 to halfmode.