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

/xnu-2422.115.4/bsd/dev/i386/
H A Dinstr_size.c92 mode = (model == DATAMODEL_LP64) ? SIZE64 : SIZE32;
H A Ddis_tables.c1927 * Mode determines the default operating mode (SIZE16, SIZE32 or SIZE64)
1945 uint_t opnd_size; /* SIZE16, SIZE32 or SIZE64 */
1946 uint_t addr_size; /* SIZE16, SIZE32 or SIZE64 */
2002 addr_size = SIZE64;
2041 if (dp->it_invalid64 && cpu_mode == SIZE64)
2063 if (cpu_mode == SIZE64) {
2080 if (cpu_mode == SIZE64) {
2082 opnd_size = SIZE64;
2242 if (cpu_mode == SIZE64 && opcode1 == 0x6 && opcode2 == 0x3)
2248 if ((cpu_mode == SIZE64
[all...]
/xnu-2422.115.4/bsd/i386/
H A Ddis_tables.h59 #define SIZE64 3 macro

Completed in 76 milliseconds