| 87 | } |
| 88 | |
| 89 | void OpDispatchBuilder::FLDF64_Const(OpcodeArgs, uint64_t Num) { |
| 90 | auto Data = _VCastFromGPR(OpSize::i64Bit, OpSize::i64Bit, Constant(Num)); |
| 91 | _PushStack(Data, Data, OpSize::i64Bit, true); |
| 92 | } |
| 93 | |
| 94 | void OpDispatchBuilder::FILDF64(OpcodeArgs) { |
| 95 | const auto ReadWidth = OpSizeFromSrc(Op); |
nothing calls this directly
no outgoing calls
no test coverage detected