D | opcodes.h | 26 #define SIY_IRD(op1,i2,b1,dl1,dh1,op2) \ argument 28 ".long 0x" #b1 #dl1 #dh1 #op2 "\n\t" 65 #define SIY_URD(op1,i2,b1,dl1,dh1,op2) \ argument 67 ".long 0x" #b1 #dl1 #dh1 #op2 "\n\t" 109 #define AGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7a) argument 119 #define ALGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7e) argument 124 #define ALSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,6e) argument 129 #define ASI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,6a) argument 207 #define CLIY(i2,b1,dl1,dh1) SIY_URD(eb,i2,b1,dl1,dh1,55) argument 311 #define MVIY(i2,b1,dl1,dh1) SIY_URD(eb,i2,b1,dl1,dh1,52) argument [all …]
|