Home
last modified time | relevance | path

Searched refs:ALU (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/kernel/bpf/
Dcore.c317 #define ALU(OPCODE, OP) \ in __bpf_prog_run() macro
331 ALU(ADD, +) in __bpf_prog_run()
332 ALU(SUB, -) in __bpf_prog_run()
333 ALU(AND, &) in __bpf_prog_run()
334 ALU(OR, |) in __bpf_prog_run()
335 ALU(LSH, <<) in __bpf_prog_run()
336 ALU(RSH, >>) in __bpf_prog_run()
337 ALU(XOR, ^) in __bpf_prog_run()
338 ALU(MUL, *) in __bpf_prog_run()
339 #undef ALU in __bpf_prog_run()
/linux-4.4.14/Documentation/networking/
Dfilter.txt637 Still, the semantics of the original 32-bit ALU operations are preserved
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.reg3427 * Zero and Carry state of the ALU.