GEN_UNARY_RMWcc   125 arch/x86/include/asm/atomic.h 	return GEN_UNARY_RMWcc(LOCK_PREFIX "decl", v->counter, e);
GEN_UNARY_RMWcc   139 arch/x86/include/asm/atomic.h 	return GEN_UNARY_RMWcc(LOCK_PREFIX "incl", v->counter, e);
GEN_UNARY_RMWcc   118 arch/x86/include/asm/atomic64_64.h 	return GEN_UNARY_RMWcc(LOCK_PREFIX "decq", v->counter, e);
GEN_UNARY_RMWcc   132 arch/x86/include/asm/atomic64_64.h 	return GEN_UNARY_RMWcc(LOCK_PREFIX "incq", v->counter, e);
GEN_UNARY_RMWcc    69 arch/x86/include/asm/local.h 	return GEN_UNARY_RMWcc(_ASM_DEC, l->a.counter, e);
GEN_UNARY_RMWcc    82 arch/x86/include/asm/local.h 	return GEN_UNARY_RMWcc(_ASM_INC, l->a.counter, e);
GEN_UNARY_RMWcc    94 arch/x86/include/asm/preempt.h 	return GEN_UNARY_RMWcc("decl", __preempt_count, e, __percpu_arg([var]));
GEN_UNARY_RMWcc    65 tools/arch/x86/include/asm/atomic.h 	GEN_UNARY_RMWcc(LOCK_PREFIX "decl", v->counter, "%0", "e");