Searched refs:SIZE64 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dinstr_size.c92 mode = (model == DATAMODEL_LP64) ? SIZE64 : SIZE32;
H A Ddis_tables.c1246 static uint_t opnd_size; /* SIZE16, SIZE32 or SIZE64 */
1247 static uint_t addr_size; /* SIZE16, SIZE32 or SIZE64 */
1697 * Mode determines the default operating mode (SIZE16, SIZE32 or SIZE64)
1768 addr_size = SIZE64;
1806 if (dp->it_invalid64 && cpu_mode == SIZE64)
1828 if (cpu_mode == SIZE64) {
1845 if (cpu_mode == SIZE64) {
1847 opnd_size = SIZE64;
1937 if (cpu_mode == SIZE64 && opcode1 == 0x6 && opcode2 == 0x3)
1943 if (cpu_mode == SIZE64
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/i386/
H A Ddis_tables.h59 #define SIZE64 3 macro

Completed in 78 milliseconds