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

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-convert.cc 647 machine_mode bool_mode = TYPE_MODE (TREE_TYPE (expr)); local
648 tree mtype = lang_hooks.types.type_for_mode (bool_mode, 1);
d-convert.cc 647 machine_mode bool_mode = TYPE_MODE (TREE_TYPE (expr)); local
648 tree mtype = lang_hooks.types.type_for_mode (bool_mode, 1);
d-convert.cc 647 machine_mode bool_mode = TYPE_MODE (TREE_TYPE (expr)); local
648 tree mtype = lang_hooks.types.type_for_mode (bool_mode, 1);
d-convert.cc 647 machine_mode bool_mode = TYPE_MODE (TREE_TYPE (expr)); local
648 tree mtype = lang_hooks.types.type_for_mode (bool_mode, 1);
d-convert.cc 647 machine_mode bool_mode = TYPE_MODE (TREE_TYPE (expr)); local
648 tree mtype = lang_hooks.types.type_for_mode (bool_mode, 1);
  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 6948 machine_mode bool_mode = insn_data[icode].operand[0].mode;
6956 || GET_MODE (target_bool) != bool_mode)
6957 target_bool = gen_reg_rtx (bool_mode);
6960 create_output_operand (&ops[0], target_bool, bool_mode);
6924 machine_mode bool_mode = insn_data[icode].operand[0].mode; local
optabs.cc 6948 machine_mode bool_mode = insn_data[icode].operand[0].mode;
6956 || GET_MODE (target_bool) != bool_mode)
6957 target_bool = gen_reg_rtx (bool_mode);
6960 create_output_operand (&ops[0], target_bool, bool_mode);
6924 machine_mode bool_mode = insn_data[icode].operand[0].mode; local
optabs.cc 6948 machine_mode bool_mode = insn_data[icode].operand[0].mode;
6956 || GET_MODE (target_bool) != bool_mode)
6957 target_bool = gen_reg_rtx (bool_mode);
6960 create_output_operand (&ops[0], target_bool, bool_mode);
6924 machine_mode bool_mode = insn_data[icode].operand[0].mode; local
optabs.cc 6948 machine_mode bool_mode = insn_data[icode].operand[0].mode;
6956 || GET_MODE (target_bool) != bool_mode)
6957 target_bool = gen_reg_rtx (bool_mode);
6960 create_output_operand (&ops[0], target_bool, bool_mode);
6924 machine_mode bool_mode = insn_data[icode].operand[0].mode; local
optabs.cc 6948 machine_mode bool_mode = insn_data[icode].operand[0].mode;
6956 || GET_MODE (target_bool) != bool_mode)
6957 target_bool = gen_reg_rtx (bool_mode);
6960 create_output_operand (&ops[0], target_bool, bool_mode);
6924 machine_mode bool_mode = insn_data[icode].operand[0].mode; local
  /src/external/gpl3/gcc/dist/gcc/
optabs.cc 7202 machine_mode bool_mode = insn_data[icode].operand[0].mode;
7210 || GET_MODE (target_bool) != bool_mode)
7211 target_bool = gen_reg_rtx (bool_mode);
7214 create_output_operand (&ops[0], target_bool, bool_mode);
7179 machine_mode bool_mode = insn_data[icode].operand[0].mode; local
optabs.cc 7202 machine_mode bool_mode = insn_data[icode].operand[0].mode;
7210 || GET_MODE (target_bool) != bool_mode)
7211 target_bool = gen_reg_rtx (bool_mode);
7214 create_output_operand (&ops[0], target_bool, bool_mode);
7179 machine_mode bool_mode = insn_data[icode].operand[0].mode; local
optabs.cc 7202 machine_mode bool_mode = insn_data[icode].operand[0].mode;
7210 || GET_MODE (target_bool) != bool_mode)
7211 target_bool = gen_reg_rtx (bool_mode);
7214 create_output_operand (&ops[0], target_bool, bool_mode);
7179 machine_mode bool_mode = insn_data[icode].operand[0].mode; local
optabs.cc 7202 machine_mode bool_mode = insn_data[icode].operand[0].mode;
7210 || GET_MODE (target_bool) != bool_mode)
7211 target_bool = gen_reg_rtx (bool_mode);
7214 create_output_operand (&ops[0], target_bool, bool_mode);
7179 machine_mode bool_mode = insn_data[icode].operand[0].mode; local
optabs.cc 7202 machine_mode bool_mode = insn_data[icode].operand[0].mode;
7210 || GET_MODE (target_bool) != bool_mode)
7211 target_bool = gen_reg_rtx (bool_mode);
7214 create_output_operand (&ops[0], target_bool, bool_mode);
7179 machine_mode bool_mode = insn_data[icode].operand[0].mode; local

Completed in 251 milliseconds