Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ x86CDQ
Function
x86CDQ
NULLC/Translator_X86.cpp:1091–1095 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1089
}
1090
1091
int x86CDQ(unsigned char *stream)
1092
{
1093
stream[0] = 0x99;
1094
return 1;
1095
}
1096
1097
// setcc *l
1098
int x86SETcc(unsigned char *stream, x86Cond cond, x86Reg reg)
Callers
1
TranslateToNative
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected