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

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 137 unsigned char int_cmov; member in struct:alpha_rtx_cost_data
151 COSTS_N_INSNS (2), /* int_cmov */
162 COSTS_N_INSNS (1), /* int_cmov */
173 COSTS_N_INSNS (2), /* int_cmov */
192 COSTS_N_INSNS (1), /* int_cmov */
1470 *total = cost_data->int_cmov;
1500 *total = COSTS_N_INSNS (1) + cost_data->int_cmov;
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 137 unsigned char int_cmov; member in struct:alpha_rtx_cost_data
151 COSTS_N_INSNS (2), /* int_cmov */
162 COSTS_N_INSNS (1), /* int_cmov */
173 COSTS_N_INSNS (2), /* int_cmov */
192 COSTS_N_INSNS (1), /* int_cmov */
1469 *total = cost_data->int_cmov;
1499 *total = COSTS_N_INSNS (1) + cost_data->int_cmov;

Completed in 27 milliseconds