Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dmacros.h226 #define fLSBNEW(PVAL) tcg_gen_andi_tl(LSB, (PVAL), 1) macro
228 #define fLSBNEW(PVAL) ((PVAL) & 1) macro