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

Function x86FADDP

NULLC/Translator_X86.cpp:216–221  ·  view source on GitHub ↗

faddp

Source from the content-addressed store, hash-verified

214}
215// faddp
216int x86FADDP(unsigned char *stream)
217{
218 stream[0] = 0xde;
219 stream[1] = 0xc1;
220 return 2;
221}
222// fsub *word [index*mult+base+shift]
223int x86FSUB(unsigned char *stream, x86Size size, x86Reg index, int multiplier, x86Reg base, int shift)
224{

Callers 1

TranslateToNativeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected