Home
last modified time | relevance | path

Searched refs:testop (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/arm64/lib/
Dbitops.S42 .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/
Drt-tester.py167 testop = test_opcodes[opc] variable
182 if s.startswith(testop[0]):
185 query = analyse(val, testop, dat)
/linux-4.1.27/arch/arm/lib/
Dtestsetbit.S15 testop _test_and_set_bit, orreq, streq label
Dtestclearbit.S15 testop _test_and_clear_bit, bicne, strne label
Dtestchangebit.S15 testop _test_and_change_bit, eor, str label
Dbitops.h30 .macro testop, name, instr, store
87 .macro testop, name, instr, store