Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dcore.c1553 INSN_3(ALU, ADD, X), \
1554 INSN_3(ALU, SUB, X), \
1555 INSN_3(ALU, AND, X), \
1565 INSN_2(ALU, NEG), \
1795 ALU(ADD, +) in ___bpf_prog_run()
1796 ALU(SUB, -) in ___bpf_prog_run()
1797 ALU(AND, &) in ___bpf_prog_run()
1798 ALU(OR, |) in ___bpf_prog_run()
1799 ALU(XOR, ^) in ___bpf_prog_run()
1800 ALU(MUL, *) in ___bpf_prog_run()
[all …]
/linux-6.15/Documentation/bpf/standardization/
H A Dinstruction-set.rst354 ``ALU``, if execution would result in ``INT_MIN`` dividing -1, the
358 the destination register is unchanged whereas for ``ALU`` the upper
364 ``{ADD, X, ALU}``, where 'code' = ``ADD``, 'source' = ``X``, and 'class' = ``ALU``, means::
374 ``{XOR, K, ALU}`` means::
385 Division, multiplication, and modulo operations for ``ALU`` are part
391 For unsigned operations (``DIV`` and ``MOD``), for ``ALU``,
396 For signed operations (``SDIV`` and ``SMOD``), for ``ALU``,
420 ``{MOV, X, ALU}`` means::
424 ``{MOVSX, X, ALU}`` with 'offset' 8 means::
466 ``{END, LE, ALU}`` with 'imm' = 16/32/64 means::
[all …]
/linux-6.15/Documentation/bpf/
H A Dclassic_vs_extended.rst37 Still, the semantics of the original 32-bit ALU operations are preserved
/linux-6.15/drivers/scsi/aic7xxx/
H A Daic79xx.reg3427 * Zero and Carry state of the ALU.