Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dmacros.h458 #define fPM_M(REG, MVAL) tcg_gen_add_tl(REG, REG, MVAL) macro
469 #define fPM_M(REG, MVAL) do { REG = REG + (MVAL); } while (0) macro