Searched refs:tinstr (Results 1 – 3 of 3) sorted by relevance
608 thumb2arm(u16 tinstr) in thumb2arm() argument610 u32 L = (tinstr & (1<<11)) >> 11; in thumb2arm()612 switch ((tinstr & 0xf800) >> 11) { in thumb2arm()624 (6 - ((tinstr & (1<<12)) ? 0 : 2))); in thumb2arm()677 u32 Rn = (tinstr & (7<<8)) >> 8; in thumb2arm()681 (tinstr&255); in thumb2arm()687 if ((tinstr & (3 << 9)) == 0x0400) { in thumb2arm()807 u16 tinstr = 0; in do_alignment() local823 IS_T32(tinstr)) { in do_alignment()831 instr = thumb2arm(tinstr); in do_alignment()[all …]
183 static unsigned long thumb2arm(u16 tinstr) in thumb2arm() argument185 u32 L = (tinstr & (1<<11)) >> 11; in thumb2arm()187 switch ((tinstr & 0xf800) >> 11) { in thumb2arm()192 u32 Rn = (tinstr & (7<<8)) >> 8; in thumb2arm()196 (tinstr&255); in thumb2arm()202 if ((tinstr & (3 << 9)) == 0x0400) { in thumb2arm()210 (tinstr & 255); /* register_list */ in thumb2arm()324 u16 tinstr, tinst2; in do_compat_alignment_fixup() local329 if (IS_T32(tinstr)) { /* Thumb-2 32-bit */ in do_compat_alignment_fixup()332 instr = ((u32)tinstr << 16) | tinst2; in do_compat_alignment_fixup()[all …]
25 unsigned long tinstr = 0; in fpu_libc_helper() local40 tinstr = instr_hi | ((unsigned long)instr_low << 16); in fpu_libc_helper()42 if (((tinstr >> 21) & 0x1F) != 2) in fpu_libc_helper()45 if ((tinstr & MTCR_MASK) == MTCR_DIST) { in fpu_libc_helper()46 index = (tinstr >> 16) & 0x1F; in fpu_libc_helper()50 tmp = tinstr & 0x1F; in fpu_libc_helper()67 if ((tinstr & MFCR_MASK) == MFCR_DIST) { in fpu_libc_helper()68 index = tinstr & 0x1F; in fpu_libc_helper()72 tmp = ((tinstr >> 16) & 0x1F); in fpu_libc_helper()
Completed in 11 milliseconds