x86 bpf_jit: support BPF_S_ANC_ALU_XOR_X instruction
authorEric Dumazet <edumazet@google.com>
Mon, 4 Jun 2012 21:26:30 +0000 (21:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Jun 2012 16:42:44 +0000 (09:42 -0700)
commit4bfaddf15bac7afa7048d105864dab65c5d1f9e7
treee545e7e21fc521c7f81230476747b32557f7be73
parentc2fd03a0115a244c5f622453b2b1f038ed5700a6
x86 bpf_jit: support BPF_S_ANC_ALU_XOR_X instruction

commit ffe06c17afbb  (filter: add XOR operation) added generic support
for XOR operation.

This patch implements the XOR instruction in x86 jit.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/x86/net/bpf_jit_comp.c