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
113
XE_RTP_RULES(FUNC(match_yes), OR, FUNC(match_no)),
drivers/gpu/drm/xe/tests/xe_rtp_test.c
117
XE_RTP_RULES(FUNC(match_no), FUNC(match_no), OR,
drivers/gpu/drm/xe/tests/xe_rtp_test.c
118
FUNC(match_yes), OR,
drivers/gpu/drm/xe/tests/xe_rtp_test.c
123
XE_RTP_RULES(FUNC(match_no), OR, FUNC(match_yes)),
drivers/gpu/drm/xe/tests/xe_rtp_test.c
127
XE_RTP_RULES(FUNC(match_no), OR, FUNC(match_no)),
drivers/gpu/drm/xe/tests/xe_rtp_test.c
139
XE_RTP_RULES(OR, FUNC(match_yes)),
drivers/gpu/drm/xe/tests/xe_rtp_test.c
148
XE_RTP_RULES(FUNC(match_no), OR),
drivers/gpu/drm/xe/tests/xe_rtp_test.c
152
XE_RTP_RULES(FUNC(match_no), OR, OR, FUNC(match_yes)),
drivers/gpu/drm/xe/tests/xe_rtp_test.c
412
XE_RTP_RULES(FUNC(match_yes), OR,
drivers/gpu/drm/xe/tests/xe_rtp_test.c
413
FUNC(match_no), OR,
drivers/gpu/drm/xe/tests/xe_rtp_test.c
429
XE_RTP_RULES(FUNC(match_no), OR,
drivers/gpu/drm/xe/tests/xe_rtp_test.c
430
FUNC(match_yes), OR,
drivers/gpu/drm/xe/tests/xe_rtp_test.c
446
XE_RTP_RULES(FUNC(match_no), OR,
drivers/gpu/drm/xe/tests/xe_rtp_test.c
447
FUNC(match_no), OR,
drivers/gpu/drm/xe/tests/xe_rtp_test.c
463
XE_RTP_RULES(FUNC(match_no), OR,
drivers/gpu/drm/xe/tests/xe_rtp_test.c
464
FUNC(match_no), OR,
drivers/gpu/drm/xe/xe_wa.c
647
FUNC(xe_rtp_match_first_render_or_compute), OR,
drivers/gpu/drm/xe/xe_wa.c
653
XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001), OR,
drivers/gpu/drm/xe/xe_wa.c
659
XE_RTP_RULES(MEDIA_VERSION_RANGE(1301, 3000), OR,
drivers/gpu/drm/xe/xe_wa.c
797
XE_RTP_RULES(GRAPHICS_VERSION(2004), ENGINE_CLASS(RENDER), OR,
kernel/bpf/core.c
1598
INSN_3(ALU, OR, X), \
kernel/bpf/core.c
1614
INSN_3(ALU, OR, K), \
kernel/bpf/core.c
1628
INSN_3(ALU64, OR, X), \
kernel/bpf/core.c
1643
INSN_3(ALU64, OR, K), \
kernel/bpf/core.c
1847
ALU(OR, |)
lib/test_bpf.c
11970
BPF_TEST_CLOBBER_ALU(ALU64_IMM, OR, R8, 123456789),
lib/test_bpf.c
11971
BPF_TEST_CLOBBER_ALU(ALU64_IMM, OR, R9, 123456789),
lib/test_bpf.c
11993
BPF_TEST_CLOBBER_ALU(ALU32_IMM, OR, R8, 123456789),
lib/test_bpf.c
11994
BPF_TEST_CLOBBER_ALU(ALU32_IMM, OR, R9, 123456789),
lib/test_bpf.c
12016
BPF_TEST_CLOBBER_ALU(ALU64_REG, OR, R8, R1),
lib/test_bpf.c
12017
BPF_TEST_CLOBBER_ALU(ALU64_REG, OR, R9, R1),
lib/test_bpf.c
12039
BPF_TEST_CLOBBER_ALU(ALU32_REG, OR, R8, R1),
lib/test_bpf.c
12040
BPF_TEST_CLOBBER_ALU(ALU32_REG, OR, R9, R1),
lib/test_bpf.c
12140
BPF_ALU32_SRC_ZEXT(OR),
lib/test_bpf.c
12170
BPF_ATOMIC32_SRC_ZEXT(OR),