Lines Matching refs:BPF_OR
553 case BPF_OR: in __bpf_alu_result()
1043 return __bpf_fill_alu64_imm(self, BPF_OR); in bpf_fill_alu64_or_imm()
1089 return __bpf_fill_alu32_imm(self, BPF_OR); in bpf_fill_alu32_or_imm()
1135 return __bpf_fill_alu64_reg(self, BPF_OR); in bpf_fill_alu64_or_reg()
1181 return __bpf_fill_alu32_reg(self, BPF_OR); in bpf_fill_alu32_or_reg()
1288 return __bpf_fill_alu_imm_regs(self, BPF_OR, false); in bpf_fill_alu64_or_imm_regs()
1349 return __bpf_fill_alu_imm_regs(self, BPF_OR, true); in bpf_fill_alu32_or_imm_regs()
1480 return __bpf_fill_alu_reg_pairs(self, BPF_OR, false); in bpf_fill_alu64_or_reg_pairs()
1541 return __bpf_fill_alu_reg_pairs(self, BPF_OR, true); in bpf_fill_alu32_or_reg_pairs()
1798 return __bpf_fill_atomic64(self, BPF_OR); in bpf_fill_atomic64_or()
1818 return __bpf_fill_atomic64(self, BPF_OR | BPF_FETCH); in bpf_fill_atomic64_or_fetch()
1850 return __bpf_fill_atomic32(self, BPF_OR); in bpf_fill_atomic32_or()
1870 return __bpf_fill_atomic32(self, BPF_OR | BPF_FETCH); in bpf_fill_atomic32_or_fetch()
2040 return __bpf_fill_atomic_reg_pairs(self, BPF_DW, BPF_OR); in bpf_fill_atomic64_or_reg_pairs()
2060 return __bpf_fill_atomic_reg_pairs(self, BPF_DW, BPF_OR | BPF_FETCH); in bpf_fill_atomic64_or_fetch_reg_pairs()
2091 return __bpf_fill_atomic_reg_pairs(self, BPF_W, BPF_OR); in bpf_fill_atomic32_or_reg_pairs()
2111 return __bpf_fill_atomic_reg_pairs(self, BPF_W, BPF_OR | BPF_FETCH); in bpf_fill_atomic32_or_fetch_reg_pairs()
2165 insn[i++] = BPF_ALU64_REG(BPF_OR, R2, R3); in bpf_fill_ld_imm64_magn()
2229 insn[i++] = BPF_ALU64_REG(BPF_OR, R2, R3); in __bpf_fill_ld_imm64_bytes()
3142 BPF_STMT(BPF_ALU | BPF_OR | BPF_K, 0xf0),
6508 BPF_ALU32_REG(BPF_OR, R0, R1),
6520 BPF_ALU32_REG(BPF_OR, R0, R1),
6532 BPF_ALU64_REG(BPF_OR, R0, R1),
6544 BPF_ALU64_REG(BPF_OR, R0, R1),
6556 BPF_ALU32_IMM(BPF_OR, R0, 2),
6567 BPF_ALU32_IMM(BPF_OR, R0, 0xffffffff),
6578 BPF_ALU32_IMM(BPF_OR, R0, 1),
6589 BPF_ALU32_IMM(BPF_OR, R0, 0xa0b0c0d0),
6601 BPF_ALU32_IMM(BPF_OR, R0, 0xf0f0f0f0),
6616 BPF_ALU64_IMM(BPF_OR, R0, 2),
6627 BPF_ALU64_IMM(BPF_OR, R0, 0xffffffff),
6639 BPF_ALU64_IMM(BPF_OR, R2, 0x0),
6655 BPF_ALU64_IMM(BPF_OR, R2, 0xffffffff),
6671 BPF_ALU64_IMM(BPF_OR, R2, 0xffffffff),
6687 BPF_ALU64_IMM(BPF_OR, R0, 0x0f0f0f0f),
6703 BPF_ALU64_IMM(BPF_OR, R0, 0xf0f0f0f0),
8955 BPF_ALU64_REG(BPF_OR, R0, R1), \
8976 BPF_ALU64_REG(BPF_OR, R0, R1), \
8996 BPF_ALU64_REG(BPF_OR, R0, R1), \
9061 BPF_ATOMIC_OP_TEST1(BPF_W, BPF_OR, |, 0x12, 0xab, 0xbb),
9062 BPF_ATOMIC_OP_TEST2(BPF_W, BPF_OR, |, 0x12, 0xab, 0xbb),
9063 BPF_ATOMIC_OP_TEST3(BPF_W, BPF_OR, |, 0x12, 0xab, 0xbb),
9064 BPF_ATOMIC_OP_TEST4(BPF_W, BPF_OR, |, 0x12, 0xab, 0xbb),
9066 BPF_ATOMIC_OP_TEST1(BPF_W, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
9067 BPF_ATOMIC_OP_TEST2(BPF_W, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
9068 BPF_ATOMIC_OP_TEST3(BPF_W, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
9069 BPF_ATOMIC_OP_TEST4(BPF_W, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
9071 BPF_ATOMIC_OP_TEST1(BPF_DW, BPF_OR, |, 0x12, 0xab, 0xbb),
9072 BPF_ATOMIC_OP_TEST2(BPF_DW, BPF_OR, |, 0x12, 0xab, 0xbb),
9073 BPF_ATOMIC_OP_TEST3(BPF_DW, BPF_OR, |, 0x12, 0xab, 0xbb),
9074 BPF_ATOMIC_OP_TEST4(BPF_DW, BPF_OR, |, 0x12, 0xab, 0xbb),
9076 BPF_ATOMIC_OP_TEST1(BPF_DW, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
9077 BPF_ATOMIC_OP_TEST2(BPF_DW, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
9078 BPF_ATOMIC_OP_TEST3(BPF_DW, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
9079 BPF_ATOMIC_OP_TEST4(BPF_DW, BPF_OR | BPF_FETCH, |, 0x12, 0xab, 0xbb),
11894 BPF_ALU64_REG(BPF_OR, R0, R1),
12079 BPF_TEST_CLOBBER_ATOMIC(BPF_DW, BPF_OR),
12083 BPF_TEST_CLOBBER_ATOMIC(BPF_DW, BPF_OR | BPF_FETCH),
12090 BPF_TEST_CLOBBER_ATOMIC(BPF_W, BPF_OR),
12094 BPF_TEST_CLOBBER_ATOMIC(BPF_W, BPF_OR | BPF_FETCH),
12111 BPF_ALU64_REG(BPF_OR, R0, R1), \
12140 BPF_ALU64_REG(BPF_OR, R0, R1), \
12165 BPF_ALU64_REG(BPF_OR, R1, R2),
12186 BPF_ALU64_REG(BPF_OR, R0, R1), \
12218 BPF_ALU64_REG(BPF_OR, R0, R1), \
12221 BPF_ALU64_REG(BPF_OR, R0, R1), \