Lines Matching defs:L
610 u32 L = (tinstr & (1<<11)) >> 11;
620 (L<<20) | /* L==1? */
628 (L<<20) | /* L==1? */
669 (L<<20) | /* L==1? */
678 u32 W = ((L<<Rn) & (tinstr&255)) ? 0 : 1<<21;
680 return 0xe8800000 | W | (L<<20) | (Rn<<16) |
694 return subset[(L<<1) | ((tinstr & (1<<8)) >> 8)] |
736 u32 L = !!(LDST_L_BIT(instr));
741 *pinstr = subset[L] | (1<<RD_BITS(instr));