linux/arch/arm/net
Russell King 828e2b90e8 ARM: net: bpf: use immediate forms of instructions where possible
Rather than moving constants to a register and then using them in a
subsequent instruction, use them directly in the desired instruction
cutting out the "middle" register.  This removes two instructions from
the tail call code path.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2018-07-12 20:45:23 +02:00
..
bpf_jit_32.c ARM: net: bpf: use immediate forms of instructions where possible 2018-07-12 20:45:23 +02:00
bpf_jit_32.h ARM: net: bpf: use immediate forms of instructions where possible 2018-07-12 20:45:23 +02:00
Makefile ARM: 7259/3: net: JIT compiler for packet filters 2012-03-24 09:38:56 +00:00