Home
last modified time | relevance | path

Searched defs:testop (Results 1 – 5 of 5) sorted by relevance

/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
/linux-4.1.27/arch/arm64/lib/
Dbitops.S42 .macro testop, name, instr macro
/linux-4.1.27/scripts/rt-tester/
Drt-tester.py167 testop = test_opcodes[opc] variable