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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 6668 int xxspltib_value = 256;
6724 && xxspltib_constant_p (vec, mode, &num_insns, &xxspltib_value))
6728 operands[2] = GEN_INT (xxspltib_value & 0xff);
6656 int xxspltib_value = 256; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 6592 int xxspltib_value = 256;
6648 && xxspltib_constant_p (vec, mode, &num_insns, &xxspltib_value))
6652 operands[2] = GEN_INT (xxspltib_value & 0xff);
6580 int xxspltib_value = 256; local

Completed in 64 milliseconds