Searched refs:SC_BEQZ (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/mips/include/asm/ |
H A D | cmpxchg.h | 50 "\t" __stringify(SC_BEQZ) " $1, 1b \n" \ 129 "\t" __stringify(SC_BEQZ) " $1, 1b \n" \ 284 "\t" __stringify(SC_BEQZ) " %L1, 1b \n" in __cmpxchg64()
|
H A D | atomic.h | 65 "\t" __stringify(SC_BEQZ) " %0, 1b \n" \ 95 "\t" __stringify(SC_BEQZ) " %0, 1b \n" \ 128 "\t" __stringify(SC_BEQZ) " %0, 1b \n" \ 228 " " __stringify(SC_BEQZ) " %1, 1b \n" \
|
H A D | asm.h | 338 # define SC_BEQZ beqzl macro 340 # define SC_BEQZ beqzc macro 342 # define SC_BEQZ beqz macro
|
H A D | local.h | 44 __stringify(SC_BEQZ) " %0, 1b \n" in local_add_return() 78 __stringify(SC_BEQZ) " %0, 1b \n" in local_sub_return()
|
H A D | bitops.h | 36 " " __stringify(SC_BEQZ) " %0, 1b \n" \ 53 " " __stringify(SC_BEQZ) " %1, 1b \n" \
|