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

/freebsd-10.2-release/contrib/gcc/
H A Ddojump.c637 rtx op0_word, op1_word;
642 op1_word = operand_subword_force (op1, i, mode);
647 op1_word = operand_subword_force (op1, nwords - 1 - i, mode);
651 do_compare_rtx_and_jump (op0_word, op1_word, GT,
656 do_compare_rtx_and_jump (op0_word, op1_word, NE, unsignedp, word_mode,
635 rtx op0_word, op1_word; local

Completed in 45 milliseconds