Home
last modified time | relevance | path

Searched refs:MVAL (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dmacros.h458 #define fPM_M(REG, MVAL) tcg_gen_add_tl(REG, REG, MVAL) argument
459 #define fPM_CIRI(REG, IMM, MVAL) \ argument
469 #define fPM_M(REG, MVAL) do { REG = REG + (MVAL); } while (0) argument
/openbmc/qemu/target/hexagon/idef-parser/
H A Dmacros.h.inc115 #define fPM_M(REG, MVAL) (REG = REG + MVAL)
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def918 do { REG = REG + MVAL; } while (0),