Home
last modified time | relevance | path

Searched refs:LSH (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Djiffies.h56 #define SH_DIV(NOM,DEN,LSH) ( (((NOM) / (DEN)) << (LSH)) \ argument
57 + ((((NOM) % (DEN)) << (LSH)) + (DEN) / 2) / (DEN))
/linux/kernel/bpf/
H A Dcore.c1686 INSN_3(ALU, LSH, X), \
1702 INSN_3(ALU, LSH, K), \
1716 INSN_3(ALU64, LSH, X), \
1731 INSN_3(ALU64, LSH, K), \
1940 SHT(LSH, <<) in ___bpf_prog_run()
/linux/Documentation/bpf/standardization/
H A Dinstruction-set.rst337 LSH 0x6 0 dst <<= (src & mask)