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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 16261 rtx constant_m1 = CONSTM1_RTX (dest_mode);
16263 if (op_true == constant_m1 && op_false == constant_0)
16269 else if (op_true == constant_0 && op_false == constant_m1)
16278 if (op_true == constant_m1)
16229 rtx constant_m1 = CONSTM1_RTX (dest_mode); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 15803 rtx constant_m1 = CONSTM1_RTX (dest_mode);
15805 if (op_true == constant_m1 && op_false == constant_0)
15811 else if (op_true == constant_0 && op_false == constant_m1)
15820 if (op_true == constant_m1)
15771 rtx constant_m1 = CONSTM1_RTX (dest_mode); local

Completed in 60 milliseconds