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

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins-types.def 27 /* Use "DEF_RVV_U_OPS" macro include all unsigned integer which will be
29 #ifndef DEF_RVV_U_OPS
30 #define DEF_RVV_U_OPS(TYPE, REQUIRE)
377 DEF_RVV_U_OPS (vuint8mf8_t, RVV_REQUIRE_MIN_VLEN_64)
378 DEF_RVV_U_OPS (vuint8mf4_t, 0)
379 DEF_RVV_U_OPS (vuint8mf2_t, 0)
380 DEF_RVV_U_OPS (vuint8m1_t, 0)
381 DEF_RVV_U_OPS (vuint8m2_t, 0)
382 DEF_RVV_U_OPS (vuint8m4_t, 0)
383 DEF_RVV_U_OPS (vuint8m8_t, 0
    [all...]
riscv-vector-builtins.cc 211 #define DEF_RVV_U_OPS(TYPE, REQUIRE) {VECTOR_TYPE_##TYPE, REQUIRE},
248 #define DEF_RVV_U_OPS(TYPE, REQUIRE) {VECTOR_TYPE_##TYPE, REQUIRE},
255 #define DEF_RVV_U_OPS(TYPE, REQUIRE) {VECTOR_TYPE_##TYPE, REQUIRE},

Completed in 18 milliseconds