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

Method FBLD

FEXCore/Source/Interface/Core/OpcodeDispatcher/X87.cpp:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void OpDispatchBuilder::FBLD(OpcodeArgs) {
79 // Read from memory
80 Ref Data = LoadSource_WithOpSize(FPRClass, Op, Op->Src[0], OpSize::f80Bit, Op->Flags);
81 Ref ConvertedData = _F80BCDLoad(Data);
82 _PushStack(ConvertedData, Data, OpSize::i128Bit, true);
83}
84
85void OpDispatchBuilder::FBSTP(OpcodeArgs) {
86 Ref converted = _F80BCDStore(_ReadStackValue(0));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected