Searched refs:ix86_split_to_parts (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c5085 ix86_split_to_parts (rtx operand, rtx *parts, machine_mode mode) function
5271 nparts = ix86_split_to_parts (operands[1], part[1], GET_MODE (operands[0]));
5272 ix86_split_to_parts (operands[0], part[0], GET_MODE (operands[0]));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc5605 ix86_split_to_parts (rtx operand, rtx *parts, machine_mode mode)
5791 nparts = ix86_split_to_parts (operands[1], part[1], GET_MODE (operands[0]));
5792 ix86_split_to_parts (operands[0], part[0], GET_MODE (operands[0]));

Completed in 245 milliseconds