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

Function x86FSUBP

NULLC/Translator_X86.cpp:239–244  ·  view source on GitHub ↗

fsubp

Source from the content-addressed store, hash-verified

237}
238// fsubp
239int x86FSUBP(unsigned char *stream)
240{
241 stream[0] = 0xde;
242 stream[1] = 0xe9;
243 return 2;
244}
245// fsubrp
246int x86FSUBRP(unsigned char *stream)
247{

Callers 1

TranslateToNativeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected