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" variable in BinaryOp
174 op_str = '&&' variable in AndOp
198 op_str = '||' 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.c551 const char *op_str; global() member
600 const char *op_str; append_filter() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c505 static const char *op_str(enum op op) in op_str() function