Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Default pointer size

Variables

const cm_t CM_MASK = 0x03
 
const cm_t CM_UNKNOWN = 0x00
 unknown
 
const cm_t CM_N8_F16 = 0x01
 if sizeof(int)<=2: near 1 byte, far 2 bytes
 
const cm_t CM_N64 = 0x01
 if sizeof(int)>2: near 8 bytes, far 8 bytes
 
const cm_t CM_N16_F32 = 0x02
 near 2 bytes, far 4 bytes
 
const cm_t CM_N32_F48 = 0x03
 near 4 bytes, far 6 bytes
 

Detailed Description