Lines Matching refs:instruction
8 This document specifies version 1.0 of the eBPF instruction set.
30 eBPF has two instruction encodings:
32 * the basic instruction encoding, which uses 64 bits to encode an instruction
33 * the wide instruction encoding, which appends a second 64-bit immediate value
34 (imm64) after the basic instruction for a total of 128 bits.
36 The basic instruction encoding looks as follows:
50 The three LSB bits of the 'opcode' field store the instruction class:
74 operation code source instruction class
135 The byte swap instructions use an instruction class of ``BPF_ALU`` and a 4-bit
203 mode size instruction class
313 Instructions with the ``BPF_IMM`` 'mode' modifier use the wide instruction
316 There is currently only one such instruction.