| 2094 | |
| 2095 | template<IR::OpSize DstElementSize> |
| 2096 | void 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 | } |
| 2100 | template void OpDispatchBuilder::AVXCVTGPR_To_FPR<OpSize::i32Bit>(OpcodeArgs); |
| 2101 | template void OpDispatchBuilder::AVXCVTGPR_To_FPR<OpSize::i64Bit>(OpcodeArgs); |
| 2102 |
nothing calls this directly
no outgoing calls
no test coverage detected