| 2085 | |
| 2086 | template<IR::OpSize DstElementSize> |
| 2087 | void 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 | |
| 2092 | template void OpDispatchBuilder::CVTGPR_To_FPR<OpSize::i32Bit>(OpcodeArgs); |
| 2093 | template void OpDispatchBuilder::CVTGPR_To_FPR<OpSize::i64Bit>(OpcodeArgs); |
nothing calls this directly
no outgoing calls
no test coverage detected