Home
last modified time | relevance | path

Searched refs:SUB (Results 1 – 24 of 24) sorted by relevance

/linux-6.15/arch/mips/cavium-octeon/
H A Docteon-memcpy.S91 #define SUB dsubu macro
286 SUB len, len, NBYTES
296 SUB len, len, NBYTES
306 SUB len, len, NBYTES
349 SUB len, len, NBYTES
362 SUB len, len, 1; \
373 SUB len, len, 1
464 SUB a2, a2, 0x1
466 SUB a1, a1, 0x1
468 SUB a0, a0, 0x1
[all …]
/linux-6.15/arch/mips/lib/
H A Dmemcpy.S156 #define SUB dsubu macro
193 #define SUB subu macro
385 SUB len, len, NBYTES
434 SUB len, len, t2
487 SUB len, len, NBYTES
503 SUB len, len, 1; \
516 SUB len, len, 1
626 SUB a2, a2, 0x1
628 SUB a1, a1, 0x1
630 SUB a0, a0, 0x1
[all …]
H A Dcsum_partial.S381 #define SUB dsubu macro
401 #define SUB subu macro
480 SUB len, len, 8*NBYTES
520 SUB len, len, 4*NBYTES
543 SUB len, len, NBYTES
590 SUB t2, t2, t1 # t2 = number of bytes copied
598 SUB len, len, t2
616 SUB len, len, 4*NBYTES
649 SUB len, len, NBYTES
673 SUB len, len, 1; \
[all …]
/linux-6.15/include/linux/ceph/
H A Drados.h294 f(PULL, __CEPH_OSD_OP1(SUB, 1), "pull") \
295 f(PUSH, __CEPH_OSD_OP1(SUB, 2), "push") \
296 f(BALANCEREADS, __CEPH_OSD_OP1(SUB, 3), "balance-reads") \
297 f(UNBALANCEREADS, __CEPH_OSD_OP1(SUB, 4), "unbalance-reads") \
298 f(SCRUB, __CEPH_OSD_OP1(SUB, 5), "scrub") \
299 f(SCRUB_RESERVE, __CEPH_OSD_OP1(SUB, 6), "scrub-reserve") \
300 f(SCRUB_UNRESERVE, __CEPH_OSD_OP1(SUB, 7), "scrub-unreserve") \
301 f(SCRUB_STOP, __CEPH_OSD_OP1(SUB, 8), "scrub-stop") \
302 f(SCRUB_MAP, __CEPH_OSD_OP1(SUB, 9), "scrub-map") \
/linux-6.15/arch/sparc/net/
H A Dbpf_jit_comp_32.c78 #define SUB F3(2, 0x04) macro
113 *prog++ = SUB | RS1(G0) | RS2(r_A) | RD(r_A); \
274 *prog++ = (SUB | RS1(R1) | RS2(R2) | RD(R3))
277 *prog++ = (SUB | IMMED | RS1(R1) | S13(IMM) | RD(R3))
292 *prog++ = (SUB | IMMED | RS1(SP) | S13(SZ) | RD(SP))
406 emit_alu_X(SUB); in bpf_jit_compile()
409 emit_alu_K(SUB, K); in bpf_jit_compile()
H A Dbpf_jit_comp_64.c146 #define SUB F3(2, 0x04) macro
924 emit_alu(SUB, src, dst, ctx); in build_insn()
961 emit_alu3(SUB, dst, tmp, dst, ctx); in build_insn()
971 emit_alu3(SUB, dst, tmp, dst, ctx); in build_insn()
998 emit(SUB | RS1(0) | RS2(dst) | RD(dst), ctx); in build_insn()
1079 emit_alu_K(SUB, dst, imm, ctx); in build_insn()
1129 emit(SUB | RS1(dst) | RS2(tmp) | RD(dst), ctx); in build_insn()
1138 emit(SUB | RS1(dst) | RS2(tmp) | RD(dst), ctx); in build_insn()
/linux-6.15/arch/arm/kernel/
H A Dphys2virt.S155 @ In the non-LPAE case, all patchable instructions are ADD or SUB
164 @ SUB | cond | 0 0 1 0 0 1 0 0 | Rn | Rd | imm12 |
173 @ instructions based on bits 23:22 of the opcode, and ADD/SUB can be
189 tst ip, #PV_BIT24 @ ADD/SUB have bit 24 clear
/linux-6.15/drivers/net/wireless/intersil/p54/
H A Deeprom.c458 #define SUB(x, y) (u8)(((x) - (y)) > (x) ? 0 : (x) - (y)) in p54_convert_rev0() macro
459 dst->data_16qam = SUB(src->pcv, 12); in p54_convert_rev0()
460 dst->data_qpsk = SUB(dst->data_16qam, 12); in p54_convert_rev0()
461 dst->data_bpsk = SUB(dst->data_qpsk, 12); in p54_convert_rev0()
462 dst->data_barker = SUB(dst->data_bpsk, 14); in p54_convert_rev0()
463 #undef SUB in p54_convert_rev0()
/linux-6.15/drivers/crypto/caam/
H A Ddesc_constr.h419 APPEND_MATH(SUB, desc, dest, src0, src1, len)
447 APPEND_MATH_IMM_u32(SUB, desc, dest, src0, src1, data)
478 APPEND_MATH_IMM_u64(SUB, desc, dest, src0, src1, data)
/linux-6.15/security/apparmor/include/
H A Dlabel.h176 #define label_for_each_not_in_set(I, SET, SUB, P) \ argument
178 ((P) = __aa_label_next_not_in_set(&(I), (SET), (SUB))); \
/linux-6.15/Documentation/translations/zh_TW/arch/loongarch/
H A Dintroduction.rst205 ADD.W SUB.W ADDI.W ADD.D SUB.D ADDI.D
/linux-6.15/Documentation/translations/zh_CN/arch/loongarch/
H A Dintroduction.rst205 ADD.W SUB.W ADDI.W ADD.D SUB.D ADDI.D
/linux-6.15/arch/x86/lib/
H A Dx86-opcode-map.txt88 28: SUB Eb,Gb
89 29: SUB Ev,Gv
90 2a: SUB Gb,Eb
91 2b: SUB Gv,Ev
92 2c: SUB AL,Ib
93 2d: SUB rAX,Iz
957 28: SUB Eb,Gb (ev)
958 29: SUB Ev,Gv (es) | SUB Ev,Gv (66),(es)
959 2a: SUB Gb,Eb (ev)
960 2b: SUB Gv,Ev (es) | SUB Gv,Ev (66),(es)
[all …]
/linux-6.15/tools/arch/x86/lib/
H A Dx86-opcode-map.txt88 28: SUB Eb,Gb
89 29: SUB Ev,Gv
90 2a: SUB Gb,Eb
91 2b: SUB Gv,Ev
92 2c: SUB AL,Ib
93 2d: SUB rAX,Iz
957 28: SUB Eb,Gb (ev)
958 29: SUB Ev,Gv (es) | SUB Ev,Gv (66),(es)
959 2a: SUB Gb,Eb (ev)
960 2b: SUB Gv,Ev (es) | SUB Gv,Ev (66),(es)
[all …]
/linux-6.15/arch/arm64/net/
H A Dbpf_jit.h180 #define A64_SUB_I(sf, Rd, Rn, imm12) A64_ADDSUB_IMM(sf, Rd, Rn, imm12, SUB)
237 #define A64_SUB(sf, Rd, Rn, Rm) A64_ADDSUB_SREG(sf, Rd, Rn, Rm, SUB)
/linux-6.15/arch/sh/math-emu/
H A Dmath.c117 BOTH_PRmn(ARITH_X, SUB); in fsub()
/linux-6.15/kernel/bpf/
H A Dcore.c1554 INSN_3(ALU, SUB, X), \
1570 INSN_3(ALU, SUB, K), \
1584 INSN_3(ALU64, SUB, X), \
1599 INSN_3(ALU64, SUB, K), \
1796 ALU(SUB, -) in ___bpf_prog_run()
/linux-6.15/Documentation/arch/loongarch/
H A Dintroduction.rst238 ADD.W SUB.W ADDI.W ADD.D SUB.D ADDI.D
/linux-6.15/Documentation/networking/
H A Darcnet.rst395 route add -net SUB.NET.ADD.RESS arc0
403 route add -net SUB.NET.ADD.RESS arc0e
/linux-6.15/lib/
H A Dtest_bpf.c11982 BPF_TEST_CLOBBER_ALU(ALU64_IMM, SUB, R8, 123456789),
11983 BPF_TEST_CLOBBER_ALU(ALU64_IMM, SUB, R9, 123456789),
12005 BPF_TEST_CLOBBER_ALU(ALU32_IMM, SUB, R8, 123456789),
12006 BPF_TEST_CLOBBER_ALU(ALU32_IMM, SUB, R9, 123456789),
12028 BPF_TEST_CLOBBER_ALU(ALU64_REG, SUB, R8, R1),
12029 BPF_TEST_CLOBBER_ALU(ALU64_REG, SUB, R9, R1),
12051 BPF_TEST_CLOBBER_ALU(ALU32_REG, SUB, R8, R1),
12052 BPF_TEST_CLOBBER_ALU(ALU32_REG, SUB, R9, R1),
12143 BPF_ALU32_SRC_ZEXT(SUB),
/linux-6.15/Documentation/trace/coresight/
H A Dcoresight.rst402 Instruction 0 0x8026B540 E24DD00C false SUB sp,sp,#0xc
/linux-6.15/Documentation/bpf/standardization/
H A Dinstruction-set.rst331 SUB 0x1 0 dst -= src
/linux-6.15/arch/m68k/ifpsp060/src/
H A Dfpsp.S15111 # SUB: norms and denorms
/linux-6.15/
H A DMAINTAINERS1872 ARM AND ARM64 SoC SUB-ARCHITECTURES (COMMON PARTS)
2095 ARM SUB-ARCHITECTURES