D | opcodes.h | 26 #define SIY_IRD(op1,i2,b1,dl1,dh1,op2) \ argument 28 ".long 0x" #b1 #dl1 #dh1 #op2 "\n\t" 64 #define SIY_URD(op1,i2,b1,dl1,dh1,op2) \ argument 66 ".long 0x" #b1 #dl1 #dh1 #op2 "\n\t" 102 #define AGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7a) argument 112 #define ALGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7e) argument 117 #define ALSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,6e) argument 122 #define ASI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,6a) argument 164 #define CLIY(i2,b1,dl1,dh1) SIY_URD(eb,i2,b1,dl1,dh1,55) argument 256 #define MVIY(i2,b1,dl1,dh1) SIY_URD(eb,i2,b1,dl1,dh1,52) argument [all …]
|