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

/freebsd-13-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.h53 #define SIZE64 3 macro
H A Dinstr_size.c110 mode = (model == DATAMODEL_LP64) ? SIZE64 : SIZE32;
H A Ddis_tables.c2885 * Mode determines the default operating mode (SIZE16, SIZE32 or SIZE64)
2903 uint_t opnd_size; /* SIZE16, SIZE32 or SIZE64 */
2904 uint_t addr_size; /* SIZE16, SIZE32 or SIZE64 */
2997 addr_size = SIZE64;
3035 if (dp->it_invalid64 && cpu_mode == SIZE64)
3057 if (cpu_mode == SIZE64) {
3232 if (cpu_mode == SIZE64) {
3234 opnd_size = SIZE64;
3369 opnd_size = SIZE64;
3455 if ((vex_prefix == 0) && cpu_mode == SIZE64
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Ddt_isadep.c505 cpu_mode = (dmodel == PR_MODEL_ILP32) ? SIZE32 : SIZE64;

Completed in 63 milliseconds