Home
last modified time | relevance | path

Searched refs:op1 (Results 1 – 25 of 49) sorted by relevance

12

/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
A Dphy_qmath.c13 u16 qm_mulu16(u16 op1, u16 op2) in qm_mulu16() argument
15 return (u16) (((u32) op1 * (u32) op2) >> 16); in qm_mulu16()
26 s16 qm_muls16(s16 op1, s16 op2) in qm_muls16() argument
32 result = ((s32) (op1) * (s32) (op2)); in qm_muls16()
42 s32 qm_add32(s32 op1, s32 op2) in qm_add32() argument
45 result = op1 + op2; in qm_add32()
46 if (op1 < 0 && op2 < 0 && result > 0) in qm_add32()
59 s16 qm_add16(s16 op1, s16 op2) in qm_add16() argument
62 s32 temp = (s32) op1 + (s32) op2; in qm_add16()
78 s16 qm_sub16(s16 op1, s16 op2) in qm_sub16() argument
[all …]
A Dphy_qmath.h11 u16 qm_mulu16(u16 op1, u16 op2);
13 s16 qm_muls16(s16 op1, s16 op2);
15 s32 qm_add32(s32 op1, s32 op2);
17 s16 qm_add16(s16 op1, s16 op2);
19 s16 qm_sub16(s16 op1, s16 op2);
/linux-6.3-rc2/arch/arc/include/asm/
A Datomic64-arcv2.h49 #define ATOMIC64_OP(op, op1, op2) \ argument
57 " " #op1 " %L0, %L0, %L2 \n" \
74 " " #op1 " %L0, %L0, %L2 \n" \
96 " " #op1 " %L1, %L0, %L3 \n" \
115 #define ATOMIC64_OPS(op, op1, op2) \ argument
116 ATOMIC64_OP(op, op1, op2) \
117 ATOMIC64_OP_RETURN(op, op1, op2) \
118 ATOMIC64_FETCH_OP(op, op1, op2)
124 #define ATOMIC64_OPS(op, op1, op2) \ argument
125 ATOMIC64_OP(op, op1, op2) \
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dintel_gpu_commands.h342 #define MI_MATH_INSTR(opcode, op1, op2) ((opcode) << 20 | (op1) << 10 | (op2)) argument
345 #define MI_MATH_LOAD(op1, op2) MI_MATH_INSTR(0x080, op1, op2) argument
346 #define MI_MATH_LOADINV(op1, op2) MI_MATH_INSTR(0x480, op1, op2) argument
347 #define MI_MATH_LOAD0(op1) MI_MATH_INSTR(0x081, op1) argument
348 #define MI_MATH_LOAD1(op1) MI_MATH_INSTR(0x481, op1) argument
354 #define MI_MATH_STORE(op1, op2) MI_MATH_INSTR(0x180, op1, op2) argument
355 #define MI_MATH_STOREINV(op1, op2) MI_MATH_INSTR(0x580, op1, op2) argument
/linux-6.3-rc2/include/trace/events/
A Dhost1x.h50 TP_PROTO(const char *name, u32 op1, u32 op2),
52 TP_ARGS(name, op1, op2),
56 __field(u32, op1)
62 __entry->op1 = op1;
67 __entry->name, __entry->op1, __entry->op2)
71 TP_PROTO(const char *name, u32 op1, u32 op2, u32 op3, u32 op4),
73 TP_ARGS(name, op1, op2, op3, op4),
77 __field(u32, op1)
85 __entry->op1 = op1;
92 __entry->name, __entry->op1, __entry->op2, __entry->op3,
/linux-6.3-rc2/arch/powerpc/math-emu/
A Dmath.c228 void *op0 = NULL, *op1 = NULL, *op2 = NULL, *op3 = NULL; in do_mathemu() local
333 op1 = (void *)&current->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu()
354 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp); in do_mathemu()
364 op1 = (void *)(regs->gpr[idx] + sdisp); in do_mathemu()
384 op1 = (void *)((idx ? regs->gpr[idx] : 0) in do_mathemu()
393 op1 = (void *)(regs->gpr[idx] in do_mathemu()
399 op1 = (void *)(long)((insn >> 23) & 0x7); in do_mathemu()
406 op1 = (void *)(long)((insn >> 23) & 0x7); in do_mathemu()
416 op1 = (void *)(long)((insn >> 12) & 0xf); in do_mathemu()
435 eflag = func(op0, op1, op2, op3); in do_mathemu()
[all …]
/linux-6.3-rc2/arch/arm/include/asm/
A Datomic.h304 #define ATOMIC64_OP(op, op1, op2) \ argument
313 " " #op1 " %Q0, %Q0, %Q4\n" \
334 " " #op1 " %Q0, %Q0, %Q4\n" \
357 " " #op1 " %Q1, %Q0, %Q5\n" \
369 #define ATOMIC64_OPS(op, op1, op2) \ argument
370 ATOMIC64_OP(op, op1, op2) \
371 ATOMIC64_OP_RETURN(op, op1, op2) \
372 ATOMIC64_FETCH_OP(op, op1, op2)
383 #define ATOMIC64_OPS(op, op1, op2) \ in ATOMIC64_OPS() argument
384 ATOMIC64_OP(op, op1, op2) \ in ATOMIC64_OPS()
[all …]
/linux-6.3-rc2/arch/sh/kernel/
A Dkprobes.c149 struct kprobe *op1, *op2; in prepare_singlestep() local
153 op1 = this_cpu_ptr(&saved_next_opcode); in prepare_singlestep()
158 op1->addr = (kprobe_opcode_t *) regs->regs[reg_nr]; in prepare_singlestep()
161 op1->addr = in prepare_singlestep()
166 op1->addr = in prepare_singlestep()
171 op1->addr = (kprobe_opcode_t *) regs->pr; in prepare_singlestep()
176 op1->addr = p->addr + 1; in prepare_singlestep()
186 op1->addr = p->addr + 2; in prepare_singlestep()
194 op1->addr = p->addr + 1; in prepare_singlestep()
197 op1->opcode = *(op1->addr); in prepare_singlestep()
[all …]
/linux-6.3-rc2/lib/zlib_dfltcc/
A Ddfltcc_util.h29 Byte **op1, in dfltcc() argument
36 Byte *t2 = op1 ? *op1 : NULL; in dfltcc()
62 if (op1) in dfltcc()
63 *op1 = t2; in dfltcc()
/linux-6.3-rc2/arch/x86/kvm/svm/
A Dsvm_ops.h19 #define svm_asm1(insn, op1, clobber...) \ argument
23 :: op1 : clobber : fault); \
29 #define svm_asm2(insn, op1, op2, clobber...) \ argument
33 :: op1, op2 : clobber : fault); \
/linux-6.3-rc2/arch/arm64/include/asm/
A Desr.h195 #define ESR_ELx_SYS64_ISS_SYS_VAL(op0, op1, op2, crn, crm) \ argument
197 ((op1) << ESR_ELx_SYS64_ISS_OP1_SHIFT) | \
311 #define ESR_ELx_CP15_32_ISS_SYS_VAL(op1, op2, crn, crm) \ argument
312 (((op1) << ESR_ELx_CP15_32_ISS_OP1_SHIFT) | \
332 #define ESR_ELx_CP15_64_ISS_SYS_VAL(op1, crm) \ argument
333 (((op1) << ESR_ELx_CP15_64_ISS_OP1_SHIFT) | \
/linux-6.3-rc2/arch/x86/crypto/
A Dcast6-avx-x86_64-asm_64.S85 #define lookup_32bit(src, dst, op1, op2, op3, interleave_op, il_reg) \ argument
90 op1 s2(, RID2, 4), dst ## d; \
111 #define F_tail(a, x, gi1, gi2, op1, op2, op3) \ argument
112 lookup_32bit(##gi1, RFS1, op1, op2, op3, shr_next, ##gi1); \
113 lookup_32bit(##gi2, RFS3, op1, op2, op3, shr_next, ##gi2); \
115 lookup_32bit(##gi1, RFS2, op1, op2, op3, dummy, none); \
118 lookup_32bit(##gi2, RFS1, op1, op2, op3, dummy, none); \
125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
129 F_tail(b1, RX, RGI1, RGI2, op1, op2, op3); \
130 F_tail(b2, RTMP, RGI3, RGI4, op1, op2, op3); \
A Dpolyval-clmulni_glue.c50 asmlinkage void clmul_polyval_mul(u8 *op1, const u8 *op2);
70 static void internal_polyval_mul(u8 *op1, const u8 *op2) in internal_polyval_mul() argument
74 clmul_polyval_mul(op1, op2); in internal_polyval_mul()
77 polyval_mul_non4k(op1, op2); in internal_polyval_mul()
A Dcast5-avx-x86_64-asm_64.S85 #define lookup_32bit(src, dst, op1, op2, op3, interleave_op, il_reg) \ argument
90 op1 s2(, RID2, 4), dst ## d; \
111 #define F_tail(a, x, gi1, gi2, op1, op2, op3) \ argument
112 lookup_32bit(##gi1, RFS1, op1, op2, op3, shr_next, ##gi1); \
113 lookup_32bit(##gi2, RFS3, op1, op2, op3, shr_next, ##gi2); \
115 lookup_32bit(##gi1, RFS2, op1, op2, op3, dummy, none); \
118 lookup_32bit(##gi2, RFS1, op1, op2, op3, dummy, none); \
125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
129 F_tail(b1, RX, RGI1, RGI2, op1, op2, op3); \
130 F_tail(b2, RTMP, RGI3, RGI4, op1, op2, op3); \
/linux-6.3-rc2/arch/arm64/tools/
A Dgen-sysreg.awk138 op1 = $4
147 define("REG_" reg, "S" op0 "_" op1 "_C" crn "_C" crm "_" op2)
148 define("SYS_" reg, "sys_reg(" op0 ", " op1 ", " crn ", " crm ", " op2 ")")
151 define("SYS_" reg "_Op1", op1)
180 op1 = null
/linux-6.3-rc2/arch/arm64/crypto/
A Dpolyval-ce-glue.c46 asmlinkage void pmull_polyval_mul(u8 *op1, const u8 *op2);
61 static void internal_polyval_mul(u8 *op1, const u8 *op2) in internal_polyval_mul() argument
65 pmull_polyval_mul(op1, op2); in internal_polyval_mul()
68 polyval_mul_non4k(op1, op2); in internal_polyval_mul()
/linux-6.3-rc2/tools/arch/arm/include/uapi/asm/
A Dkvm.h166 #define __ARM_CP15_REG(op1,crn,crm,op2) \ argument
168 ARM_CP15_REG_SHIFT_MASK(op1, OPC1) | \
175 #define __ARM_CP15_REG64(op1,crm) \ argument
176 (__ARM_CP15_REG(op1, 0, crm, 0) | KVM_REG_SIZE_U64)
/linux-6.3-rc2/drivers/gpu/host1x/
A Dcdma.c138 static void host1x_pushbuffer_push(struct push_buffer *pb, u32 op1, u32 op2) in host1x_pushbuffer_push() argument
143 *(p++) = op1; in host1x_pushbuffer_push()
592 void host1x_cdma_push(struct host1x_cdma *cdma, u32 op1, u32 op2) in host1x_cdma_push() argument
600 op1, op2); in host1x_cdma_push()
610 host1x_pushbuffer_push(pb, op1, op2); in host1x_cdma_push()
622 void host1x_cdma_push_wide(struct host1x_cdma *cdma, u32 op1, u32 op2, in host1x_cdma_push_wide() argument
632 trace_host1x_cdma_push_wide(dev_name(channel->dev), op1, op2, in host1x_cdma_push_wide()
656 host1x_pushbuffer_push(pb, op1, op2); in host1x_cdma_push_wide()
A Dcdma.h83 void host1x_cdma_push(struct host1x_cdma *cdma, u32 op1, u32 op2);
84 void host1x_cdma_push_wide(struct host1x_cdma *cdma, u32 op1, u32 op2,
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx_ops.h183 #define vmx_asm1(insn, op1, error_args...) \ argument
189 : : op1 : "cc" : error, fault); \
200 #define vmx_asm2(insn, op1, op2, error_args...) \ argument
206 : : op1, op2 : "cc" : error, fault); \
/linux-6.3-rc2/crypto/
A Dpolyval-generic.c87 void polyval_mul_non4k(u8 *op1, const u8 *op2) in polyval_mul_non4k() argument
92 copy_and_reverse((u8 *)&a, op1); in polyval_mul_non4k()
96 copy_and_reverse(op1, (u8 *)&a); in polyval_mul_non4k()
/linux-6.3-rc2/tools/objtool/arch/x86/
A Ddecode.c155 unsigned char op1, op2, op3, prefix, in arch_decode_instruction() local
182 op1 = ins.opcode.bytes[0]; in arch_decode_instruction()
208 switch (op1) { in arch_decode_instruction()
229 op->src.reg = (op1 & 0x7) + 8*rex_b; in arch_decode_instruction()
241 op->dest.reg = (op1 & 0x7) + 8*rex_b; in arch_decode_instruction()
281 if (op1 & 2) { /* sign extend */ in arch_decode_instruction()
282 if (op1 & 1) { /* imm32 */ in arch_decode_instruction()
/linux-6.3-rc2/drivers/gpu/host1x/hw/
A Dchannel_hw.c145 u32 op1 = host1x_opcode_gather_wide(g->words); in submit_gathers() local
148 host1x_cdma_push_wide(cdma, op1, op2, op3, op4); in submit_gathers()
155 u32 op1 = host1x_opcode_gather(g->words); in submit_gathers() local
157 host1x_cdma_push(cdma, op1, op2); in submit_gathers()
/linux-6.3-rc2/lib/zstd/decompress/
A Dhuf_decompress.c581 BYTE* op1 = ostart; in HUF_decompress4X1_usingDTable_internal_body() local
599 HUF_DECODE_SYMBOLX1_2(op1, &bitD1); in HUF_decompress4X1_usingDTable_internal_body()
603 HUF_DECODE_SYMBOLX1_1(op1, &bitD1); in HUF_decompress4X1_usingDTable_internal_body()
607 HUF_DECODE_SYMBOLX1_2(op1, &bitD1); in HUF_decompress4X1_usingDTable_internal_body()
611 HUF_DECODE_SYMBOLX1_0(op1, &bitD1); in HUF_decompress4X1_usingDTable_internal_body()
1275 BYTE* op1 = ostart; in HUF_decompress4X2_usingDTable_internal_body() local
1294 HUF_DECODE_SYMBOLX2_2(op1, &bitD1); in HUF_decompress4X2_usingDTable_internal_body()
1295 HUF_DECODE_SYMBOLX2_1(op1, &bitD1); in HUF_decompress4X2_usingDTable_internal_body()
1296 HUF_DECODE_SYMBOLX2_2(op1, &bitD1); in HUF_decompress4X2_usingDTable_internal_body()
1297 HUF_DECODE_SYMBOLX2_0(op1, &bitD1); in HUF_decompress4X2_usingDTable_internal_body()
[all …]
/linux-6.3-rc2/include/crypto/
A Dpolyval.h17 void polyval_mul_non4k(u8 *op1, const u8 *op2);

Completed in 37 milliseconds

12