Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Dhost1x.h71 TP_PROTO(const char *name, u32 op1, u32 op2, u32 op3, u32 op4),
73 TP_ARGS(name, op1, op2, op3, op4),
80 __field(u32, op4)
88 __entry->op4 = op4;
93 __entry->op4)
/openbmc/linux/lib/zstd/decompress/
H A Dhuf_decompress.c584 BYTE* op4 = opStart4; in HUF_decompress4X1_usingDTable_internal_body() local
602 HUF_DECODE_SYMBOLX1_2(op4, &bitD4); in HUF_decompress4X1_usingDTable_internal_body()
606 HUF_DECODE_SYMBOLX1_1(op4, &bitD4); in HUF_decompress4X1_usingDTable_internal_body()
610 HUF_DECODE_SYMBOLX1_2(op4, &bitD4); in HUF_decompress4X1_usingDTable_internal_body()
614 HUF_DECODE_SYMBOLX1_0(op4, &bitD4); in HUF_decompress4X1_usingDTable_internal_body()
1278 BYTE* op4 = opStart4; in HUF_decompress4X2_usingDTable_internal_body() local
1308 HUF_DECODE_SYMBOLX2_2(op4, &bitD4); in HUF_decompress4X2_usingDTable_internal_body()
1309 HUF_DECODE_SYMBOLX2_1(op4, &bitD4); in HUF_decompress4X2_usingDTable_internal_body()
1310 HUF_DECODE_SYMBOLX2_2(op4, &bitD4); in HUF_decompress4X2_usingDTable_internal_body()
1311 HUF_DECODE_SYMBOLX2_0(op4, &bitD4); in HUF_decompress4X2_usingDTable_internal_body()
[all …]
/openbmc/u-boot/post/lib_powerpc/
H A Dstring.c26 ulong op4);
/openbmc/linux/drivers/gpu/host1x/
H A Dcdma.h85 u32 op3, u32 op4);
H A Dcdma.c623 u32 op3, u32 op4) in host1x_cdma_push_wide() argument
633 op3, op4); in host1x_cdma_push_wide()
657 host1x_pushbuffer_push(pb, op3, op4); in host1x_cdma_push_wide()
/openbmc/linux/drivers/gpu/host1x/hw/
H A Dchannel_hw.c146 u32 op4 = HOST1X_OPCODE_NOP; in submit_gathers() local
148 host1x_cdma_push_wide(cdma, op1, op2, op3, op4); in submit_gathers()
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath.c29 void *op4) { return 0; }
/openbmc/qemu/target/ppc/
H A Dtranslate.c1427 #define GEN_OPCODE3(name, op1, op2, op3, op4, invl, _typ, _typ2) \ argument
1432 .opc4 = op4, \
1441 #define GEN_OPCODE4(name, onam, op1, op2, op3, op4, invl, _typ, _typ2) \ argument
1446 .opc4 = op4, \
/openbmc/qemu/target/i386/hvf/
H A Dx86_decode.c432 struct x86_decode_op *op4);