Searched refs:ALU (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/kernel/bpf/ |
D | core.c | 306 #define ALU(OPCODE, OP) \ in __bpf_prog_run() macro 320 ALU(ADD, +) in __bpf_prog_run() 321 ALU(SUB, -) in __bpf_prog_run() 322 ALU(AND, &) in __bpf_prog_run() 323 ALU(OR, |) in __bpf_prog_run() 324 ALU(LSH, <<) in __bpf_prog_run() 325 ALU(RSH, >>) in __bpf_prog_run() 326 ALU(XOR, ^) in __bpf_prog_run() 327 ALU(MUL, *) in __bpf_prog_run() 328 #undef ALU in __bpf_prog_run()
|
/linux-4.1.27/Documentation/networking/ |
D | filter.txt | 637 Still, the semantics of the original 32-bit ALU operations are preserved
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 3427 * Zero and Carry state of the ALU.
|