Symbol: OR
arch/sparc/net/bpf_jit_comp_32.c
118
*prog++ = OR | RS1(G0) | RS2(FROM) | RD(TO); \
arch/sparc/net/bpf_jit_comp_32.c
123
*prog++ = OR | RS1(G0) | RS2(G0) | RD(REG); \
arch/sparc/net/bpf_jit_comp_32.c
175
*prog++ = OR | IMMED | RS1(G0) | S13(K) | RD(DEST); \
arch/sparc/net/bpf_jit_comp_32.c
418
emit_alu_X(OR);
arch/sparc/net/bpf_jit_comp_32.c
421
emit_alu_K(OR, K);
arch/sparc/net/bpf_jit_comp_64.c
1032
emit_alu(OR, tmp, dst, ctx);
arch/sparc/net/bpf_jit_comp_64.c
1043
emit_alu(OR, tmp2, tmp, ctx); /* tmp = tmp | tmp2 */
arch/sparc/net/bpf_jit_comp_64.c
1047
emit_alu(OR, tmp2, tmp, ctx); /* tmp = tmp | tmp2 */
arch/sparc/net/bpf_jit_comp_64.c
1050
emit_alu(OR, tmp, dst, ctx); /* dst = dst | tmp */
arch/sparc/net/bpf_jit_comp_64.c
1087
emit_alu_K(OR, dst, imm, ctx);
arch/sparc/net/bpf_jit_comp_64.c
263
emit(OR | RS1(G0) | RS2(from) | RD(to), ctx);
arch/sparc/net/bpf_jit_comp_64.c
340
emit(OR | IMMED | RS1(G0) | S13(K) | RD(dest), ctx);
arch/sparc/net/bpf_jit_comp_64.c
350
emit(OR | IMMED | RS1(G0) | S13(K) | RD(dest), ctx);
arch/sparc/net/bpf_jit_comp_64.c
360
emit(OR | IMMED | RS1(G0) | S13(K) | RD(dest), ctx);
arch/sparc/net/bpf_jit_comp_64.c
462
emit(OR | IMMED | RS1(dest) | S13(low_imm) | RD(dest), ctx);
arch/sparc/net/bpf_jit_comp_64.c
504
emit(OR | IMMED | RS1(G0) | S13(the_const) | RD(dest), ctx);
arch/sparc/net/bpf_jit_comp_64.c
563
emit(OR | IMMED | RS1(G0) | S13(fast_int) | RD(dest), ctx);
arch/sparc/net/bpf_jit_comp_64.c
613
emit(OR | RS1(dest) | RS2(tmp) | RD(dest), ctx);
arch/sparc/net/bpf_jit_comp_64.c
932
emit_alu(OR, src, dst, ctx);
drivers/crypto/caam/desc_constr.h
427
APPEND_MATH(OR, desc, dest, src0, src1, len)
drivers/crypto/caam/desc_constr.h
455
APPEND_MATH_IMM_u32(OR, desc, dest, src0, src1, data)
drivers/crypto/caam/desc_constr.h
486
APPEND_MATH_IMM_u64(OR, desc, dest, src0, src1, data)
drivers/gpu/drm/xe/instructions/xe_alu_commands.h
74
#define CS_ALU_INSTR_OR __CS_ALU_INSTR(OR, NA, NA)
drivers/gpu/drm/xe/tests/xe_rtp_test.c
139
XE_RTP_RULES(FUNC(match_no), OR, FUNC(match_no)),
drivers/gpu/drm/xe/tests/xe_rtp_test.c
144
XE_RTP_RULES(FUNC(match_no), OR, FUNC(match_yes)),
drivers/gpu/drm/xe/tests/xe_rtp_test.c
149
XE_RTP_RULES(FUNC(match_yes), OR, FUNC(match_no)),
drivers/gpu/drm/xe/tests/xe_rtp_test.c
154
XE_RTP_RULES(FUNC(match_yes), OR, FUNC(match_yes)),
drivers/gpu/drm/xe/tests/xe_rtp_test.c
161
XE_RTP_RULES(FUNC(match_no), FUNC(match_yes), OR,
drivers/gpu/drm/xe/tests/xe_rtp_test.c
167
XE_RTP_RULES(FUNC(match_no), FUNC(match_yes), OR,
drivers/gpu/drm/xe/tests/xe_rtp_test.c
173
XE_RTP_RULES(FUNC(match_yes), FUNC(match_yes), OR,
drivers/gpu/drm/xe/tests/xe_rtp_test.c
179
XE_RTP_RULES(FUNC(match_yes), FUNC(match_yes), OR,
drivers/gpu/drm/xe/tests/xe_rtp_test.c
185
XE_RTP_RULES(FUNC(match_no), FUNC(match_no), OR,
drivers/gpu/drm/xe/tests/xe_rtp_test.c
186
FUNC(match_yes), OR,
drivers/gpu/drm/xe/tests/xe_rtp_test.c
195
XE_RTP_RULES(OR),
drivers/gpu/drm/xe/tests/xe_rtp_test.c
201
XE_RTP_RULES(OR, FUNC(match_yes)),
drivers/gpu/drm/xe/tests/xe_rtp_test.c
207
XE_RTP_RULES(OR, FUNC(match_no)),
drivers/gpu/drm/xe/tests/xe_rtp_test.c
213
XE_RTP_RULES(FUNC(match_yes), OR),
drivers/gpu/drm/xe/tests/xe_rtp_test.c
219
XE_RTP_RULES(FUNC(match_no), OR),
drivers/gpu/drm/xe/tests/xe_rtp_test.c
225
XE_RTP_RULES(FUNC(match_no), OR, OR, FUNC(match_yes)),
drivers/gpu/drm/xe/tests/xe_rtp_test.c
231
XE_RTP_RULES(FUNC(match_yes), OR, OR, FUNC(match_no)),
drivers/gpu/drm/xe/tests/xe_rtp_test.c
237
XE_RTP_RULES(FUNC(match_no), OR, OR, FUNC(match_no)),
drivers/gpu/drm/xe/tests/xe_rtp_test.c
254
XE_RTP_RULES(ENGINE_CLASS(RENDER), OR, FUNC(match_yes)),
drivers/gpu/drm/xe/tests/xe_rtp_test.c
265
XE_RTP_RULES(ENGINE_CLASS(RENDER), OR, OR, FUNC(match_yes)),
drivers/gpu/drm/xe/xe_wa.c
163
XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3005), OR,
drivers/gpu/drm/xe/xe_wa.c
168
XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3510, 3511), OR,
drivers/gpu/drm/xe/xe_wa.c
375
XE_RTP_RULES(GRAPHICS_VERSION_RANGE(2001, 2004), OR,
drivers/gpu/drm/xe/xe_wa.c
581
XE_RTP_RULES(MEDIA_VERSION_RANGE(1301, 3000), OR,
drivers/gpu/drm/xe/xe_wa.c
739
XE_RTP_RULES(GRAPHICS_VERSION(2004), ENGINE_CLASS(RENDER), OR,
kernel/bpf/core.c
1672
INSN_3(ALU, OR, X), \
kernel/bpf/core.c
1688
INSN_3(ALU, OR, K), \
kernel/bpf/core.c
1702
INSN_3(ALU64, OR, X), \
kernel/bpf/core.c
1717
INSN_3(ALU64, OR, K), \
kernel/bpf/core.c
1924
ALU(OR, |)
lib/test_bpf.c
12065
BPF_TEST_CLOBBER_ALU(ALU64_IMM, OR, R8, 123456789),
lib/test_bpf.c
12066
BPF_TEST_CLOBBER_ALU(ALU64_IMM, OR, R9, 123456789),
lib/test_bpf.c
12088
BPF_TEST_CLOBBER_ALU(ALU32_IMM, OR, R8, 123456789),
lib/test_bpf.c
12089
BPF_TEST_CLOBBER_ALU(ALU32_IMM, OR, R9, 123456789),
lib/test_bpf.c
12111
BPF_TEST_CLOBBER_ALU(ALU64_REG, OR, R8, R1),
lib/test_bpf.c
12112
BPF_TEST_CLOBBER_ALU(ALU64_REG, OR, R9, R1),
lib/test_bpf.c
12134
BPF_TEST_CLOBBER_ALU(ALU32_REG, OR, R8, R1),
lib/test_bpf.c
12135
BPF_TEST_CLOBBER_ALU(ALU32_REG, OR, R9, R1),
lib/test_bpf.c
12235
BPF_ALU32_SRC_ZEXT(OR),
lib/test_bpf.c
12265
BPF_ATOMIC32_SRC_ZEXT(OR),