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

  /src/external/gpl3/gcc.old/dist/gcc/
genemit.cc 83 gen_exp (rtx x, enum rtx_code subroutine_type, char *used, md_rtx_info *info)
127 gen_exp (XVECEXP (x, 1, i), subroutine_type, used, info);
141 gen_exp (XVECEXP (x, 2, i), subroutine_type, used, info);
235 gen_exp (XEXP (x, i), subroutine_type, used, info);
263 gen_exp (XVECEXP (x, i, j), subroutine_type, used, info);
278 becoming a separate instruction. USED is as for gen_exp. */
290 gen_exp (next, DEFINE_EXPAND, used, info);
298 gen_exp (next, DEFINE_EXPAND, used, info);
445 gen_exp (pattern, DEFINE_INSN, used, info);
495 gen_exp (XVECEXP (expand, 1, 0), DEFINE_EXPAND, NULL, info)
82 gen_exp (rtx x, enum rtx_code subroutine_type, char *used, md_rtx_info *info) function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
genemit.cc 83 gen_exp (rtx x, enum rtx_code subroutine_type, char *used, md_rtx_info *info,
128 gen_exp (XVECEXP (x, 1, i), subroutine_type, used, info, file);
142 gen_exp (XVECEXP (x, 2, i), subroutine_type, used, info, file);
236 gen_exp (XEXP (x, i), subroutine_type, used, info, file);
264 gen_exp (XVECEXP (x, i, j), subroutine_type, used, info, file);
279 becoming a separate instruction. USED is as for gen_exp. */
291 gen_exp (next, DEFINE_EXPAND, used, info, file);
299 gen_exp (next, DEFINE_EXPAND, used, info, file);
446 gen_exp (pattern, DEFINE_INSN, used, info, file);
496 gen_exp (XVECEXP (expand, 1, 0), DEFINE_EXPAND, NULL, info, file)
82 gen_exp (rtx x, enum rtx_code subroutine_type, char *used, md_rtx_info *info, function
    [all...]

Completed in 119 milliseconds