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

Function x86SAL

NULLC/Translator_X86.cpp:857–862  ·  view source on GitHub ↗

sal eax, cl

Source from the content-addressed store, hash-verified

855
856// sal eax, cl
857int x86SAL(unsigned char *stream)
858{
859 stream[0] = 0xd3;
860 stream[1] = encodeRegister(rEAX, 4);
861 return 2;
862}
863// sar eax, cl
864int x86SAR(unsigned char *stream)
865{

Callers 1

TranslateToNativeMethod · 0.85

Calls 1

encodeRegisterFunction · 0.85

Tested by

no test coverage detected