Home
last modified time | relevance | path

Searched refs:op3 (Results 1 – 9 of 9) sorted by relevance

/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
95 op3 s4(, 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
95 op3 s4(, 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/include/trace/events/
A Dhost1x.h71 TP_PROTO(const char *name, u32 op1, u32 op2, u32 op3, u32 op4),
73 TP_ARGS(name, op1, op2, op3, op4),
79 __field(u32, op3)
87 __entry->op3 = op3;
92 __entry->name, __entry->op1, __entry->op2, __entry->op3,
/linux/lib/zstd/decompress/
A Dhuf_decompress.c384 BYTE* op3 = opStart3; in HUF_decompress4X1_usingDTable_internal_body() local
400 HUF_DECODE_SYMBOLX1_2(op3, &bitD3); in HUF_decompress4X1_usingDTable_internal_body()
404 HUF_DECODE_SYMBOLX1_1(op3, &bitD3); in HUF_decompress4X1_usingDTable_internal_body()
408 HUF_DECODE_SYMBOLX1_2(op3, &bitD3); in HUF_decompress4X1_usingDTable_internal_body()
412 HUF_DECODE_SYMBOLX1_0(op3, &bitD3); in HUF_decompress4X1_usingDTable_internal_body()
837 BYTE* op3 = opStart3; in HUF_decompress4X2_usingDTable_internal_body() local
862 HUF_DECODE_SYMBOLX2_2(op3, &bitD3); in HUF_decompress4X2_usingDTable_internal_body()
863 HUF_DECODE_SYMBOLX2_1(op3, &bitD3); in HUF_decompress4X2_usingDTable_internal_body()
864 HUF_DECODE_SYMBOLX2_2(op3, &bitD3); in HUF_decompress4X2_usingDTable_internal_body()
865 HUF_DECODE_SYMBOLX2_0(op3, &bitD3); in HUF_decompress4X2_usingDTable_internal_body()
[all …]
/linux/drivers/gpu/host1x/hw/
A Dchannel_hw.c105 u32 op2, op3; in submit_gathers() local
108 op3 = upper_32_bits(addr); in submit_gathers()
112 if (op3 != 0) { in submit_gathers()
117 host1x_cdma_push_wide(cdma, op1, op2, op3, op4); in submit_gathers()
/linux/arch/powerpc/math-emu/
A Dmath.c28 #define FLOATFUNC(x) static inline int x(void *op1, void *op2, void *op3, \
228 void *op0 = NULL, *op1 = NULL, *op2 = NULL, *op3 = NULL; in do_mathemu() local
347 op3 = (void *)&current->thread.TS_FPR((insn >> 6) & 0x1f); in do_mathemu()
401 op3 = (void *)&current->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu()
435 eflag = func(op0, op1, op2, op3); in do_mathemu()
/linux/drivers/gpu/host1x/
A Dcdma.c598 u32 op3, u32 op4) in host1x_cdma_push_wide() argument
608 op3, op4); in host1x_cdma_push_wide()
638 host1x_pushbuffer_push(pb, op3, op4); in host1x_cdma_push_wide()
A Dcdma.h83 u32 op3, u32 op4);
/linux/Documentation/driver-api/
A Dipmi.rst505 <op1>[:op2[:op3...]]

Completed in 16 milliseconds