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

  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-builtins.cc 1832 SIMD_ARG_CONSTANT,
1945 case SIMD_ARG_CONSTANT:
2066 args[k] = SIMD_ARG_CONSTANT;
2077 args[k] = op_const_int_p ? SIMD_ARG_CONSTANT : SIMD_ARG_COPY_TO_REG;
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc 2253 SIMD_ARG_CONSTANT,
2366 case SIMD_ARG_CONSTANT:
2487 args[k] = SIMD_ARG_CONSTANT;
2498 args[k] = op_const_int_p ? SIMD_ARG_CONSTANT : SIMD_ARG_COPY_TO_REG;

Completed in 20 milliseconds