HomeSort by: relevance | last modified time | path
    Searched defs:force_operand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
expr.cc 2366 rtx x_addr = force_operand (XEXP (x, 0), NULL_RTX);
2367 rtx y_addr = force_operand (XEXP (y, 0), NULL_RTX);
2473 x_addr = force_operand (XEXP (x, 0), NULL_RTX);
2474 y_addr = force_operand (XEXP (y, 0), NULL_RTX);
2727 x_addr = force_operand (XEXP (x, 0), NULL_RTX);
2728 y_addr = force_operand (XEXP (y, 0), NULL_RTX);
6123 offset_rtx = force_operand (offset_rtx, NULL_RTX);
6951 temp = force_operand (temp, target);
8595 force_operand (rtx value, rtx target)
8610 force_operand (SUBREG_REG (value)
8579 force_operand (rtx value, rtx target) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 2106 x_addr = force_operand (XEXP (x, 0), NULL_RTX);
2107 y_addr = force_operand (XEXP (y, 0), NULL_RTX);
5486 offset_rtx = force_operand (offset_rtx, NULL_RTX);
6287 temp = force_operand (temp, target);
7881 force_operand (rtx value, rtx target)
7896 force_operand (SUBREG_REG (value),
7943 force_operand (XEXP (XEXP (value,
7948 op1 = force_operand (XEXP (value, 0), subtarget);
7949 op2 = force_operand (op2, NULL_RTX);
7984 op1 = force_operand (XEXP (value, 0), NULL_RTX)
7865 force_operand (rtx value, rtx target) function
    [all...]

Completed in 29 milliseconds