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

/freebsd-10.3-release/contrib/gcc/
H A Doptabs.c3767 prepare_operand (int icode, rtx x, int opnum, enum machine_mode mode,
3810 x = prepare_operand (icode, x, 1, mode, wider_mode, unsignedp);
3811 y = prepare_operand (icode, y, 2, mode, wider_mode, unsignedp);
3821 x = prepare_operand (icode, x, 0, mode, wider_mode, unsignedp);
3833 x = prepare_operand (icode, x, 0, mode, wider_mode, unsignedp);
3834 y = prepare_operand (icode, y, 1, mode, wider_mode, unsignedp);
5615 op1 = prepare_operand (icode, op1, 0, mode, mode, 0);
5616 op2 = prepare_operand (icode, op2, 1, mode, mode, 0);
3752 prepare_operand (int icode, rtx x, int opnum, enum machine_mode mode, function

Completed in 104 milliseconds