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

Method AVXCVTGPR_To_FPR

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

Source from the content-addressed store, hash-verified

2094
2095template<IR::OpSize DstElementSize>
2096void OpDispatchBuilder::AVXCVTGPR_To_FPR(OpcodeArgs) {
2097 Ref Result = CVTGPR_To_FPRImpl(Op, DstElementSize, Op->Src[0], Op->Src[1]);
2098 StoreResult(FPRClass, Op, Result, OpSize::iInvalid);
2099}
2100template void OpDispatchBuilder::AVXCVTGPR_To_FPR<OpSize::i32Bit>(OpcodeArgs);
2101template void OpDispatchBuilder::AVXCVTGPR_To_FPR<OpSize::i64Bit>(OpcodeArgs);
2102

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected