Searched refs:tinstr (Results 1 – 1 of 1) sorted by relevance
611 thumb2arm(u16 tinstr) in thumb2arm() argument613 u32 L = (tinstr & (1<<11)) >> 11; in thumb2arm()615 switch ((tinstr & 0xf800) >> 11) { in thumb2arm()622 ((tinstr & (1<<12)) << (22-12)) | /* fixup */ in thumb2arm()624 ((tinstr & (7<<0)) << (12-0)) | /* Rd */ in thumb2arm()625 ((tinstr & (7<<3)) << (16-3)) | /* Rn */ in thumb2arm()626 ((tinstr & (31<<6)) >> /* immed_5 */ in thumb2arm()627 (6 - ((tinstr & (1<<12)) ? 0 : 2))); in thumb2arm()632 ((tinstr & (7<<0)) << (12-0)) | /* Rd */ in thumb2arm()633 ((tinstr & (7<<3)) << (16-3)) | /* Rn */ in thumb2arm()[all …]