Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dmacros.h455 #define fEA_REG(REG) tcg_gen_mov_tl(EA, REG) macro
466 #define fEA_REG(REG) do { EA = (REG); } while (0) macro