Searched refs:testop (Results 1 – 5 of 5) sorted by relevance
/arch/arm64/lib/ |
D | bitops.S | 46 .macro testop, name, llsc, lse macro 74 testop test_and_change_bit, eor, ldeoral 75 testop test_and_clear_bit, bic, ldclral 76 testop test_and_set_bit, orr, ldsetal
|
/arch/arm/lib/ |
D | testclearbit.S | 15 testop _test_and_clear_bit, bicne, strne label
|
D | testchangebit.S | 15 testop _test_and_change_bit, eor, str label
|
D | testsetbit.S | 15 testop _test_and_set_bit, orreq, streq label
|
D | bitops.h | 30 .macro testop, name, instr, store 87 .macro testop, name, instr, store
|