Home
last modified time | relevance | path

Searched defs:op_str (Results 1 – 4 of 4) sorted by relevance

/linux/tools/verification/rvgen/rvgen/
H A Dltl2ba.py140 op_str = "not_supported" global() variable in BinaryOp
174 op_str = '&&' global() variable in AndOp
198 op_str = '||' global() variable in OrOp
/linux/tools/perf/arch/x86/tests/
H A Dinsn-x86.c37 static int get_op(const char *op_str) in get_op()
/linux/tools/testing/selftests/bpf/
H A Dveristat.c570 const char *op_str; global() member
619 const char *op_str; append_filter() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c578 static const char *op_str(enum op op) op_str() function