Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c3282 dtrace_evex_mnem_adjust(dis86_t *x, const instable_t *dp, uint_t vex_W, in dtrace_evex_mnem_adjust() argument
3288 (void) strlcat(x->d86_mnem, vex_W != 0 ? "64" : "32", in dtrace_evex_mnem_adjust()
3313 (void) strlcat(x->d86_mnem, vex_W != 0 ? "q" : "d", in dtrace_evex_mnem_adjust()
3316 (void) strlcat(x->d86_mnem, vex_W != 0 ? "s" : "d", in dtrace_evex_mnem_adjust()
3319 (void) strlcat(x->d86_mnem, vex_W != 0 ? "w" : "b", in dtrace_evex_mnem_adjust()
3626 dtrace_evex_adjust_bcast(dis86_t *x, uint_t tgtop, uint_t vex_W, uint_t wbit, in dtrace_evex_adjust_bcast() argument
3644 bcast = vex_W == 0 ? "4" : "2"; in dtrace_evex_adjust_bcast()
3649 bcast = vex_W == 0 ? "8" : "4"; in dtrace_evex_adjust_bcast()
3654 bcast = vex_W == 0 ? "16" : "8"; in dtrace_evex_adjust_bcast()
4143 uint_t vex_W = 0; in dtrace_disx86() local
[all …]