Lines Matching refs:rshift
3766 #define E_RLSL(dest, r2shift, rshift) … argument
3767 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0x1f) << 24) + (0 <<…
3769 #define E_RLSR(dest, r2shift, rshift) … argument
3770 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0x1f) << 24) + (0 <<…
3773 #define E_RLSLS(dest, r2shift, rshift) … argument
3774 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0x1f) << 24) + (0 <<…
3776 #define E_RLSRS(dest, r2shift, rshift) … argument
3777 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0x1f) << 24) + (0 <<…
3781 #define E_RLSL_AND(dest, roperand, r2shift, rshift) … argument
3782 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
3784 #define E_RLSR_AND(dest, roperand, r2shift, rshift) … argument
3785 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
3788 #define E_RLSL_ANDS(dest, roperand, r2shift, rshift) … argument
3789 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
3791 #define E_RLSR_ANDS(dest, roperand, r2shift, rshift) … argument
3792 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
3796 #define E_RLSL_OR(dest, roperand, r2shift, rshift) … argument
3797 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
3799 #define E_RLSR_OR(dest, roperand, r2shift, rshift) … argument
3800 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
3803 #define E_RLSL_ORS(dest, roperand, r2shift, rshift) … argument
3804 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
3806 #define E_RLSR_ORS(dest, roperand, r2shift, rshift) … argument
3807 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
3811 #define E_RLSL_XOR(dest, roperand, r2shift, rshift) … argument
3812 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
3814 #define E_RLSR_XOR(dest, roperand, r2shift, rshift) … argument
3815 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
3818 #define E_RLSL_XORS(dest, roperand, r2shift, rshift) … argument
3819 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
3821 #define E_RLSR_XORS(dest, roperand, r2shift, rshift) … argument
3822 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
3826 #define E_RLSL_ADD(dest, roperand, r2shift, rshift) … argument
3827 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
3829 #define E_RLSR_ADD(dest, roperand, r2shift, rshift) … argument
3830 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
3833 #define E_RLSL_ADDS(dest, roperand, r2shift, rshift) … argument
3834 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
3836 #define E_RLSR_ADDS(dest, roperand, r2shift, rshift) … argument
3837 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
3841 #define E_RLSL_SUB(dest, roperand, r2shift, rshift) … argument
3842 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
3844 #define E_RLSR_SUB(dest, roperand, r2shift, rshift) … argument
3845 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
3848 #define E_RLSL_SUBS(dest, roperand, r2shift, rshift) … argument
3849 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
3851 #define E_RLSR_SUBS(dest, roperand, r2shift, rshift) … argument
3852 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
3856 #define E_RLSL_ADC(dest, roperand, r2shift, rshift) … argument
3857 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
3859 #define E_RLSR_ADC(dest, roperand, r2shift, rshift) … argument
3860 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
3863 #define E_RLSL_ADCS(dest, roperand, r2shift, rshift) … argument
3864 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
3866 #define E_RLSR_ADCS(dest, roperand, r2shift, rshift) … argument
3867 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
3871 #define E_RLSL_SBC(dest, roperand, r2shift, rshift) … argument
3872 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
3874 #define E_RLSR_SBC(dest, roperand, r2shift, rshift) … argument
3875 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
3878 #define E_RLSL_SBCS(dest, roperand, r2shift, rshift) … argument
3879 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
3881 #define E_RLSR_SBCS(dest, roperand, r2shift, rshift) … argument
3882 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
3887 #define E_COND_RLSL(cond, dest, r2shift, rshift) … argument
3888 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + (0 …
3890 #define E_COND_RLSR(cond, dest, r2shift, rshift) … argument
3891 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + (0 …
3894 #define E_COND_RLSLS(cond, dest, r2shift, rshift) … argument
3895 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + (0 …
3897 #define E_COND_RLSRS(cond, dest, r2shift, rshift) … argument
3898 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + (0 …
3902 #define E_COND_RLSL_AND(cond, dest, roperand, r2shift, rshift) … argument
3903 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3905 #define E_COND_RLSR_AND(cond, dest, roperand, r2shift, rshift) … argument
3906 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3909 #define E_COND_RLSL_ANDS(cond, dest, roperand, r2shift, rshift) … argument
3910 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3912 #define E_COND_RLSR_ANDS(cond, dest, roperand, r2shift, rshift) … argument
3913 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3917 #define E_COND_RLSL_OR(cond, dest, roperand, r2shift, rshift) … argument
3918 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3920 #define E_COND_RLSR_OR(cond, dest, roperand, r2shift, rshift) … argument
3921 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3924 #define E_COND_RLSL_ORS(cond, dest, roperand, r2shift, rshift) … argument
3925 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3927 #define E_COND_RLSR_ORS(cond, dest, roperand, r2shift, rshift) … argument
3928 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3932 #define E_COND_RLSL_XOR(cond, dest, roperand, r2shift, rshift) … argument
3933 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3935 #define E_COND_RLSR_XOR(cond, dest, roperand, r2shift, rshift) … argument
3936 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3939 #define E_COND_RLSL_XORS(cond, dest, roperand, r2shift, rshift) … argument
3940 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3942 #define E_COND_RLSR_XORS(cond, dest, roperand, r2shift, rshift) … argument
3943 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3947 #define E_COND_RLSL_ADD(cond, dest, roperand, r2shift, rshift) … argument
3948 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3950 #define E_COND_RLSR_ADD(cond, dest, roperand, r2shift, rshift) … argument
3951 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3954 #define E_COND_RLSL_ADDS(cond, dest, roperand, r2shift, rshift) … argument
3955 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3957 #define E_COND_RLSR_ADDS(cond, dest, roperand, r2shift, rshift) … argument
3958 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3962 #define E_COND_RLSL_SUB(cond, dest, roperand, r2shift, rshift) … argument
3963 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3965 #define E_COND_RLSR_SUB(cond, dest, roperand, r2shift, rshift) … argument
3966 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3969 #define E_COND_RLSL_SUBS(cond, dest, roperand, r2shift, rshift) … argument
3970 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3972 #define E_COND_RLSR_SUBS(cond, dest, roperand, r2shift, rshift) … argument
3973 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3977 #define E_COND_RLSL_ADC(cond, dest, roperand, r2shift, rshift) … argument
3978 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3980 #define E_COND_RLSR_ADC(cond, dest, roperand, r2shift, rshift) … argument
3981 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3984 #define E_COND_RLSL_ADCS(cond, dest, roperand, r2shift, rshift) … argument
3985 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3987 #define E_COND_RLSR_ADCS(cond, dest, roperand, r2shift, rshift) … argument
3988 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3992 #define E_COND_RLSL_SBC(cond, dest, roperand, r2shift, rshift) … argument
3993 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3995 #define E_COND_RLSR_SBC(cond, dest, roperand, r2shift, rshift) … argument
3996 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
3999 #define E_COND_RLSL_SBCS(cond, dest, roperand, r2shift, rshift) … argument
4000 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4002 #define E_COND_RLSR_SBCS(cond, dest, roperand, r2shift, rshift) … argument
4003 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4012 #define E_AND_RLSL(dest, roperand, r2shift, rshift) … argument
4013 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4015 #define E_AND_RLSR(dest, roperand, r2shift, rshift) … argument
4016 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4019 #define E_AND_RLSLS(dest, roperand, r2shift, rshift) … argument
4020 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4022 #define E_AND_RLSRS(dest, roperand, r2shift, rshift) … argument
4023 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4027 #define E_OR_RLSL(dest, roperand, r2shift, rshift) … argument
4028 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4030 #define E_OR_RLSR(dest, roperand, r2shift, rshift) … argument
4031 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4034 #define E_OR_RLSLS(dest, roperand, r2shift, rshift) … argument
4035 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4037 #define E_OR_RLSRS(dest, roperand, r2shift, rshift) … argument
4038 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4042 #define E_XOR_RLSL(dest, roperand, r2shift, rshift) … argument
4043 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4045 #define E_XOR_RLSR(dest, roperand, r2shift, rshift) … argument
4046 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4049 #define E_XOR_RLSLS(dest, roperand, r2shift, rshift) … argument
4050 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4052 #define E_XOR_RLSRS(dest, roperand, r2shift, rshift) … argument
4053 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4057 #define E_ADD_RLSL(dest, roperand, r2shift, rshift) … argument
4058 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4060 #define E_ADD_RLSR(dest, roperand, r2shift, rshift) … argument
4061 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4064 #define E_ADD_RLSLS(dest, roperand, r2shift, rshift) … argument
4065 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4067 #define E_ADD_RLSRS(dest, roperand, r2shift, rshift) … argument
4068 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4072 #define E_SUB_RLSL(dest, roperand, r2shift, rshift) … argument
4073 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4075 #define E_SUB_RLSR(dest, roperand, r2shift, rshift) … argument
4076 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4079 #define E_SUB_RLSLS(dest, roperand, r2shift, rshift) … argument
4080 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4082 #define E_SUB_RLSRS(dest, roperand, r2shift, rshift) … argument
4083 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4087 #define E_ADC_RLSL(dest, roperand, r2shift, rshift) … argument
4088 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4090 #define E_ADC_RLSR(dest, roperand, r2shift, rshift) … argument
4091 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4094 #define E_ADC_RLSLS(dest, roperand, r2shift, rshift) … argument
4095 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4097 #define E_ADC_RLSRS(dest, roperand, r2shift, rshift) … argument
4098 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4102 #define E_SBC_RLSL(dest, roperand, r2shift, rshift) … argument
4103 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4105 #define E_SBC_RLSR(dest, roperand, r2shift, rshift) … argument
4106 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4109 #define E_SBC_RLSLS(dest, roperand, r2shift, rshift) … argument
4110 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4112 #define E_SBC_RLSRS(dest, roperand, r2shift, rshift) … argument
4113 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4119 #define E_COND_AND_RLSL(cond, dest, roperand, r2shift, rshift) … argument
4120 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4122 #define E_COND_AND_RLSR(cond, dest, roperand, r2shift, rshift) … argument
4123 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4126 #define E_COND_AND_RLSLS(cond, dest, roperand, r2shift, rshift) … argument
4127 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4129 #define E_COND_AND_RLSRS(cond, dest, roperand, r2shift, rshift) … argument
4130 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4134 #define E_COND_OR_RLSL(cond, dest, roperand, r2shift, rshift) … argument
4135 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4137 #define E_COND_OR_RLSR(cond, dest, roperand, r2shift, rshift) … argument
4138 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4141 #define E_COND_OR_RLSLS(cond, dest, roperand, r2shift, rshift) … argument
4142 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4144 #define E_COND_OR_RLSRS(cond, dest, roperand, r2shift, rshift) … argument
4145 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4149 #define E_COND_XOR_RLSL(cond, dest, roperand, r2shift, rshift) … argument
4150 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4152 #define E_COND_XOR_RLSR(cond, dest, roperand, r2shift, rshift) … argument
4153 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4156 #define E_COND_XOR_RLSLS(cond, dest, roperand, r2shift, rshift) … argument
4157 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4159 #define E_COND_XOR_RLSRS(cond, dest, roperand, r2shift, rshift) … argument
4160 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4164 #define E_COND_ADD_RLSL(cond, dest, roperand, r2shift, rshift) … argument
4165 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4167 #define E_COND_ADD_RLSR(cond, dest, roperand, r2shift, rshift) … argument
4168 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4171 #define E_COND_ADD_RLSLS(cond, dest, roperand, r2shift, rshift) … argument
4172 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4174 #define E_COND_ADD_RLSRS(cond, dest, roperand, r2shift, rshift) … argument
4175 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4179 #define E_COND_SUB_RLSL(cond, dest, roperand, r2shift, rshift) … argument
4180 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4182 #define E_COND_SUB_RLSR(cond, dest, roperand, r2shift, rshift) … argument
4183 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4186 #define E_COND_SUB_RLSLS(cond, dest, roperand, r2shift, rshift) … argument
4187 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4189 #define E_COND_SUB_RLSRS(cond, dest, roperand, r2shift, rshift) … argument
4190 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4194 #define E_COND_ADC_RLSL(cond, dest, roperand, r2shift, rshift) … argument
4195 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4197 #define E_COND_ADC_RLSR(cond, dest, roperand, r2shift, rshift) … argument
4198 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4201 #define E_COND_ADC_RLSLS(cond, dest, roperand, r2shift, rshift) … argument
4202 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4204 #define E_COND_ADC_RLSRS(cond, dest, roperand, r2shift, rshift) … argument
4205 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4209 #define E_COND_SBC_RLSL(cond, dest, roperand, r2shift, rshift) … argument
4210 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4212 #define E_COND_SBC_RLSR(cond, dest, roperand, r2shift, rshift) … argument
4213 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4216 #define E_COND_SBC_RLSLS(cond, dest, roperand, r2shift, rshift) … argument
4217 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4219 #define E_COND_SBC_RLSRS(cond, dest, roperand, r2shift, rshift) … argument
4220 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4228 #define E_RLSLN(dest, r2shift, rshift) … argument
4229 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0x1f) << 24) + (0 <<…
4231 #define E_RLSRN(dest, r2shift, rshift) … argument
4232 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0x1f) << 24) + (0 <<…
4235 #define E_RLSLNS(dest, r2shift, rshift) … argument
4236 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0x1f) << 24) + (0 <<…
4238 #define E_RLSRNS(dest, r2shift, rshift) … argument
4239 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0x1f) << 24) + (0 <<…
4243 #define E_RLSL_ANDN(dest, roperand, r2shift, rshift) … argument
4244 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4246 #define E_RLSR_ANDN(dest, roperand, r2shift, rshift) … argument
4247 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4250 #define E_RLSL_ANDNS(dest, roperand, r2shift, rshift) … argument
4251 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4253 #define E_RLSR_ANDNS(dest, roperand, r2shift, rshift) … argument
4254 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4258 #define E_RLSL_ORN(dest, roperand, r2shift, rshift) … argument
4259 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4261 #define E_RLSR_ORN(dest, roperand, r2shift, rshift) … argument
4262 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4265 #define E_RLSL_ORNS(dest, roperand, r2shift, rshift) … argument
4266 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4268 #define E_RLSR_ORNS(dest, roperand, r2shift, rshift) … argument
4269 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4273 #define E_RLSL_XORN(dest, roperand, r2shift, rshift) … argument
4274 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4276 #define E_RLSR_XORN(dest, roperand, r2shift, rshift) … argument
4277 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4280 #define E_RLSL_XORNS(dest, roperand, r2shift, rshift) … argument
4281 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4283 #define E_RLSR_XORNS(dest, roperand, r2shift, rshift) … argument
4284 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4288 #define E_RLSL_ADDN(dest, roperand, r2shift, rshift) … argument
4289 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4291 #define E_RLSR_ADDN(dest, roperand, r2shift, rshift) … argument
4292 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4295 #define E_RLSL_ADDNS(dest, roperand, r2shift, rshift) … argument
4296 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4298 #define E_RLSR_ADDNS(dest, roperand, r2shift, rshift) … argument
4299 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4303 #define E_RLSL_SUBN(dest, roperand, r2shift, rshift) … argument
4304 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4306 #define E_RLSR_SUBN(dest, roperand, r2shift, rshift) … argument
4307 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4310 #define E_RLSL_SUBNS(dest, roperand, r2shift, rshift) … argument
4311 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4313 #define E_RLSR_SUBNS(dest, roperand, r2shift, rshift) … argument
4314 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4318 #define E_RLSL_ADCN(dest, roperand, r2shift, rshift) … argument
4319 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4321 #define E_RLSR_ADCN(dest, roperand, r2shift, rshift) … argument
4322 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4325 #define E_RLSL_ADCNS(dest, roperand, r2shift, rshift) … argument
4326 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4328 #define E_RLSR_ADCNS(dest, roperand, r2shift, rshift) … argument
4329 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4333 #define E_RLSL_SBCN(dest, roperand, r2shift, rshift) … argument
4334 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4336 #define E_RLSR_SBCN(dest, roperand, r2shift, rshift) … argument
4337 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4340 #define E_RLSL_SBCNS(dest, roperand, r2shift, rshift) … argument
4341 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4343 #define E_RLSR_SBCNS(dest, roperand, r2shift, rshift) … argument
4344 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4349 #define E_COND_RLSLN(cond, dest, r2shift, rshift) … argument
4350 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + (0 …
4352 #define E_COND_RLSRN(cond, dest, r2shift, rshift) … argument
4353 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + (0 …
4356 #define E_COND_RLSLNS(cond, dest, r2shift, rshift) … argument
4357 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + (0 …
4359 #define E_COND_RLSRNS(cond, dest, r2shift, rshift) … argument
4360 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + (0 …
4364 #define E_COND_RLSL_ANDN(cond, dest, roperand, r2shift, rshift) … argument
4365 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4367 #define E_COND_RLSR_ANDN(cond, dest, roperand, r2shift, rshift) … argument
4368 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4371 #define E_COND_RLSL_ANDNS(cond, dest, roperand, r2shift, rshift) … argument
4372 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4374 #define E_COND_RLSR_ANDNS(cond, dest, roperand, r2shift, rshift) … argument
4375 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4379 #define E_COND_RLSL_ORN(cond, dest, roperand, r2shift, rshift) … argument
4380 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4382 #define E_COND_RLSR_ORN(cond, dest, roperand, r2shift, rshift) … argument
4383 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4386 #define E_COND_RLSL_ORNS(cond, dest, roperand, r2shift, rshift) … argument
4387 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4389 #define E_COND_RLSR_ORNS(cond, dest, roperand, r2shift, rshift) … argument
4390 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4394 #define E_COND_RLSL_XORN(cond, dest, roperand, r2shift, rshift) … argument
4395 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4397 #define E_COND_RLSR_XORN(cond, dest, roperand, r2shift, rshift) … argument
4398 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4401 #define E_COND_RLSL_XORNS(cond, dest, roperand, r2shift, rshift) … argument
4402 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4404 #define E_COND_RLSR_XORNS(cond, dest, roperand, r2shift, rshift) … argument
4405 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4409 #define E_COND_RLSL_ADDN(cond, dest, roperand, r2shift, rshift) … argument
4410 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4412 #define E_COND_RLSR_ADDN(cond, dest, roperand, r2shift, rshift) … argument
4413 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4416 #define E_COND_RLSL_ADDNS(cond, dest, roperand, r2shift, rshift) … argument
4417 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4419 #define E_COND_RLSR_ADDNS(cond, dest, roperand, r2shift, rshift) … argument
4420 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4424 #define E_COND_RLSL_SUBN(cond, dest, roperand, r2shift, rshift) … argument
4425 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4427 #define E_COND_RLSR_SUBN(cond, dest, roperand, r2shift, rshift) … argument
4428 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4431 #define E_COND_RLSL_SUBNS(cond, dest, roperand, r2shift, rshift) … argument
4432 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4434 #define E_COND_RLSR_SUBNS(cond, dest, roperand, r2shift, rshift) … argument
4435 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4439 #define E_COND_RLSL_ADCN(cond, dest, roperand, r2shift, rshift) … argument
4440 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4442 #define E_COND_RLSR_ADCN(cond, dest, roperand, r2shift, rshift) … argument
4443 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4446 #define E_COND_RLSL_ADCNS(cond, dest, roperand, r2shift, rshift) … argument
4447 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4449 #define E_COND_RLSR_ADCNS(cond, dest, roperand, r2shift, rshift) … argument
4450 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4454 #define E_COND_RLSL_SBCN(cond, dest, roperand, r2shift, rshift) … argument
4455 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4457 #define E_COND_RLSR_SBCN(cond, dest, roperand, r2shift, rshift) … argument
4458 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4461 #define E_COND_RLSL_SBCNS(cond, dest, roperand, r2shift, rshift) … argument
4462 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4464 #define E_COND_RLSR_SBCNS(cond, dest, roperand, r2shift, rshift) … argument
4465 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4474 #define E_ANDN_RLSL(dest, roperand, r2shift, rshift) … argument
4475 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4477 #define E_ANDN_RLSR(dest, roperand, r2shift, rshift) … argument
4478 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4481 #define E_ANDN_RLSLS(dest, roperand, r2shift, rshift) … argument
4482 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4484 #define E_ANDN_RLSRS(dest, roperand, r2shift, rshift) … argument
4485 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4489 #define E_ORN_RLSL(dest, roperand, r2shift, rshift) … argument
4490 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4492 #define E_ORN_RLSR(dest, roperand, r2shift, rshift) … argument
4493 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4496 #define E_ORN_RLSLS(dest, roperand, r2shift, rshift) … argument
4497 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4499 #define E_ORN_RLSRS(dest, roperand, r2shift, rshift) … argument
4500 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4504 #define E_XORN_RLSL(dest, roperand, r2shift, rshift) … argument
4505 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4507 #define E_XORN_RLSR(dest, roperand, r2shift, rshift) … argument
4508 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4511 #define E_XORN_RLSLS(dest, roperand, r2shift, rshift) … argument
4512 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4514 #define E_XORN_RLSRS(dest, roperand, r2shift, rshift) … argument
4515 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4519 #define E_ADDN_RLSL(dest, roperand, r2shift, rshift) … argument
4520 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4522 #define E_ADDN_RLSR(dest, roperand, r2shift, rshift) … argument
4523 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4526 #define E_ADDN_RLSLS(dest, roperand, r2shift, rshift) … argument
4527 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4529 #define E_ADDN_RLSRS(dest, roperand, r2shift, rshift) … argument
4530 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4534 #define E_SUBN_RLSL(dest, roperand, r2shift, rshift) … argument
4535 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4537 #define E_SUBN_RLSR(dest, roperand, r2shift, rshift) … argument
4538 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4541 #define E_SUBN_RLSLS(dest, roperand, r2shift, rshift) … argument
4542 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4544 #define E_SUBN_RLSRS(dest, roperand, r2shift, rshift) … argument
4545 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4549 #define E_ADCN_RLSL(dest, roperand, r2shift, rshift) … argument
4550 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4552 #define E_ADCN_RLSR(dest, roperand, r2shift, rshift) … argument
4553 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4556 #define E_ADCN_RLSLS(dest, roperand, r2shift, rshift) … argument
4557 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4559 #define E_ADCN_RLSRS(dest, roperand, r2shift, rshift) … argument
4560 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4564 #define E_SBCN_RLSL(dest, roperand, r2shift, rshift) … argument
4565 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4567 #define E_SBCN_RLSR(dest, roperand, r2shift, rshift) … argument
4568 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4571 #define E_SBCN_RLSLS(dest, roperand, r2shift, rshift) … argument
4572 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4574 #define E_SBCN_RLSRS(dest, roperand, r2shift, rshift) … argument
4575 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4581 #define E_COND_ANDN_RLSL(cond, dest, roperand, r2shift, rshift) … argument
4582 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4584 #define E_COND_ANDN_RLSR(cond, dest, roperand, r2shift, rshift) … argument
4585 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4588 #define E_COND_ANDN_RLSLS(cond, dest, roperand, r2shift, rshift) … argument
4589 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4591 #define E_COND_ANDN_RLSRS(cond, dest, roperand, r2shift, rshift) … argument
4592 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4596 #define E_COND_ORN_RLSL(cond, dest, roperand, r2shift, rshift) … argument
4597 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4599 #define E_COND_ORN_RLSR(cond, dest, roperand, r2shift, rshift) … argument
4600 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4603 #define E_COND_ORN_RLSLS(cond, dest, roperand, r2shift, rshift) … argument
4604 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4606 #define E_COND_ORN_RLSRS(cond, dest, roperand, r2shift, rshift) … argument
4607 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4611 #define E_COND_XORN_RLSL(cond, dest, roperand, r2shift, rshift) … argument
4612 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4614 #define E_COND_XORN_RLSR(cond, dest, roperand, r2shift, rshift) … argument
4615 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4618 #define E_COND_XORN_RLSLS(cond, dest, roperand, r2shift, rshift) … argument
4619 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4621 #define E_COND_XORN_RLSRS(cond, dest, roperand, r2shift, rshift) … argument
4622 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4626 #define E_COND_ADDN_RLSL(cond, dest, roperand, r2shift, rshift) … argument
4627 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4629 #define E_COND_ADDN_RLSR(cond, dest, roperand, r2shift, rshift) … argument
4630 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4633 #define E_COND_ADDN_RLSLS(cond, dest, roperand, r2shift, rshift) … argument
4634 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4636 #define E_COND_ADDN_RLSRS(cond, dest, roperand, r2shift, rshift) … argument
4637 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4641 #define E_COND_SUBN_RLSL(cond, dest, roperand, r2shift, rshift) … argument
4642 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4644 #define E_COND_SUBN_RLSR(cond, dest, roperand, r2shift, rshift) … argument
4645 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4648 #define E_COND_SUBN_RLSLS(cond, dest, roperand, r2shift, rshift) … argument
4649 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4651 #define E_COND_SUBN_RLSRS(cond, dest, roperand, r2shift, rshift) … argument
4652 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4656 #define E_COND_ADCN_RLSL(cond, dest, roperand, r2shift, rshift) … argument
4657 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4659 #define E_COND_ADCN_RLSR(cond, dest, roperand, r2shift, rshift) … argument
4660 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4663 #define E_COND_ADCN_RLSLS(cond, dest, roperand, r2shift, rshift) … argument
4664 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4666 #define E_COND_ADCN_RLSRS(cond, dest, roperand, r2shift, rshift) … argument
4667 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4671 #define E_COND_SBCN_RLSL(cond, dest, roperand, r2shift, rshift) … argument
4672 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4674 #define E_COND_SBCN_RLSR(cond, dest, roperand, r2shift, rshift) … argument
4675 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4678 #define E_COND_SBCN_RLSLS(cond, dest, roperand, r2shift, rshift) … argument
4679 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4681 #define E_COND_SBCN_RLSRS(cond, dest, roperand, r2shift, rshift) … argument
4682 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4696 #define E_RROR(dest, r2shift, rshift) … argument
4697 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0x1f) << 24) + (0 <<…
4700 #define E_RRORS(dest, r2shift, rshift) … argument
4701 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0x1f) << 24) + (0 <<…
4705 #define E_RROR_AND(dest, roperand, r2shift, rshift) … argument
4706 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4709 #define E_RROR_ANDS(dest, roperand, r2shift, rshift) … argument
4710 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4714 #define E_RROR_OR(dest, roperand, r2shift, rshift) … argument
4715 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4718 #define E_RROR_ORS(dest, roperand, r2shift, rshift) … argument
4719 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4723 #define E_RROR_XOR(dest, roperand, r2shift, rshift) … argument
4724 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4727 #define E_RROR_XORS(dest, roperand, r2shift, rshift) … argument
4728 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4732 #define E_RROR_ADD(dest, roperand, r2shift, rshift) … argument
4733 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4736 #define E_RROR_ADDS(dest, roperand, r2shift, rshift) … argument
4737 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4741 #define E_RROR_SUB(dest, roperand, r2shift, rshift) … argument
4742 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4745 #define E_RROR_SUBS(dest, roperand, r2shift, rshift) … argument
4746 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4750 #define E_RROR_ADC(dest, roperand, r2shift, rshift) … argument
4751 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4754 #define E_RROR_ADCS(dest, roperand, r2shift, rshift) … argument
4755 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4759 #define E_RROR_SBC(dest, roperand, r2shift, rshift) … argument
4760 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4763 #define E_RROR_SBCS(dest, roperand, r2shift, rshift) … argument
4764 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4769 #define E_COND_RROR(cond, dest, r2shift, rshift) … argument
4770 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + (0 …
4773 #define E_COND_RRORS(cond, dest, r2shift, rshift) … argument
4774 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + (0 …
4778 #define E_COND_RROR_AND(cond, dest, roperand, r2shift, rshift) … argument
4779 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4782 #define E_COND_RROR_ANDS(cond, dest, roperand, r2shift, rshift) … argument
4783 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4787 #define E_COND_RROR_OR(cond, dest, roperand, r2shift, rshift) … argument
4788 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4791 #define E_COND_RROR_ORS(cond, dest, roperand, r2shift, rshift) … argument
4792 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4796 #define E_COND_RROR_XOR(cond, dest, roperand, r2shift, rshift) … argument
4797 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4800 #define E_COND_RROR_XORS(cond, dest, roperand, r2shift, rshift) … argument
4801 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4805 #define E_COND_RROR_ADD(cond, dest, roperand, r2shift, rshift) … argument
4806 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4809 #define E_COND_RROR_ADDS(cond, dest, roperand, r2shift, rshift) … argument
4810 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4814 #define E_COND_RROR_SUB(cond, dest, roperand, r2shift, rshift) … argument
4815 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4818 #define E_COND_RROR_SUBS(cond, dest, roperand, r2shift, rshift) … argument
4819 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4823 #define E_COND_RROR_ADC(cond, dest, roperand, r2shift, rshift) … argument
4824 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4827 #define E_COND_RROR_ADCS(cond, dest, roperand, r2shift, rshift) … argument
4828 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4832 #define E_COND_RROR_SBC(cond, dest, roperand, r2shift, rshift) … argument
4833 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4836 #define E_COND_RROR_SBCS(cond, dest, roperand, r2shift, rshift) … argument
4837 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4841 #define E_AND_RROR(dest, roperand, r2shift, rshift) … argument
4842 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4845 #define E_AND_RRORS(dest, roperand, r2shift, rshift) … argument
4846 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4850 #define E_OR_RROR(dest, roperand, r2shift, rshift) … argument
4851 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4854 #define E_OR_RRORS(dest, roperand, r2shift, rshift) … argument
4855 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4859 #define E_XOR_RROR(dest, roperand, r2shift, rshift) … argument
4860 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4863 #define E_XOR_RRORS(dest, roperand, r2shift, rshift) … argument
4864 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4868 #define E_ADD_RROR(dest, roperand, r2shift, rshift) … argument
4869 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4872 #define E_ADD_RRORS(dest, roperand, r2shift, rshift) … argument
4873 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4877 #define E_SUB_RROR(dest, roperand, r2shift, rshift) … argument
4878 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4881 #define E_SUB_RRORS(dest, roperand, r2shift, rshift) … argument
4882 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4886 #define E_ADC_RROR(dest, roperand, r2shift, rshift) … argument
4887 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4890 #define E_ADC_RRORS(dest, roperand, r2shift, rshift) … argument
4891 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4895 #define E_SBC_RROR(dest, roperand, r2shift, rshift) … argument
4896 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4899 #define E_SBC_RRORS(dest, roperand, r2shift, rshift) … argument
4900 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4906 #define E_COND_AND_RROR(cond, dest, roperand, r2shift, rshift) … argument
4907 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4910 #define E_COND_AND_RRORS(cond, dest, roperand, r2shift, rshift) … argument
4911 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4915 #define E_COND_OR_RROR(cond, dest, roperand, r2shift, rshift) … argument
4916 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4919 #define E_COND_OR_RRORS(cond, dest, roperand, r2shift, rshift) … argument
4920 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4924 #define E_COND_XOR_RROR(cond, dest, roperand, r2shift, rshift) … argument
4925 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4928 #define E_COND_XOR_RRORS(cond, dest, roperand, r2shift, rshift) … argument
4929 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4933 #define E_COND_ADD_RROR(cond, dest, roperand, r2shift, rshift) … argument
4934 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4937 #define E_COND_ADD_RRORS(cond, dest, roperand, r2shift, rshift) … argument
4938 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4942 #define E_COND_SUB_RROR(cond, dest, roperand, r2shift, rshift) … argument
4943 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4946 #define E_COND_SUB_RRORS(cond, dest, roperand, r2shift, rshift) … argument
4947 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4951 #define E_COND_ADC_RROR(cond, dest, roperand, r2shift, rshift) … argument
4952 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4955 #define E_COND_ADC_RRORS(cond, dest, roperand, r2shift, rshift) … argument
4956 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4960 #define E_COND_SBC_RROR(cond, dest, roperand, r2shift, rshift) … argument
4961 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4964 #define E_COND_SBC_RRORS(cond, dest, roperand, r2shift, rshift) … argument
4965 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
4979 #define E_RRORN(dest, r2shift, rshift) … argument
4980 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0x1f) << 24) + (0 <<…
4983 #define E_RRORNS(dest, r2shift, rshift) … argument
4984 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0x1f) << 24) + (0 <<…
4988 #define E_RROR_ANDN(dest, roperand, r2shift, rshift) … argument
4989 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
4992 #define E_RROR_ANDNS(dest, roperand, r2shift, rshift) … argument
4993 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
4997 #define E_RROR_ORN(dest, roperand, r2shift, rshift) … argument
4998 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5001 #define E_RROR_ORNS(dest, roperand, r2shift, rshift) … argument
5002 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5006 #define E_RROR_XORN(dest, roperand, r2shift, rshift) … argument
5007 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5010 #define E_RROR_XORNS(dest, roperand, r2shift, rshift) … argument
5011 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5015 #define E_RROR_ADDN(dest, roperand, r2shift, rshift) … argument
5016 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5019 #define E_RROR_ADDNS(dest, roperand, r2shift, rshift) … argument
5020 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5024 #define E_RROR_SUBN(dest, roperand, r2shift, rshift) … argument
5025 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5028 #define E_RROR_SUBNS(dest, roperand, r2shift, rshift) … argument
5029 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5033 #define E_RROR_ADCN(dest, roperand, r2shift, rshift) … argument
5034 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5037 #define E_RROR_ADCNS(dest, roperand, r2shift, rshift) … argument
5038 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5042 #define E_RROR_SBCN(dest, roperand, r2shift, rshift) … argument
5043 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5046 #define E_RROR_SBCNS(dest, roperand, r2shift, rshift) … argument
5047 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5052 #define E_COND_RRORN(cond, dest, r2shift, rshift) … argument
5053 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + (0 …
5056 #define E_COND_RRORNS(cond, dest, r2shift, rshift) … argument
5057 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + (0 …
5061 #define E_COND_RROR_ANDN(cond, dest, roperand, r2shift, rshift) … argument
5062 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5065 #define E_COND_RROR_ANDNS(cond, dest, roperand, r2shift, rshift) … argument
5066 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5070 #define E_COND_RROR_ORN(cond, dest, roperand, r2shift, rshift) … argument
5071 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5074 #define E_COND_RROR_ORNS(cond, dest, roperand, r2shift, rshift) … argument
5075 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5079 #define E_COND_RROR_XORN(cond, dest, roperand, r2shift, rshift) … argument
5080 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5083 #define E_COND_RROR_XORNS(cond, dest, roperand, r2shift, rshift) … argument
5084 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5088 #define E_COND_RROR_ADDN(cond, dest, roperand, r2shift, rshift) … argument
5089 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5092 #define E_COND_RROR_ADDNS(cond, dest, roperand, r2shift, rshift) … argument
5093 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5097 #define E_COND_RROR_SUBN(cond, dest, roperand, r2shift, rshift) … argument
5098 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5101 #define E_COND_RROR_SUBNS(cond, dest, roperand, r2shift, rshift) … argument
5102 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5106 #define E_COND_RROR_ADCN(cond, dest, roperand, r2shift, rshift) … argument
5107 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5110 #define E_COND_RROR_ADCNS(cond, dest, roperand, r2shift, rshift) … argument
5111 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5115 #define E_COND_RROR_SBCN(cond, dest, roperand, r2shift, rshift) … argument
5116 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5119 #define E_COND_RROR_SBCNS(cond, dest, roperand, r2shift, rshift) … argument
5120 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5124 #define E_ANDN_RROR(dest, roperand, r2shift, rshift) … argument
5125 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5128 #define E_ANDN_RRORS(dest, roperand, r2shift, rshift) … argument
5129 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5133 #define E_ORN_RROR(dest, roperand, r2shift, rshift) … argument
5134 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5137 #define E_ORN_RRORS(dest, roperand, r2shift, rshift) … argument
5138 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5142 #define E_XORN_RROR(dest, roperand, r2shift, rshift) … argument
5143 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5146 #define E_XORN_RRORS(dest, roperand, r2shift, rshift) … argument
5147 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5151 #define E_ADDN_RROR(dest, roperand, r2shift, rshift) … argument
5152 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5155 #define E_ADDN_RRORS(dest, roperand, r2shift, rshift) … argument
5156 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5160 #define E_SUBN_RROR(dest, roperand, r2shift, rshift) … argument
5161 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5164 #define E_SUBN_RRORS(dest, roperand, r2shift, rshift) … argument
5165 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5169 #define E_ADCN_RROR(dest, roperand, r2shift, rshift) … argument
5170 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5173 #define E_ADCN_RRORS(dest, roperand, r2shift, rshift) … argument
5174 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5178 #define E_SBCN_RROR(dest, roperand, r2shift, rshift) … argument
5179 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5182 #define E_SBCN_RRORS(dest, roperand, r2shift, rshift) … argument
5183 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5189 #define E_COND_ANDN_RROR(cond, dest, roperand, r2shift, rshift) … argument
5190 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5193 #define E_COND_ANDN_RRORS(cond, dest, roperand, r2shift, rshift) … argument
5194 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5198 #define E_COND_ORN_RROR(cond, dest, roperand, r2shift, rshift) … argument
5199 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5202 #define E_COND_ORN_RRORS(cond, dest, roperand, r2shift, rshift) … argument
5203 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5207 #define E_COND_XORN_RROR(cond, dest, roperand, r2shift, rshift) … argument
5208 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5211 #define E_COND_XORN_RRORS(cond, dest, roperand, r2shift, rshift) … argument
5212 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5216 #define E_COND_ADDN_RROR(cond, dest, roperand, r2shift, rshift) … argument
5217 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5220 #define E_COND_ADDN_RRORS(cond, dest, roperand, r2shift, rshift) … argument
5221 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5225 #define E_COND_SUBN_RROR(cond, dest, roperand, r2shift, rshift) … argument
5226 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5229 #define E_COND_SUBN_RRORS(cond, dest, roperand, r2shift, rshift) … argument
5230 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5234 #define E_COND_ADCN_RROR(cond, dest, roperand, r2shift, rshift) … argument
5235 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5238 #define E_COND_ADCN_RRORS(cond, dest, roperand, r2shift, rshift) … argument
5239 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5243 #define E_COND_SBCN_RROR(cond, dest, roperand, r2shift, rshift) … argument
5244 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5247 #define E_COND_SBCN_RRORS(cond, dest, roperand, r2shift, rshift) … argument
5248 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5262 #define E_RASR(dest, r2shift, rshift) … argument
5263 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0x1f) << 24) + (0 <<…
5266 #define E_RASRS(dest, r2shift, rshift) … argument
5267 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0x1f) << 24) + (0 <<…
5271 #define E_RASR_AND(dest, roperand, r2shift, rshift) … argument
5272 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5275 #define E_RASR_ANDS(dest, roperand, r2shift, rshift) … argument
5276 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5280 #define E_RASR_OR(dest, roperand, r2shift, rshift) … argument
5281 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5284 #define E_RASR_ORS(dest, roperand, r2shift, rshift) … argument
5285 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5289 #define E_RASR_XOR(dest, roperand, r2shift, rshift) … argument
5290 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5293 #define E_RASR_XORS(dest, roperand, r2shift, rshift) … argument
5294 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5298 #define E_RASR_ADD(dest, roperand, r2shift, rshift) … argument
5299 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5302 #define E_RASR_ADDS(dest, roperand, r2shift, rshift) … argument
5303 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5307 #define E_RASR_SUB(dest, roperand, r2shift, rshift) … argument
5308 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5311 #define E_RASR_SUBS(dest, roperand, r2shift, rshift) … argument
5312 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5316 #define E_RASR_ADC(dest, roperand, r2shift, rshift) … argument
5317 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5320 #define E_RASR_ADCS(dest, roperand, r2shift, rshift) … argument
5321 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5325 #define E_RASR_SBC(dest, roperand, r2shift, rshift) … argument
5326 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5329 #define E_RASR_SBCS(dest, roperand, r2shift, rshift) … argument
5330 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5335 #define E_COND_RASR(cond, dest, r2shift, rshift) … argument
5336 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + (0 …
5339 #define E_COND_RASRS(cond, dest, r2shift, rshift) … argument
5340 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + (0 …
5344 #define E_COND_RASR_AND(cond, dest, roperand, r2shift, rshift) … argument
5345 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5348 #define E_COND_RASR_ANDS(cond, dest, roperand, r2shift, rshift) … argument
5349 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5353 #define E_COND_RASR_OR(cond, dest, roperand, r2shift, rshift) … argument
5354 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5357 #define E_COND_RASR_ORS(cond, dest, roperand, r2shift, rshift) … argument
5358 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5362 #define E_COND_RASR_XOR(cond, dest, roperand, r2shift, rshift) … argument
5363 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5366 #define E_COND_RASR_XORS(cond, dest, roperand, r2shift, rshift) … argument
5367 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5371 #define E_COND_RASR_ADD(cond, dest, roperand, r2shift, rshift) … argument
5372 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5375 #define E_COND_RASR_ADDS(cond, dest, roperand, r2shift, rshift) … argument
5376 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5380 #define E_COND_RASR_SUB(cond, dest, roperand, r2shift, rshift) … argument
5381 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5384 #define E_COND_RASR_SUBS(cond, dest, roperand, r2shift, rshift) … argument
5385 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5389 #define E_COND_RASR_ADC(cond, dest, roperand, r2shift, rshift) … argument
5390 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5393 #define E_COND_RASR_ADCS(cond, dest, roperand, r2shift, rshift) … argument
5394 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5398 #define E_COND_RASR_SBC(cond, dest, roperand, r2shift, rshift) … argument
5399 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5402 #define E_COND_RASR_SBCS(cond, dest, roperand, r2shift, rshift) … argument
5403 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5407 #define E_AND_RASR(dest, roperand, r2shift, rshift) … argument
5408 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5411 #define E_AND_RASRS(dest, roperand, r2shift, rshift) … argument
5412 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5416 #define E_OR_RASR(dest, roperand, r2shift, rshift) … argument
5417 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5420 #define E_OR_RASRS(dest, roperand, r2shift, rshift) … argument
5421 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5425 #define E_XOR_RASR(dest, roperand, r2shift, rshift) … argument
5426 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5429 #define E_XOR_RASRS(dest, roperand, r2shift, rshift) … argument
5430 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5434 #define E_ADD_RASR(dest, roperand, r2shift, rshift) … argument
5435 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5438 #define E_ADD_RASRS(dest, roperand, r2shift, rshift) … argument
5439 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5443 #define E_SUB_RASR(dest, roperand, r2shift, rshift) … argument
5444 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5447 #define E_SUB_RASRS(dest, roperand, r2shift, rshift) … argument
5448 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5452 #define E_ADC_RASR(dest, roperand, r2shift, rshift) … argument
5453 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5456 #define E_ADC_RASRS(dest, roperand, r2shift, rshift) … argument
5457 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5461 #define E_SBC_RASR(dest, roperand, r2shift, rshift) … argument
5462 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5465 #define E_SBC_RASRS(dest, roperand, r2shift, rshift) … argument
5466 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5472 #define E_COND_AND_RASR(cond, dest, roperand, r2shift, rshift) … argument
5473 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5476 #define E_COND_AND_RASRS(cond, dest, roperand, r2shift, rshift) … argument
5477 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5481 #define E_COND_OR_RASR(cond, dest, roperand, r2shift, rshift) … argument
5482 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5485 #define E_COND_OR_RASRS(cond, dest, roperand, r2shift, rshift) … argument
5486 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5490 #define E_COND_XOR_RASR(cond, dest, roperand, r2shift, rshift) … argument
5491 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5494 #define E_COND_XOR_RASRS(cond, dest, roperand, r2shift, rshift) … argument
5495 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5499 #define E_COND_ADD_RASR(cond, dest, roperand, r2shift, rshift) … argument
5500 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5503 #define E_COND_ADD_RASRS(cond, dest, roperand, r2shift, rshift) … argument
5504 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5508 #define E_COND_SUB_RASR(cond, dest, roperand, r2shift, rshift) … argument
5509 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5512 #define E_COND_SUB_RASRS(cond, dest, roperand, r2shift, rshift) … argument
5513 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5517 #define E_COND_ADC_RASR(cond, dest, roperand, r2shift, rshift) … argument
5518 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5521 #define E_COND_ADC_RASRS(cond, dest, roperand, r2shift, rshift) … argument
5522 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5526 #define E_COND_SBC_RASR(cond, dest, roperand, r2shift, rshift) … argument
5527 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5530 #define E_COND_SBC_RASRS(cond, dest, roperand, r2shift, rshift) … argument
5531 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5545 #define E_RASRN(dest, r2shift, rshift) … argument
5546 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0x1f) << 24) + (0 <<…
5549 #define E_RASRNS(dest, r2shift, rshift) … argument
5550 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0x1f) << 24) + (0 <<…
5554 #define E_RASR_ANDN(dest, roperand, r2shift, rshift) … argument
5555 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5558 #define E_RASR_ANDNS(dest, roperand, r2shift, rshift) … argument
5559 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5563 #define E_RASR_ORN(dest, roperand, r2shift, rshift) … argument
5564 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5567 #define E_RASR_ORNS(dest, roperand, r2shift, rshift) … argument
5568 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5572 #define E_RASR_XORN(dest, roperand, r2shift, rshift) … argument
5573 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5576 #define E_RASR_XORNS(dest, roperand, r2shift, rshift) … argument
5577 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5581 #define E_RASR_ADDN(dest, roperand, r2shift, rshift) … argument
5582 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5585 #define E_RASR_ADDNS(dest, roperand, r2shift, rshift) … argument
5586 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5590 #define E_RASR_SUBN(dest, roperand, r2shift, rshift) … argument
5591 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5594 #define E_RASR_SUBNS(dest, roperand, r2shift, rshift) … argument
5595 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5599 #define E_RASR_ADCN(dest, roperand, r2shift, rshift) … argument
5600 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5603 #define E_RASR_ADCNS(dest, roperand, r2shift, rshift) … argument
5604 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5608 #define E_RASR_SBCN(dest, roperand, r2shift, rshift) … argument
5609 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5612 #define E_RASR_SBCNS(dest, roperand, r2shift, rshift) … argument
5613 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5618 #define E_COND_RASRN(cond, dest, r2shift, rshift) … argument
5619 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + (0 …
5622 #define E_COND_RASRNS(cond, dest, r2shift, rshift) … argument
5623 …DCD 0x19 + (dest << 10) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + (0 …
5627 #define E_COND_RASR_ANDN(cond, dest, roperand, r2shift, rshift) … argument
5628 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5631 #define E_COND_RASR_ANDNS(cond, dest, roperand, r2shift, rshift) … argument
5632 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5636 #define E_COND_RASR_ORN(cond, dest, roperand, r2shift, rshift) … argument
5637 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5640 #define E_COND_RASR_ORNS(cond, dest, roperand, r2shift, rshift) … argument
5641 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5645 #define E_COND_RASR_XORN(cond, dest, roperand, r2shift, rshift) … argument
5646 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5649 #define E_COND_RASR_XORNS(cond, dest, roperand, r2shift, rshift) … argument
5650 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5654 #define E_COND_RASR_ADDN(cond, dest, roperand, r2shift, rshift) … argument
5655 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5658 #define E_COND_RASR_ADDNS(cond, dest, roperand, r2shift, rshift) … argument
5659 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5663 #define E_COND_RASR_SUBN(cond, dest, roperand, r2shift, rshift) … argument
5664 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5667 #define E_COND_RASR_SUBNS(cond, dest, roperand, r2shift, rshift) … argument
5668 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5672 #define E_COND_RASR_ADCN(cond, dest, roperand, r2shift, rshift) … argument
5673 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5676 #define E_COND_RASR_ADCNS(cond, dest, roperand, r2shift, rshift) … argument
5677 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5681 #define E_COND_RASR_SBCN(cond, dest, roperand, r2shift, rshift) … argument
5682 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5685 #define E_COND_RASR_SBCNS(cond, dest, roperand, r2shift, rshift) … argument
5686 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5690 #define E_ANDN_RASR(dest, roperand, r2shift, rshift) … argument
5691 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5694 #define E_ANDN_RASRS(dest, roperand, r2shift, rshift) … argument
5695 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5699 #define E_ORN_RASR(dest, roperand, r2shift, rshift) … argument
5700 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5703 #define E_ORN_RASRS(dest, roperand, r2shift, rshift) … argument
5704 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5708 #define E_XORN_RASR(dest, roperand, r2shift, rshift) … argument
5709 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5712 #define E_XORN_RASRS(dest, roperand, r2shift, rshift) … argument
5713 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5717 #define E_ADDN_RASR(dest, roperand, r2shift, rshift) … argument
5718 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5721 #define E_ADDN_RASRS(dest, roperand, r2shift, rshift) … argument
5722 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5726 #define E_SUBN_RASR(dest, roperand, r2shift, rshift) … argument
5727 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5730 #define E_SUBN_RASRS(dest, roperand, r2shift, rshift) … argument
5731 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5735 #define E_ADCN_RASR(dest, roperand, r2shift, rshift) … argument
5736 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5739 #define E_ADCN_RASRS(dest, roperand, r2shift, rshift) … argument
5740 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5744 #define E_SBCN_RASR(dest, roperand, r2shift, rshift) … argument
5745 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (EU << 5) + ((rshift & 0…
5748 #define E_SBCN_RASRS(dest, roperand, r2shift, rshift) … argument
5749 …DCD 0x19 + (dest << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (EU << 5) + ((rshift & 0…
5755 #define E_COND_ANDN_RASR(cond, dest, roperand, r2shift, rshift) … argument
5756 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5759 #define E_COND_ANDN_RASRS(cond, dest, roperand, r2shift, rshift) … argument
5760 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5764 #define E_COND_ORN_RASR(cond, dest, roperand, r2shift, rshift) … argument
5765 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5768 #define E_COND_ORN_RASRS(cond, dest, roperand, r2shift, rshift) … argument
5769 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5773 #define E_COND_XORN_RASR(cond, dest, roperand, r2shift, rshift) … argument
5774 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5777 #define E_COND_XORN_RASRS(cond, dest, roperand, r2shift, rshift) … argument
5778 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5782 #define E_COND_ADDN_RASR(cond, dest, roperand, r2shift, rshift) … argument
5783 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5786 #define E_COND_ADDN_RASRS(cond, dest, roperand, r2shift, rshift) … argument
5787 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5791 #define E_COND_SUBN_RASR(cond, dest, roperand, r2shift, rshift) … argument
5792 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5795 #define E_COND_SUBN_RASRS(cond, dest, roperand, r2shift, rshift) … argument
5796 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5800 #define E_COND_ADCN_RASR(cond, dest, roperand, r2shift, rshift) … argument
5801 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5804 #define E_COND_ADCN_RASRS(cond, dest, roperand, r2shift, rshift) … argument
5805 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5809 #define E_COND_SBCN_RASR(cond, dest, roperand, r2shift, rshift) … argument
5810 … << 10) + (roperand << 14) + (r2shift << 20) + (0 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \
5813 #define E_COND_SBCN_RASRS(cond, dest, roperand, r2shift, rshift) … argument
5814 … << 10) + (roperand << 14) + (r2shift << 20) + (1 << 9) + (cond << 5) + ((rshift & 0x1f) << 24) + \