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

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-sve2.cc 53 /* Return the UNSPEC_CDOT* unspec for rotation amount ROT. */
55 unspec_cdot (int rot) function in namespace:__anon12659
59 case 0: return UNSPEC_CDOT;
101 return e.use_exact_insn (code_for_aarch64_sve (unspec_cdot (rot),
114 return e.use_exact_insn (code_for_aarch64_lane (unspec_cdot (rot),
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins-sve2.cc 53 /* Return the UNSPEC_CDOT* unspec for rotation amount ROT. */
55 unspec_cdot (int rot) function in namespace:__anon15272
59 case 0: return UNSPEC_CDOT;
101 return e.use_exact_insn (code_for_aarch64_sve (unspec_cdot (rot),
114 return e.use_exact_insn (code_for_aarch64_lane (unspec_cdot (rot),

Completed in 18 milliseconds