MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / ipuFDEC

Function ipuFDEC

pcsx2/IPU/IPU_MultiISA.cpp:1708–1718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1706}
1707
1708__ri static bool ipuFDEC(u32 val)
1709{
1710 if (!getBits32((u8*)&ipuRegs.cmd.DATA, 0)) return false;
1711
1712 ipuRegs.cmd.DATA = BigEndian(ipuRegs.cmd.DATA);
1713 ipuRegs.top = ipuRegs.cmd.DATA;
1714
1715 IPU_LOG("FDEC read: 0x%08x", ipuRegs.top);
1716
1717 return true;
1718}
1719
1720static bool ipuSETIQ(u32 val)
1721{

Callers 1

IPUWorkerFunction · 0.85

Calls 1

getBits32Function · 0.70

Tested by

no test coverage detected