/linux-6.1.9/arch/x86/crypto/ |
D | cast6-avx-x86_64-asm_64.S | 85 #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); \
|
D | cast5-avx-x86_64-asm_64.S | 85 #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-6.1.9/include/trace/events/ |
D | host1x.h | 71 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-6.1.9/lib/zstd/decompress/ |
D | huf_decompress.c | 384 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() 425 if (op3 > opStart4) return ERROR(corruption_detected); in HUF_decompress4X1_usingDTable_internal_body() 431 HUF_decodeStreamX1(op3, &bitD3, opStart4, dt, dtLog); 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() [all …]
|
/linux-6.1.9/drivers/gpu/host1x/hw/ |
D | channel_hw.c | 136 u32 op2, op3; in submit_gathers() local 139 op3 = upper_32_bits(addr); in submit_gathers() 143 if (op3 != 0) { in submit_gathers() 148 host1x_cdma_push_wide(cdma, op1, op2, op3, op4); in submit_gathers()
|
/linux-6.1.9/arch/powerpc/math-emu/ |
D | math.c | 28 #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 *)¤t->thread.TS_FPR((insn >> 6) & 0x1f); in do_mathemu() 401 op3 = (void *)¤t->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu() 435 eflag = func(op0, op1, op2, op3); in do_mathemu()
|
/linux-6.1.9/drivers/gpu/host1x/ |
D | cdma.h | 83 u32 op3, u32 op4);
|
D | cdma.c | 613 u32 op3, u32 op4) in host1x_cdma_push_wide() argument 623 op3, op4); in host1x_cdma_push_wide() 647 host1x_pushbuffer_push(pb, op3, op4); in host1x_cdma_push_wide()
|
/linux-6.1.9/tools/objtool/arch/x86/ |
D | decode.c | 127 unsigned char op1, op2, op3, prefix, in arch_decode_instruction() local 156 op3 = insn.opcode.bytes[2]; in arch_decode_instruction() 515 } else if (op2 == 0x38 && op3 == 0xf8) { in arch_decode_instruction()
|
/linux-6.1.9/Documentation/driver-api/ |
D | ipmi.rst | 505 <op1>[:op2[:op3...]]
|