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

Function x86FRNDINT

NULLC/Translator_X86.cpp:325–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325int x86FRNDINT(unsigned char *stream)
326{
327 stream[0] = 0xd9;
328 stream[1] = 0xfc;
329 return 2;
330}
331
332// fcomp *word [index*mult+base+shift]
333int x86FCOMP(unsigned char *stream, x86Size size, x86Reg index, int multiplier, x86Reg base, int shift)

Callers 1

TranslateToNativeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected