OSDN Git Service

bpf: x86: Factor out a lookup table for some ALU opcodes
authorBrendan Jackman <jackmanb@google.com>
Thu, 14 Jan 2021 18:17:43 +0000 (18:17 +0000)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 15 Jan 2021 02:34:28 +0000 (18:34 -0800)
commite5f02caccfae94f5baf6ec6dbb57ce8a7e9a40e7
tree15667b52f0e208f3777fbf0973899d785685fa07
parent74007cfc1f71e47394ca173b93d28afd0529fc86
bpf: x86: Factor out a lookup table for some ALU opcodes

A later commit will need to lookup a subset of these opcodes. To
avoid duplicating code, pull out a table.

The shift opcodes won't be needed by that later commit, but they're
already duplicated, so fold them into the table anyway.

Signed-off-by: Brendan Jackman <jackmanb@google.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: John Fastabend <john.fastabend@gmail.com>
Link: https://lore.kernel.org/bpf/20210114181751.768687-4-jackmanb@google.com
arch/x86/net/bpf_jit_comp.c