Home
last modified time | relevance | path

Searched defs:SH (Results 1 – 1 of 1) sorted by relevance

/qemu/target/arm/tcg/
H A Dsve_helper.c2288 #define DO_ADDHN(N, M, SH) ((N + M) >> SH) argument
2289 #define DO_RADDHN(N, M, SH) ((N + M + ((__typeof(N))1 << (SH - 1))) >> SH) argument
2290 #define DO_SUBHN(N, M, SH) ((N - M) >> SH) argument
2291 #define DO_RSUBHN(N, M, SH) ((N - M + ((__typeof(N))1 << (SH - 1))) >> SH) argument