Searched defs:OP (Results 1 – 3 of 3) sorted by relevance
| /tools/include/linux/ |
| D | filter.h | 34 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 42 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 52 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 60 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 205 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument 228 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 238 #define BPF_JMP32_REG(OP, DST, SRC, OFF) \ argument 248 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument 258 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
|
| /tools/testing/selftests/bpf/ |
| D | bpf_experimental.h | 289 #define __bpf_cmp(LHS, OP, PRED, RHS, DEFAULT) \ argument 305 #define _bpf_cmp(LHS, OP, RHS, UNLIKELY) \ argument 330 #define bpf_cmp_unlikely(LHS, OP, RHS) _bpf_cmp(LHS, OP, RHS, true) argument 334 #define bpf_cmp_likely(LHS, OP, RHS) \ argument
|
| /tools/arch/loongarch/include/asm/ |
| D | inst.h | 159 #define DEF_EMIT_REG2I16_FORMAT(NAME, OP) \ argument
|