Searched refs:tinstr (Results 1 – 2 of 2) 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 …]
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 8 milliseconds