Searched refs:LSH (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | jiffies.h | 56 #define SH_DIV(NOM,DEN,LSH) ( (((NOM) / (DEN)) << (LSH)) \ argument 57 + ((((NOM) % (DEN)) << (LSH)) + (DEN) / 2) / (DEN))
|
| /linux/kernel/bpf/ |
| H A D | core.c | 1686 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 D | instruction-set.rst | 337 LSH 0x6 0 dst <<= (src & mask)
|