Lines Matching refs:immediate
38 * the wide instruction encoding, which appends a second 64-bit immediate (i.e.,
51 signed integer immediate value
58 (`64-bit immediate instructions`_ reuse this field for other purposes)
69 As discussed below in `64-bit immediate instructions`_, a 64-bit immediate
70 instruction uses a 64-bit immediate value that is constructed as follows.
73 and imm containing the high 32 bits of the immediate value.
81 Thus the 64-bit immediate value is constructed as follows:
98 BPF_ST 0x02 store from immediate operations `Load and store instructions`_
199 only and do not use a separate source register or immediate value.
271 BPF_IMM 0x00 64-bit immediate instructions `64-bit immediate instructions`_
370 64-bit immediate instructions