Home
last modified time | relevance | path

Searched refs:is_movsx (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/
Ddisasm.c163 static bool is_movsx(const struct bpf_insn *insn) in is_movsx() function
193 is_movsx(insn) ? bpf_movsx_string[(insn->off >> 3) - 1] : "", in print_bpf_insn()
/Linux-v6.6/kernel/bpf/
Ddisasm.c163 static bool is_movsx(const struct bpf_insn *insn) in is_movsx() function
193 is_movsx(insn) ? bpf_movsx_string[(insn->off >> 3) - 1] : "", in print_bpf_insn()