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

Function x86SAR

NULLC/Translator_X86.cpp:864–869  ·  view source on GitHub ↗

sar eax, cl

Source from the content-addressed store, hash-verified

862}
863// sar eax, cl
864int x86SAR(unsigned char *stream)
865{
866 stream[0] = 0xd3;
867 stream[1] = encodeRegister(rEAX, 7);
868 return 2;
869}
870
871// not reg
872int x86NOT(unsigned char *stream, x86Reg reg)

Callers 1

TranslateToNativeMethod · 0.85

Calls 1

encodeRegisterFunction · 0.85

Tested by

no test coverage detected