Home | History | Annotate | Download | only in arm

Lines Matching defs:t_shift

2136 	    enum { t_norm, t_shift, t_neg, t_mul } otype;
2142 { 0xE1B00010, t_shift}, /* MOVS Rd,Rd,LSL Rs */
2143 { 0xE1B00030, t_shift}, /* MOVS Rd,Rd,LSR Rs */
2144 { 0xE1B00050, t_shift}, /* MOVS Rd,Rd,ASR Rs */
2147 { 0xE1B00070, t_shift}, /* MOVS Rd,Rd,ROR Rs */
2165 { 0xE1A00010, t_shift}, /* MOV Rd,Rd,LSL Rs */
2166 { 0xE1A00030, t_shift}, /* MOV Rd,Rd,LSR Rs */
2167 { 0xE1A00050, t_shift}, /* MOV Rd,Rd,ASR Rs */
2170 { 0xE1A00070, t_shift}, /* MOV Rd,Rd,ROR Rs */
2190 case t_shift: