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

  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.cc 3905 rtx ctlcode = expand_normal (CALL_EXPR_ARG (exp, 0));
3907 if (!rdwrctl_operand (ctlcode, VOIDmode))
3916 create_integer_operand (&ops[1], INTVAL (ctlcode));
3921 create_integer_operand (&ops[0], INTVAL (ctlcode));
3895 rtx ctlcode = expand_normal (CALL_EXPR_ARG (exp, 0)); local
nios2.cc 3905 rtx ctlcode = expand_normal (CALL_EXPR_ARG (exp, 0));
3907 if (!rdwrctl_operand (ctlcode, VOIDmode))
3916 create_integer_operand (&ops[1], INTVAL (ctlcode));
3921 create_integer_operand (&ops[0], INTVAL (ctlcode));
3895 rtx ctlcode = expand_normal (CALL_EXPR_ARG (exp, 0)); local
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.cc 3899 rtx ctlcode = expand_normal (CALL_EXPR_ARG (exp, 0));
3901 if (!rdwrctl_operand (ctlcode, VOIDmode))
3910 create_integer_operand (&ops[1], INTVAL (ctlcode));
3915 create_integer_operand (&ops[0], INTVAL (ctlcode));
3889 rtx ctlcode = expand_normal (CALL_EXPR_ARG (exp, 0)); local
nios2.cc 3899 rtx ctlcode = expand_normal (CALL_EXPR_ARG (exp, 0));
3901 if (!rdwrctl_operand (ctlcode, VOIDmode))
3910 create_integer_operand (&ops[1], INTVAL (ctlcode));
3915 create_integer_operand (&ops[0], INTVAL (ctlcode));
3889 rtx ctlcode = expand_normal (CALL_EXPR_ARG (exp, 0)); local

Completed in 41 milliseconds