Home
last modified time | relevance | path

Searched refs:IMMED (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/sparc/net/
H A Dbpf_jit_comp_32.c24 #define IMMED 0x00002000 macro
99 #define LD32I (LD32 | IMMED)
100 #define LD8I (LD8 | IMMED)
101 #define LD16I (LD16 | IMMED)
102 #define LD64I (LD64 | IMMED)
103 #define LDPTRI (LDPTR | IMMED)
104 #define ST32I (ST32 | IMMED)
163 *prog++ = _insn | IMMED | S13(K); \
175 *prog++ = OR | IMMED | RS1(G0) | S13(K) | RD(DEST); \
292 *prog++ = (SUB | IMMED | RS1(SP) | S13(SZ) | RD(SP))
[all …]
H A Dbpf_jit_comp_64.c53 #define IMMED 0x00002000 macro
182 #define LD32I (LD32 | IMMED)
183 #define LD8I (LD8 | IMMED)
184 #define LD16I (LD16 | IMMED)
185 #define LD64I (LD64 | IMMED)
186 #define LDPTRI (LDPTR | IMMED)
187 #define ST32I (ST32 | IMMED)
306 emit(insn | IMMED | S13(imm), ctx); in emit_alu_K()
1279 opcode |= IMMED; in build_insn()
1324 opcode |= IMMED; in build_insn()
[all …]