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

Method HSUBPOpImpl

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

Source from the content-addressed store, hash-verified

3373}
3374
3375Ref OpDispatchBuilder::HSUBPOpImpl(OpSize SrcSize, IR::OpSize ElementSize, Ref Src1, Ref Src2) {
3376 auto Even = _VUnZip(SrcSize, ElementSize, Src1, Src2);
3377 auto Odd = _VUnZip2(SrcSize, ElementSize, Src1, Src2);
3378 return _VFSub(SrcSize, ElementSize, Even, Odd);
3379}
3380
3381template<IR::OpSize ElementSize>
3382void OpDispatchBuilder::HSUBP(OpcodeArgs) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected