MCPcopy Create free account
hub / github.com/WheretIB/nullc / x86FDIVRP

Function x86FDIVRP

NULLC/Translator_X86.cpp:284–289  ·  view source on GitHub ↗

fdivrp

Source from the content-addressed store, hash-verified

282}
283// fdivrp
284int x86FDIVRP(unsigned char *stream)
285{
286 stream[0] = 0xde;
287 stream[1] = 0xf1;
288 return 2;
289}
290
291int x86FCHS(unsigned char *stream)
292{

Callers 1

TranslateToNativeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected