Searched refs:PPC_LLARX (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/arch/powerpc/include/asm/ |
| D | local.h | 27 "1:" PPC_LLARX(%0,0,%2,0) " # local_add_return\n\ in local_add_return() 46 "1:" PPC_LLARX(%0,0,%2,0) " # local_sub_return\n\ in local_sub_return() 63 "1:" PPC_LLARX(%0,0,%1,0) " # local_inc_return\n\ in local_inc_return() 90 "1:" PPC_LLARX(%0,0,%1,0) " # local_dec_return\n\ in local_dec_return() 120 "1:" PPC_LLARX(%0,0,%1,0) " # local_add_unless\n\ in local_add_unless() 150 "1:" PPC_LLARX(%0,0,%1,0) " # local_dec_if_positive\n\ in local_dec_if_positive()
|
| D | asm-compat.h | 31 #define PPC_LLARX(t, a, b, eh) PPC_LDARX(t, a, b, eh) macro 62 #define PPC_LLARX(t, a, b, eh) PPC_LWARX(t, a, b, eh) macro
|
| D | bitops.h | 65 "1:" PPC_LLARX(%0,0,%3,0) "\n" \ 111 "1:" PPC_LLARX(%0,0,%3,eh) "\n" \
|
| /linux-4.4.14/tools/testing/selftests/powerpc/primitives/asm/ |
| D | asm-compat.h | 31 #define PPC_LLARX(t, a, b, eh) PPC_LDARX(t, a, b, eh) macro 62 #define PPC_LLARX(t, a, b, eh) PPC_LWARX(t, a, b, eh) macro
|