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

Function x86FSINCOS

NULLC/Translator_X86.cpp:312–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312int x86FSINCOS(unsigned char *stream)
313{
314 stream[0] = 0xd9;
315 stream[1] = 0xfb;
316 return 2;
317}
318int x86FPTAN(unsigned char *stream)
319{
320 stream[0] = 0xd9;

Callers 1

TranslateToNativeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected