Home
last modified time | relevance | path

Searched defs:op_str (Results 1 – 8 of 8) 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/drivers/gpu/drm/amd/amdgpu/
H A Dmes_v11_0.c157 const char *op_str = NULL; in mes_v11_0_get_op_string() local
167 const char *op_str = NULL; in mes_v11_0_get_misc_op_string() local
186 const char *op_str, *misc_op_str; in mes_v11_0_submit_pkt_and_poll_completion() local
H A Dmes_v12_1.c136 const char *op_str = NULL; in mes_v12_1_get_op_string() local
146 const char *op_str = NULL; in mes_v12_1_get_misc_op_string() local
166 const char *op_str, *misc_op_str; in mes_v12_1_submit_pkt_and_poll_completion() local
H A Dmes_v12_0.c133 const char *op_str = NULL; in mes_v12_0_get_op_string() local
143 const char *op_str = NULL; in mes_v12_0_get_misc_op_string() local
163 const char *op_str, *misc_op_str; in mes_v12_0_submit_pkt_and_poll_completion() local
/linux/block/
H A Dblk-core.c127 const char *op_str = "UNKNOWN"; in blk_op_str() local
/linux/tools/testing/selftests/bpf/
H A Dveristat.c587 const char *op_str; member
636 const char *op_str; in 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