MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / InsertPSOp

Method InsertPSOp

FEXCore/Source/Interface/Core/OpcodeDispatcher/Vector.cpp:1617–1620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1615}
1616
1617void OpDispatchBuilder::InsertPSOp(OpcodeArgs) {
1618 Ref Result = InsertPSOpImpl(Op, Op->Dest, Op->Src[0], Op->Src[1]);
1619 StoreResult(FPRClass, Op, Result, OpSize::iInvalid);
1620}
1621
1622void OpDispatchBuilder::VINSERTPSOp(OpcodeArgs) {
1623 Ref Result = InsertPSOpImpl(Op, Op->Src[0], Op->Src[1], Op->Src[2]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected