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

Function x86FPREM

NULLC/Translator_X86.cpp:298–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298int x86FPREM(unsigned char *stream)
299{
300 stream[0] = 0xd9;
301 stream[1] = 0xf8;
302 return 2;
303}
304
305int x86FSQRT(unsigned char *stream)
306{

Callers 1

TranslateToNativeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected