Home
last modified time | relevance | path

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

12

/linux/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/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/drivers/gpu/drm/i915/gt/
A Dintel_gpu_commands.h258 #define MI_MATH_INSTR(opcode, op1, op2) ((opcode) << 20 | (op1) << 10 | (op2)) argument
261 #define MI_MATH_LOAD(op1, op2) MI_MATH_INSTR(0x080, op1, op2) argument
262 #define MI_MATH_LOADINV(op1, op2) MI_MATH_INSTR(0x480, op1, op2) argument
263 #define MI_MATH_LOAD0(op1) MI_MATH_INSTR(0x081, op1) argument
264 #define MI_MATH_LOAD1(op1) MI_MATH_INSTR(0x481, op1) argument
270 #define MI_MATH_STORE(op1, op2) MI_MATH_INSTR(0x180, op1, op2) argument
271 #define MI_MATH_STOREINV(op1, op2) MI_MATH_INSTR(0x580, op1, op2) argument
/linux/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/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 *)((insn >> 23) & 0x7); in do_mathemu()
406 op1 = (void *)((insn >> 23) & 0x7); in do_mathemu()
416 op1 = (void *)((insn >> 12) & 0xf); in do_mathemu()
435 eflag = func(op0, op1, op2, op3); in do_mathemu()
[all …]
/linux/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/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/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/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/arch/arm64/include/asm/
A Desr.h180 #define ESR_ELx_SYS64_ISS_SYS_VAL(op0, op1, op2, crn, crm) \ argument
182 ((op1) << ESR_ELx_SYS64_ISS_OP1_SHIFT) | \
292 #define ESR_ELx_CP15_32_ISS_SYS_VAL(op1, op2, crn, crm) \ argument
293 (((op1) << ESR_ELx_CP15_32_ISS_OP1_SHIFT) | \
313 #define ESR_ELx_CP15_64_ISS_SYS_VAL(op1, crm) \ argument
314 (((op1) << ESR_ELx_CP15_64_ISS_OP1_SHIFT) | \
/linux/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 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/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/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()
567 void host1x_cdma_push(struct host1x_cdma *cdma, u32 op1, u32 op2) in host1x_cdma_push() argument
575 op1, op2); in host1x_cdma_push()
585 host1x_pushbuffer_push(pb, op1, op2); in host1x_cdma_push()
597 void host1x_cdma_push_wide(struct host1x_cdma *cdma, u32 op1, u32 op2, in host1x_cdma_push_wide() argument
607 trace_host1x_cdma_push_wide(dev_name(channel->dev), op1, op2, in host1x_cdma_push_wide()
637 host1x_pushbuffer_push(pb, op1, op2); in host1x_cdma_push_wide()
A Dcdma.h81 void host1x_cdma_push(struct host1x_cdma *cdma, u32 op1, u32 op2);
82 void host1x_cdma_push_wide(struct host1x_cdma *cdma, u32 op1, u32 op2,
/linux/lib/zstd/decompress/
A Dhuf_decompress.c382 BYTE* op1 = ostart; in HUF_decompress4X1_usingDTable_internal_body() local
398 HUF_DECODE_SYMBOLX1_2(op1, &bitD1); in HUF_decompress4X1_usingDTable_internal_body()
402 HUF_DECODE_SYMBOLX1_1(op1, &bitD1); in HUF_decompress4X1_usingDTable_internal_body()
406 HUF_DECODE_SYMBOLX1_2(op1, &bitD1); in HUF_decompress4X1_usingDTable_internal_body()
410 HUF_DECODE_SYMBOLX1_0(op1, &bitD1); in HUF_decompress4X1_usingDTable_internal_body()
835 BYTE* op1 = ostart; in HUF_decompress4X2_usingDTable_internal_body() local
852 HUF_DECODE_SYMBOLX2_2(op1, &bitD1); in HUF_decompress4X2_usingDTable_internal_body()
853 HUF_DECODE_SYMBOLX2_1(op1, &bitD1); in HUF_decompress4X2_usingDTable_internal_body()
854 HUF_DECODE_SYMBOLX2_2(op1, &bitD1); in HUF_decompress4X2_usingDTable_internal_body()
855 HUF_DECODE_SYMBOLX2_0(op1, &bitD1); in HUF_decompress4X2_usingDTable_internal_body()
[all …]
/linux/tools/objtool/arch/x86/
A Ddecode.c115 unsigned char op1, op2, in arch_decode_instruction() local
140 op1 = insn.opcode.bytes[0]; in arch_decode_instruction()
165 switch (op1) { in arch_decode_instruction()
186 op->src.reg = (op1 & 0x7) + 8*rex_b; in arch_decode_instruction()
198 op->dest.reg = (op1 & 0x7) + 8*rex_b; in arch_decode_instruction()
238 if (op1 & 2) { /* sign extend */ in arch_decode_instruction()
239 if (op1 & 1) { /* imm32 */ in arch_decode_instruction()
/linux/arch/x86/kvm/vmx/
A Dvmx_ops.h142 #define vmx_asm1(insn, op1, error_args...) \ argument
148 : : op1 : "cc" : error, fault); \
159 #define vmx_asm2(insn, op1, op2, error_args...) \ argument
165 : : op1, op2 : "cc" : error, fault); \
/linux/drivers/gpu/host1x/hw/
A Dchannel_hw.c114 u32 op1 = host1x_opcode_gather_wide(g->words); in submit_gathers() local
117 host1x_cdma_push_wide(cdma, op1, op2, op3, op4); in submit_gathers()
124 u32 op1 = host1x_opcode_gather(g->words); in submit_gathers() local
126 host1x_cdma_push(cdma, op1, op2); in submit_gathers()
/linux/arch/s390/net/
A Dbpf_jit_comp.c199 #define _EMIT6(op1, op2) \ argument
202 *(u32 *) (jit->prg_buf + jit->prg) = (op1); \
208 #define _EMIT6_DISP(op1, op2, disp) \ argument
211 _EMIT6((op1) | __disp, op2); \
214 #define _EMIT6_DISP_LH(op1, op2, disp) \ argument
219 _EMIT6((op1) | __disp_l, (op2) | __disp_h >> 4); \
222 #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp) \ argument
224 _EMIT6_DISP_LH((op1) | reg(b1, b2) << 16 | \
234 _EMIT6((op1) | reg(b1, b2) << 16 | (rel & 0xffff), \
243 _EMIT6((op1) | (reg_high(b1) | (mask)) << 16 | \
[all …]
/linux/tools/arch/arm64/include/uapi/asm/
A Dkvm.h231 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) \ argument
234 ARM64_SYS_REG_SHIFT_MASK(op1, OP1) | \
/linux/arch/arm64/include/uapi/asm/
A Dkvm.h231 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) \ argument
234 ARM64_SYS_REG_SHIFT_MASK(op1, OP1) | \
/linux/arch/s390/include/asm/
A Dpercpu.h66 #define arch_this_cpu_add(pcp, val, op1, op2, szcast) \ argument
82 op1 " %[old__],%[val__],%[ptr__]\n" \
/linux/arch/arm64/boot/dts/rockchip/
A Drk3399-rock-pi-4a-plus.dts9 #include "rk3399-op1-opp.dtsi"

Completed in 43 milliseconds

12