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

/linux-master/kernel/bpf/
H A Dcore.c1533 /* 32 bit ALU operations. */ \
1535 INSN_3(ALU, ADD, X), \
1536 INSN_3(ALU, SUB, X), \
1537 INSN_3(ALU, AND, X), \
1538 INSN_3(ALU, OR, X), \
1539 INSN_3(ALU, LSH, X), \
1540 INSN_3(ALU, RSH, X), \
1541 INSN_3(ALU, XOR, X), \
1542 INSN_3(ALU, MUL, X), \
1543 INSN_3(ALU, MO
1761 #define ALU macro
1783 #undef ALU macro
[all...]

Completed in 252 milliseconds