Searched refs:testop (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/arm/lib/
H A Dtestchangebit.S15 testop _test_and_change_bit, eor, str label
H A Dtestclearbit.S15 testop _test_and_clear_bit, bicne, strne label
H A Dtestsetbit.S15 testop _test_and_set_bit, orreq, streq label
H A Dbitops.h30 .macro testop, name, instr, store
80 * testop - implement a test_and_xxx_bit operation.
87 .macro testop, name, instr, store
/linux-4.4.14/arch/arm64/lib/
H A Dbitops.S46 .macro testop, name, llsc, lse
74 testop test_and_change_bit, eor, ldeoral
75 testop test_and_clear_bit, bic, ldclral
76 testop test_and_set_bit, orr, ldsetal

Completed in 102 milliseconds