Searched refs:testop (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/arm64/lib/ |
D | bitops.S | 42 .macro testop, name, instr macro 67 testop test_and_change_bit, eor 68 testop test_and_clear_bit, bic 69 testop test_and_set_bit, orr
|
/linux-4.1.27/scripts/rt-tester/ |
D | rt-tester.py | 167 testop = test_opcodes[opc] variable 182 if s.startswith(testop[0]): 185 query = analyse(val, testop, dat)
|
/linux-4.1.27/arch/arm/lib/ |
D | testsetbit.S | 15 testop _test_and_set_bit, orreq, streq label
|
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 | bitops.h | 30 .macro testop, name, instr, store 87 .macro testop, name, instr, store
|