Searched refs:halfmode (Results 1 – 3 of 3) sorted by relevance
5383 machine_mode halfmode = BLKmode; in ix86_expand_sse_unpack() local5392 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()
25907 machine_mode halfmode = GET_MODE (operands[1]); in neon_split_vcombine() local25919 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()
37010 Do not split operands 0 and operands 2 to halfmode.