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

  /src/external/gpl3/gcc/dist/gcc/
optabs.h 75 create_expand_operand (class expand_operand *op, function
94 create_expand_operand (op, EXPAND_FIXED, x, VOIDmode, false);
106 create_expand_operand (op, EXPAND_OUTPUT, x, mode, false);
118 create_expand_operand (op, EXPAND_INPUT, value, mode, false);
127 create_expand_operand (op, EXPAND_UNDEFINED_INPUT, gen_rtx_SCRATCH (mode),
138 create_expand_operand (op, EXPAND_CONVERT_TO, value, mode, unsigned_p);
154 create_expand_operand (op, EXPAND_CONVERT_FROM, value, mode, unsigned_p);
164 create_expand_operand (op, EXPAND_ADDRESS, value, Pmode, false);
  /src/external/gpl3/gcc.old/dist/gcc/
optabs.h 74 create_expand_operand (class expand_operand *op, function
93 create_expand_operand (op, EXPAND_FIXED, x, VOIDmode, false);
105 create_expand_operand (op, EXPAND_OUTPUT, x, mode, false);
117 create_expand_operand (op, EXPAND_INPUT, value, mode, false);
127 create_expand_operand (op, EXPAND_CONVERT_TO, value, mode, unsigned_p);
143 create_expand_operand (op, EXPAND_CONVERT_FROM, value, mode, unsigned_p);
153 create_expand_operand (op, EXPAND_ADDRESS, value, Pmode, false);

Completed in 120 milliseconds