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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c14196 bool dimode_p = GET_MODE (operands[0]) == DImode;
14205 if ((dimode_p || fisttp) && !stack_top_dies)
14221 strcat (buf, p + !(stack_top_dies || dimode_p));
14169 bool dimode_p = GET_MODE (operands[0]) == DImode; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc14804 bool dimode_p = GET_MODE (operands[0]) == DImode;
14813 if ((dimode_p || fisttp) && !stack_top_dies)
14829 strcat (buf, p + !(stack_top_dies || dimode_p));

Completed in 372 milliseconds