Searched refs:out_high (Results 1 – 1 of 1) sorted by relevance
32109 rtx out_high = gen_highpart (SImode, out); in arm_emit_coreregs_64bit_shift() local32123 rtx out_up = code == ASHIFT ? out_low : out_high; in arm_emit_coreregs_64bit_shift()32124 rtx out_down = code == ASHIFT ? out_high : out_low; in arm_emit_coreregs_64bit_shift()