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