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

  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430.cc 3587 int const_op_idx = 1;
3590 const_op_idx = 2;
3592 if (GET_CODE (operands[const_op_idx]) != REG
3593 && GET_CODE (operands[const_op_idx]) != MEM)
3594 operands[const_op_idx] = copy_to_mode_reg (my_mode, operands[const_op_idx]);
3578 int const_op_idx = 1; local
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430.cc 3587 int const_op_idx = 1;
3590 const_op_idx = 2;
3592 if (GET_CODE (operands[const_op_idx]) != REG
3593 && GET_CODE (operands[const_op_idx]) != MEM)
3594 operands[const_op_idx] = copy_to_mode_reg (my_mode, operands[const_op_idx]);
3578 int const_op_idx = 1; local

Completed in 43 milliseconds