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

Method CVTGPR_To_FPR

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

Source from the content-addressed store, hash-verified

2085
2086template<IR::OpSize DstElementSize>
2087void OpDispatchBuilder::CVTGPR_To_FPR(OpcodeArgs) {
2088 Ref Result = CVTGPR_To_FPRImpl(Op, DstElementSize, Op->Dest, Op->Src[0]);
2089 StoreResult(FPRClass, Op, Result, OpSize::iInvalid);
2090}
2091
2092template void OpDispatchBuilder::CVTGPR_To_FPR<OpSize::i32Bit>(OpcodeArgs);
2093template void OpDispatchBuilder::CVTGPR_To_FPR<OpSize::i64Bit>(OpcodeArgs);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected