Searched refs:ALU (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/bpf/ |
A D | core.c | 1213 INSN_3(ALU, ADD, X), \ 1214 INSN_3(ALU, SUB, X), \ 1215 INSN_3(ALU, AND, X), \ 1225 INSN_2(ALU, NEG), \ 1449 ALU(ADD, +) in ___bpf_prog_run() 1450 ALU(SUB, -) in ___bpf_prog_run() 1451 ALU(AND, &) in ___bpf_prog_run() 1452 ALU(OR, |) in ___bpf_prog_run() 1453 ALU(XOR, ^) in ___bpf_prog_run() 1454 ALU(MUL, *) in ___bpf_prog_run() [all …]
|
/linux/drivers/scsi/aic7xxx/ |
A D | aic79xx.reg | 3427 * Zero and Carry state of the ALU.
|
/linux/Documentation/networking/ |
A D | filter.rst | 687 Still, the semantics of the original 32-bit ALU operations are preserved
|
Completed in 16 milliseconds