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

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins-types.def 312 /* Use "DEF_RVV_X64_VLMUL_EXT_OPS" macro include all types for X64 VLMUL EXT
314 #ifndef DEF_RVV_X64_VLMUL_EXT_OPS
315 #define DEF_RVV_X64_VLMUL_EXT_OPS(TYPE, REQUIRE)
1104 DEF_RVV_X64_VLMUL_EXT_OPS (vint8mf8_t, RVV_REQUIRE_MIN_VLEN_64)
1105 DEF_RVV_X64_VLMUL_EXT_OPS (vuint8mf8_t, RVV_REQUIRE_MIN_VLEN_64)
1427 #undef DEF_RVV_X64_VLMUL_EXT_OPS
riscv-vector-builtins.cc 499 #define DEF_RVV_X64_VLMUL_EXT_OPS(TYPE, REQUIRE) {VECTOR_TYPE_##TYPE, REQUIRE},

Completed in 22 milliseconds