Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A 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()
/openbmc/linux/kernel/bpf/
H A 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()