xref: /aosp_15_r20/external/strace/xlat/bpf_op_alu.in (revision cf84ac9a129d8ea9952db616b4e9b904c4bdde56)
1*cf84ac9aSAndroid Build Coastguard WorkerBPF_ADD		0x00
2*cf84ac9aSAndroid Build Coastguard WorkerBPF_SUB		0x10
3*cf84ac9aSAndroid Build Coastguard WorkerBPF_MUL		0x20
4*cf84ac9aSAndroid Build Coastguard WorkerBPF_DIV		0x30
5*cf84ac9aSAndroid Build Coastguard WorkerBPF_OR		0x40
6*cf84ac9aSAndroid Build Coastguard WorkerBPF_AND		0x50
7*cf84ac9aSAndroid Build Coastguard WorkerBPF_LSH		0x60
8*cf84ac9aSAndroid Build Coastguard WorkerBPF_RSH		0x70
9*cf84ac9aSAndroid Build Coastguard WorkerBPF_NEG		0x80
10*cf84ac9aSAndroid Build Coastguard WorkerBPF_MOD		0x90
11*cf84ac9aSAndroid Build Coastguard WorkerBPF_XOR		0xa0
12*cf84ac9aSAndroid Build Coastguard WorkerBPF_MOV		0xb0
13*cf84ac9aSAndroid Build Coastguard WorkerBPF_ARSH	0xc0
14*cf84ac9aSAndroid Build Coastguard WorkerBPF_END		0xd0
15