Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcore.c1595 INSN_3(ALU, ADD, X), \
1596 INSN_3(ALU, SUB, X), \
1597 INSN_3(ALU, AND, X), \
1598 INSN_3(ALU, OR, X), \
1599 INSN_3(ALU, LSH, X), \
1600 INSN_3(ALU, RSH, X), \
1601 INSN_3(ALU, XOR, X), \
1602 INSN_3(ALU, MUL, X), \
1603 INSN_3(ALU, MOV, X), \
1604 INSN_3(ALU, ARSH, X), \
[all …]
/linux/Documentation/bpf/standardization/
H A Dinstruction-set.rst281 ALU 0x4 32-bit arithmetic operations `Arithmetic and jump instructions`_
290 For arithmetic and jump instructions (``ALU``, ``ALU64``, ``JMP`` and
318 ``ALU`` uses 32-bit wide operands while ``ALU64`` uses 64-bit wide operands for
354 ``ALU``, if execution would result in ``INT_MIN`` divided by -1, the
358 the destination register is unchanged whereas for ``ALU`` the upper
361 register is instead set to 0. For ``ALU``, if execution would result in
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``,
[all …]
/linux/Documentation/bpf/
H A Dclassic_vs_extended.rst37 Still, the semantics of the original 32-bit ALU operations are preserved
/linux/drivers/scsi/aic7xxx/
H A Daic79xx.reg3427 * Zero and Carry state of the ALU.