Lines Matching refs:store
50 The three LSB bits of the 'opcode' field store the instruction class:
55 BPF_LD 0x00 non-standard load operations `Load and store instructions`_
56 BPF_LDX 0x01 load into register operations `Load and store instructions`_
57 BPF_ST 0x02 store from immediate operations `Load and store instructions`_
58 BPF_STX 0x03 store from register operations `Load and store instructions`_
86 The four MSB bits store the operation code.
190 The eBPF program needs to store the return value into register R0 before doing a
194 Load and store instructions
197 For load and store instructions (``BPF_LD``, ``BPF_LDX``, ``BPF_ST``, and ``BPF_STX``), the
214 BPF_MEM 0x60 regular load and store operations `Regular load and store operations`_
229 Regular load and store operations
232 The ``BPF_MEM`` mode modifier is used to encode regular load and store
256 All atomic operations supported by eBPF are encoded as store operations