Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dmacros.h457 #define fPM_I(REG, IMM) tcg_gen_addi_tl(REG, REG, IMM) macro
468 #define fPM_I(REG, IMM) do { REG = REG + (IMM); } while (0) macro