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

/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
/arch/arm64/lib/
H A Dbitops.S42 .macro testop, name, instr
67 testop test_and_change_bit, eor
68 testop test_and_clear_bit, bic
69 testop test_and_set_bit, orr

Completed in 70 milliseconds