Searched refs:ALU (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/kernel/bpf/ |
D | core.c | 317 #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/ |
D | filter.txt | 637 Still, the semantics of the original 32-bit ALU operations are preserved
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 3427 * Zero and Carry state of the ALU.
|