Home
last modified time | relevance | path

Searched refs:OPLEN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.h53 #define OPLEN 256 macro
61 char d86_opnd[OPLEN]; /* symbolic rep of operand */
75 char d86_mnem[OPLEN];
H A Ddis_tables.c3289 OPLEN); in dtrace_evex_mnem_adjust()
3298 (void) strlcat(x->d86_mnem, "32", OPLEN); in dtrace_evex_mnem_adjust()
3301 (void) strlcat(x->d86_mnem, "8", OPLEN); in dtrace_evex_mnem_adjust()
3304 (void) strlcat(x->d86_mnem, "64", OPLEN); in dtrace_evex_mnem_adjust()
3307 (void) strlcat(x->d86_mnem, "16", OPLEN); in dtrace_evex_mnem_adjust()
3314 OPLEN); in dtrace_evex_mnem_adjust()
3317 OPLEN); in dtrace_evex_mnem_adjust()
3320 OPLEN); in dtrace_evex_mnem_adjust()
3608 (void) strlcat(opnd, "{", OPLEN); in dtrace_evex_adjust_z_opmask()
3609 (void) strlcat(opnd, dis_KOPMASKREG[opmask_reg], OPLEN); in dtrace_evex_adjust_z_opmask()
[all …]