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

Method ExtendVectorElements

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

Source from the content-addressed store, hash-verified

3598
3599template<IR::OpSize ElementSize, IR::OpSize DstElementSize, bool Signed>
3600void OpDispatchBuilder::ExtendVectorElements(OpcodeArgs) {
3601 Ref Result = ExtendVectorElementsImpl(Op, ElementSize, DstElementSize, Signed);
3602 StoreResult(FPRClass, Op, Result, OpSize::iInvalid);
3603}
3604
3605template void OpDispatchBuilder::ExtendVectorElements<OpSize::i8Bit, OpSize::i16Bit, false>(OpcodeArgs);
3606template void OpDispatchBuilder::ExtendVectorElements<OpSize::i8Bit, OpSize::i32Bit, false>(OpcodeArgs);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected