Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/dis/i386/
H A Ddis_tables.c2752 char **bregs; in dtrace_get_operand() local
2761 bregs = (char **)dis_YMMREG; in dtrace_get_operand()
2763 bregs = (char **)dis_XMMREG; in dtrace_get_operand()
2766 bregs = regs; in dtrace_get_operand()
2789 (void) strlcat(opnd, bregs[index], OPLEN); in dtrace_get_operand()