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

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-sve2.cc 67 /* Return the UNSPEC_SQRDCMLAH* unspec for rotation amount ROT. */
69 unspec_sqrdcmlah (int rot) function in namespace:__anon12659
73 case 0: return UNSPEC_SQRDCMLAH;
272 return e.use_exact_insn (code_for_aarch64_sve (unspec_sqrdcmlah (rot),
285 return e.use_exact_insn (code_for_aarch64_lane (unspec_sqrdcmlah (rot),
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins-sve2.cc 67 /* Return the UNSPEC_SQRDCMLAH* unspec for rotation amount ROT. */
69 unspec_sqrdcmlah (int rot) function in namespace:__anon15272
73 case 0: return UNSPEC_SQRDCMLAH;
220 return e.use_exact_insn (code_for_aarch64_sve (unspec_sqrdcmlah (rot),
233 return e.use_exact_insn (code_for_aarch64_lane (unspec_sqrdcmlah (rot),

Completed in 17 milliseconds