Home | History | Annotate | Download | only in out

Lines Matching defs:EAS2

199 #define GET_VREG_F(rd, rix)		EAS2(AT, rFP, rix);		\
213 #define SET_VREG_F(rd, rix) EAS2(AT, rFP, rix); \
247 #define EAS2(rd,rbase,roff) EASN(rd,rbase,roff,2)
260 #define LOAD_eas2(rd,rbase,roff) EAS2(AT, rbase, roff); \
263 #define STORE_eas2(rd,rbase,roff) EAS2(AT, rbase, roff); \