Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dmacros.h454 #define fEA_IMM(IMM) tcg_gen_movi_tl(EA, IMM) macro
465 #define fEA_IMM(IMM) do { EA = (IMM); } while (0) macro