REG_TYPE_         288 arch/arm/probes/decode.h 	(((REG_TYPE_##r16) << 16) +	\
REG_TYPE_         289 arch/arm/probes/decode.h 	((REG_TYPE_##r12) << 12) +	\
REG_TYPE_         290 arch/arm/probes/decode.h 	((REG_TYPE_##r8) << 8) +	\
REG_TYPE_         291 arch/arm/probes/decode.h 	((REG_TYPE_##r4) << 4) +	\
REG_TYPE_         292 arch/arm/probes/decode.h 	(REG_TYPE_##r0))