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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/dtrace/amd64/
H A Dinstr_size.c106 uint_t mode = SIZE64;
109 mode = (model == DATAMODEL_LP64) ? SIZE64 : SIZE32;
H A Ddis_tables.h58 #define SIZE64 3 macro
H A Ddis_tables.c1244 static uint_t opnd_size; /* SIZE16, SIZE32 or SIZE64 */
1245 static uint_t addr_size; /* SIZE16, SIZE32 or SIZE64 */
1690 * Mode determines the default operating mode (SIZE16, SIZE32 or SIZE64)
1761 addr_size = SIZE64;
1799 if (dp->it_invalid64 && cpu_mode == SIZE64)
1821 if (cpu_mode == SIZE64) {
1838 if (cpu_mode == SIZE64) {
1840 opnd_size = SIZE64;
1928 if (cpu_mode == SIZE64 && opcode1 == 0x6 && opcode2 == 0x3)
1934 if ((cpu_mode == SIZE64
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/dtrace/i386/
H A Ddis_tables.h58 #define SIZE64 3 macro
H A Dinstr_size.c109 mode = (model == DATAMODEL_LP64) ? SIZE64 : SIZE32;
H A Ddis_tables.c1244 static uint_t opnd_size; /* SIZE16, SIZE32 or SIZE64 */
1245 static uint_t addr_size; /* SIZE16, SIZE32 or SIZE64 */
1690 * Mode determines the default operating mode (SIZE16, SIZE32 or SIZE64)
1761 addr_size = SIZE64;
1799 if (dp->it_invalid64 && cpu_mode == SIZE64)
1821 if (cpu_mode == SIZE64) {
1838 if (cpu_mode == SIZE64) {
1840 opnd_size = SIZE64;
1928 if (cpu_mode == SIZE64 && opcode1 == 0x6 && opcode2 == 0x3)
1934 if ((cpu_mode == SIZE64
[all...]

Completed in 133 milliseconds