Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dmacros.h312 #define fIMMEXT(IMM) (IMM = IMM) argument
313 #define fMUST_IMMEXT(IMM) fIMMEXT(IMM) argument
315 #define fPCALIGN(IMM) IMM = (IMM & ~PCALIGN_MASK) argument
427 #define fEA_RI(REG, IMM) tcg_gen_addi_tl(EA, REG, IMM) argument
434 #define fEA_IRs(IMM, REG, SCALE) \ argument
440 #define fEA_RI(REG, IMM) \ argument
448 #define fEA_IRs(IMM, REG, SCALE) \ argument
455 #define fEA_IMM(IMM) tcg_gen_movi_tl(EA, IMM) argument
458 #define fPM_I(REG, IMM) tcg_gen_addi_tl(REG, REG, IMM) argument
460 #define fPM_CIRI(REG, IMM, MVAL) \ argument
[all …]