Searched refs:subset (Results 1 – 11 of 11) sorted by relevance
203 static const u32 subset[4] = { in thumb2arm() local209 return subset[(L<<1) | ((tinstr & (1<<8)) >> 8)] | in thumb2arm()252 const u32 subset[2] = { in do_alignment_t32_to_handler() local256 *pinstr = subset[L] | (1<<RD_BITS(instr)); in do_alignment_t32_to_handler()
638 static const u32 subset[8] = { in thumb2arm() local648 return subset[(tinstr & (7<<9)) >> 9] | in thumb2arm()688 static const u32 subset[4] = { in thumb2arm() local694 return subset[(L<<1) | ((tinstr & (1<<8)) >> 8)] | in thumb2arm()737 const u32 subset[2] = { in do_alignment_t32_to_handler() local741 *pinstr = subset[L] | (1<<RD_BITS(instr)); in do_alignment_t32_to_handler()
26 # TX4937 is subset of TX4938
194 * Note that the sysconfig register layout is a subset of the
100 q40 master chip handles only a subset of level triggered interrupts.
196 to expose a subset of the paravirtualized interfaces defined in the
476 * channel 1 (but only USB 2.0 subset) to USB 2.0 pins on mPCIe
480 /* Some subset of SONY IMX663 camera sensor @ 38 */
14 to stand alone CPUs. They implement a subset of the original 68000
1263 static bool is_bitwise_subset(u64 superset, u64 subset, u64 mask) in is_bitwise_subset() argument1266 subset &= mask; in is_bitwise_subset()1268 return (superset | subset) == superset; in is_bitwise_subset()
2279 execution state which utilises a substantial subset of the SVE
Completed in 44 milliseconds