Home
last modified time | relevance | path

Searched refs:GEN_UNARY_RMWcc (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dlocal.h69 return GEN_UNARY_RMWcc(_ASM_DEC, l->a.counter, e); in local_dec_and_test()
82 return GEN_UNARY_RMWcc(_ASM_INC, l->a.counter, e); in local_inc_and_test()
H A Datomic.h67 return GEN_UNARY_RMWcc(LOCK_PREFIX "decl", v->counter, e); in arch_atomic_dec_and_test()
73 return GEN_UNARY_RMWcc(LOCK_PREFIX "incl", v->counter, e); in arch_atomic_inc_and_test()
H A Datomic64_64.h61 return GEN_UNARY_RMWcc(LOCK_PREFIX "decq", v->counter, e); in arch_atomic64_dec_and_test()
67 return GEN_UNARY_RMWcc(LOCK_PREFIX "incq", v->counter, e); in arch_atomic64_inc_and_test()
H A Dpreempt.h95 return GEN_UNARY_RMWcc("decl", pcpu_hot.preempt_count, e, in __preempt_count_dec_and_test()
H A Drmwcc.h46 #define GEN_UNARY_RMWcc(X...) CONCATENATE(GEN_UNARY_RMWcc_, COUNT_ARGS(X))(X) macro
/openbmc/linux/tools/arch/x86/include/asm/
H A Drmwcc.h15 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \ macro
H A Datomic.h66 GEN_UNARY_RMWcc(LOCK_PREFIX "decl", v->counter, "%0", "e"); in atomic_dec_and_test()