| /linux/arch/mips/cavium-octeon/ |
| H A D | octeon-memcpy.S | 91 #define SUB dsubu macro 191 SUB len, len, 16*NBYTES 239 SUB len, len, 8*NBYTES 266 SUB len, len, 4*NBYTES 286 SUB len, len, NBYTES 296 SUB len, len, NBYTES 306 SUB len, len, NBYTES 326 SUB len, len, 4*NBYTES 349 SUB len, len, NBYTES 362 SUB len, len, 1; \ [all …]
|
| /linux/arch/mips/lib/ |
| H A D | memcpy.S | 156 #define SUB dsubu macro 193 #define SUB subu macro 329 SUB len, len, 8*NBYTES 364 SUB len, len, 4*NBYTES 385 SUB len, len, NBYTES 410 SUB bits, bits, rem # bits = number of bits to discard 429 SUB t2, t2, t1 # t2 = number of bytes copied 434 SUB len, len, t2 455 SUB len, len, 4*NBYTES 487 SUB len, len, NBYTES [all …]
|
| H A D | csum_partial.S | 381 #define SUB dsubu macro 401 #define SUB subu macro 469 SUB len, 8*NBYTES # subtract here for bgez loop 480 SUB len, len, 8*NBYTES 520 SUB len, len, 4*NBYTES 543 SUB len, len, NBYTES 568 SUB bits, bits, rem # bits = number of bits to discard 590 SUB t2, t2, t1 # t2 = number of bytes copied 598 SUB len, len, t2 616 SUB len, len, 4*NBYTES [all …]
|
| /linux/include/linux/ceph/ |
| H A D | rados.h | 294 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/arch/sparc/net/ |
| H A D | bpf_jit_comp_32.c | 78 #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 D | bpf_jit_comp_64.c | 146 #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/arch/arm/kernel/ |
| H A D | phys2virt.S | 155 @ 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/drivers/net/wireless/intersil/p54/ |
| H A D | eeprom.c | 454 #define SUB(x, y) (u8)(((x) - (y)) > (x) ? 0 : (x) - (y)) in p54_convert_rev0() macro 455 dst->data_16qam = SUB(src->pcv, 12); in p54_convert_rev0() 456 dst->data_qpsk = SUB(dst->data_16qam, 12); in p54_convert_rev0() 457 dst->data_bpsk = SUB(dst->data_qpsk, 12); in p54_convert_rev0() 458 dst->data_barker = SUB(dst->data_bpsk, 14); in p54_convert_rev0() 459 #undef SUB in p54_convert_rev0()
|
| /linux/drivers/crypto/caam/ |
| H A D | desc_constr.h | 419 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/security/apparmor/include/ |
| H A D | label.h | 191 #define label_for_each_not_in_set(I, SET, SUB, P) \ argument 193 ((P) = __aa_label_next_not_in_set(&(I), (SET), (SUB))); \
|
| /linux/Documentation/translations/zh_TW/arch/loongarch/ |
| H A D | introduction.rst | 205 ADD.W SUB.W ADDI.W ADD.D SUB.D ADDI.D
|
| /linux/Documentation/translations/zh_CN/arch/loongarch/ |
| H A D | introduction.rst | 205 ADD.W SUB.W ADDI.W ADD.D SUB.D ADDI.D
|
| /linux/tools/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 93 28: SUB Eb,Gb 94 29: SUB Ev,Gv 95 2a: SUB Gb,Eb 96 2b: SUB Gv,Ev 97 2c: SUB AL,Ib 98 2d: SUB rAX,Iz 962 28: SUB Eb,Gb (ev) 963 29: SUB Ev,Gv (es) | SUB Ev,Gv (66),(es) 964 2a: SUB Gb,Eb (ev) 965 2b: SUB Gv,Ev (es) | SUB Gv,Ev (66),(es) [all …]
|
| /linux/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 93 28: SUB Eb,Gb 94 29: SUB Ev,Gv 95 2a: SUB Gb,Eb 96 2b: SUB Gv,Ev 97 2c: SUB AL,Ib 98 2d: SUB rAX,Iz 962 28: SUB Eb,Gb (ev) 963 29: SUB Ev,Gv (es) | SUB Ev,Gv (66),(es) 964 2a: SUB Gb,Eb (ev) 965 2b: SUB Gv,Ev (es) | SUB Gv,Ev (66),(es) [all …]
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit.h | 180 #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/arch/sh/math-emu/ |
| H A D | math.c | 117 BOTH_PRmn(ARITH_X, SUB); in fsub()
|
| /linux/kernel/bpf/ |
| H A D | core.c | 1596 INSN_3(ALU, SUB, X), \ 1612 INSN_3(ALU, SUB, K), \ 1626 INSN_3(ALU64, SUB, X), \ 1641 INSN_3(ALU64, SUB, K), \ 1845 ALU(SUB, -) in ___bpf_prog_run()
|
| /linux/Documentation/arch/loongarch/ |
| H A D | introduction.rst | 238 ADD.W SUB.W ADDI.W ADD.D SUB.D ADDI.D
|
| /linux/lib/ |
| H A D | test_bpf.c | 11982 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/Documentation/bpf/standardization/ |
| H A D | instruction-set.rst | 331 SUB 0x1 0 dst -= src
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | fpsp.S | 15111 # SUB: norms and denorms
|
| /linux/ |
| H A D | MAINTAINERS | 2056 ARM AND ARM64 SoC SUB-ARCHITECTURES (COMMON PARTS) 2331 ARM SUB-ARCHITECTURES
|