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

Method FLDF64_Const

FEXCore/Source/Interface/Core/OpcodeDispatcher/X87F64.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void 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
94void OpDispatchBuilder::FILDF64(OpcodeArgs) {
95 const auto ReadWidth = OpSizeFromSrc(Op);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected