Searched defs:DO_SLL (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/riscv/ | ||
H A D | vcrypto_helper.c | 187 #define DO_SLL(N, M) (N << (M & (sizeof(N) * 8 - 1))) in RVVCALL() macro |
H A D | vector_helper.c | 1288 #define DO_SLL(N, M) (N << (M)) macro |