Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Ddojump.c635 rtx op0_word, op1_word; in do_jump_by_parts_greater_rtx() local
640 op1_word = operand_subword_force (op1, i, mode); in do_jump_by_parts_greater_rtx()
645 op1_word = operand_subword_force (op1, nwords - 1 - i, mode); in do_jump_by_parts_greater_rtx()
649 do_compare_rtx_and_jump (op0_word, op1_word, GT, in do_jump_by_parts_greater_rtx()
654 do_compare_rtx_and_jump (op0_word, op1_word, NE, unsignedp, word_mode, in do_jump_by_parts_greater_rtx()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dexpr.c10431 rtx op0_word, op1_word; local
10436 op1_word = operand_subword_force (op1, i, mode);
10441 op1_word = operand_subword_force (op1, nwords - 1 - i, mode);
10445 do_compare_rtx_and_jump (op0_word, op1_word, GT,
10450 do_compare_rtx_and_jump (op0_word, op1_word, NE, unsignedp, word_mode,