Searched refs:testop (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/lib/ |
A D | bitops.S | 40 .macro testop, name, instr macro 65 testop test_and_change_bit, eor 66 testop test_and_clear_bit, bic 67 testop test_and_set_bit, orr
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/lib/ |
A D | testchangebit.S | 15 testop _test_and_change_bit, eor, str label
|
A D | testclearbit.S | 15 testop _test_and_clear_bit, bicne, strne label
|
A D | testsetbit.S | 15 testop _test_and_set_bit, orreq, streq label
|
A D | bitops.h | 28 .macro testop, name, instr, store 85 .macro testop, name, instr, store
|
Completed in 4 milliseconds