David Daney 6035b3faf3 MIPS,bpf: Cache value of BPF_OP(insn->code) in eBPF JIT.
The code looks a little cleaner if we replace BPF_OP(insn->code) with
the local variable bpf_op.  Caching the value this way also saves 300
bytes (about 1%) in the code size of the JIT.

Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-21 10:31:34 -07:00
..
2017-08-03 21:37:29 -07:00
2017-07-13 13:37:57 -07:00
2017-08-03 21:37:29 -07:00
2017-08-03 21:37:29 -07:00
2017-08-03 21:37:29 -07:00
2017-08-07 10:42:09 -07:00