Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dmacros.h581 #define fGETHALF(N, SRC) gen_get_half(HALF, N, SRC, true) macro
584 #define fGETHALF(N, SRC) ((int16_t)((SRC >> ((N) * 16)) & 0xffff)) macro