IDA C++ SDK 9.2
Loading...
Searching...
No Matches
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

Variable Documentation

◆ CM_MASK

const cm_t CM_MASK = 0x03

◆ CM_UNKNOWN

const cm_t CM_UNKNOWN = 0x00

unknown

◆ CM_N8_F16

const cm_t CM_N8_F16 = 0x01

if sizeof(int)<=2: near 1 byte, far 2 bytes

◆ CM_N64

const cm_t CM_N64 = 0x01

if sizeof(int)>2: near 8 bytes, far 8 bytes

◆ CM_N16_F32

const cm_t CM_N16_F32 = 0x02

near 2 bytes, far 4 bytes

◆ CM_N32_F48

const cm_t CM_N32_F48 = 0x03

near 4 bytes, far 6 bytes