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

  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430.cc 3254 machine_mode arg2mode = GET_MODE (operands[2]);
3260 if (arg1mode != VOIDmode && arg2mode != VOIDmode)
3262 gcc_assert (arg1mode == arg2mode);
3266 if (arg2mode == VOIDmode)
3267 arg2mode = arg0mode;
3300 emit_move_insn (gen_rtx_REG (arg2mode, arg2),
3245 machine_mode arg2mode = GET_MODE (operands[2]); local
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430.cc 3254 machine_mode arg2mode = GET_MODE (operands[2]);
3260 if (arg1mode != VOIDmode && arg2mode != VOIDmode)
3262 gcc_assert (arg1mode == arg2mode);
3266 if (arg2mode == VOIDmode)
3267 arg2mode = arg0mode;
3300 emit_move_insn (gen_rtx_REG (arg2mode, arg2),
3245 machine_mode arg2mode = GET_MODE (operands[2]); local

Completed in 17 milliseconds