Home
last modified time | relevance | path

Searched refs:tinstr (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/arm/mm/
Dalignment.c591 thumb2arm(u16 tinstr) in thumb2arm() argument
593 u32 L = (tinstr & (1<<11)) >> 11; in thumb2arm()
595 switch ((tinstr & 0xf800) >> 11) { in thumb2arm()
602 ((tinstr & (1<<12)) << (22-12)) | /* fixup */ in thumb2arm()
604 ((tinstr & (7<<0)) << (12-0)) | /* Rd */ in thumb2arm()
605 ((tinstr & (7<<3)) << (16-3)) | /* Rn */ in thumb2arm()
606 ((tinstr & (31<<6)) >> /* immed_5 */ in thumb2arm()
607 (6 - ((tinstr & (1<<12)) ? 0 : 2))); in thumb2arm()
612 ((tinstr & (7<<0)) << (12-0)) | /* Rd */ in thumb2arm()
613 ((tinstr & (7<<3)) << (16-3)) | /* Rn */ in thumb2arm()
[all …]