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

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 6851 alpha_fold_builtin_insxx (tree op[], unsigned HOST_WIDE_INT opint[],
7101 return alpha_fold_builtin_insxx (op, opint, op_const, 0x01, false);
7103 return alpha_fold_builtin_insxx (op, opint, op_const, 0x03, false);
7105 return alpha_fold_builtin_insxx (op, opint, op_const, 0x0f, false);
7107 return alpha_fold_builtin_insxx (op, opint, op_const, 0xff, false);
7109 return alpha_fold_builtin_insxx (op, opint, op_const, 0x03, true);
7111 return alpha_fold_builtin_insxx (op, opint, op_const, 0x0f, true);
7113 return alpha_fold_builtin_insxx (op, opint, op_const, 0xff, true);
6836 alpha_fold_builtin_insxx (tree op[], unsigned HOST_WIDE_INT opint[], function
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 6836 alpha_fold_builtin_insxx (tree op[], unsigned HOST_WIDE_INT opint[],
7086 return alpha_fold_builtin_insxx (op, opint, op_const, 0x01, false);
7088 return alpha_fold_builtin_insxx (op, opint, op_const, 0x03, false);
7090 return alpha_fold_builtin_insxx (op, opint, op_const, 0x0f, false);
7092 return alpha_fold_builtin_insxx (op, opint, op_const, 0xff, false);
7094 return alpha_fold_builtin_insxx (op, opint, op_const, 0x03, true);
7096 return alpha_fold_builtin_insxx (op, opint, op_const, 0x0f, true);
7098 return alpha_fold_builtin_insxx (op, opint, op_const, 0xff, true);
6821 alpha_fold_builtin_insxx (tree op[], unsigned HOST_WIDE_INT opint[], function

Completed in 22 milliseconds