bpf/arm: add basic arithmetic operations
authorJerin Jacob <jerinj@marvell.com>
Tue, 3 Sep 2019 10:59:33 +0000 (16:29 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 12 Oct 2019 12:20:28 +0000 (14:20 +0200)
commit111e2a747a4fde20bfcb093936efbb09dae8d4ec
tree631181686304e971e5479a358c46b0bb5ec20c42
parentf3e516772464a70f7da987919b33b670d696acb0
bpf/arm: add basic arithmetic operations

Add mov, add, sub, mul, div and mod arithmetic
operations for immediate and source register variants.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
lib/librte_bpf/bpf_jit_arm64.c