Lines Matching refs:opnd
2599 char *opnd = x->d86_opnd[opindex].d86_opnd; in dtrace_get_operand() local
2615 (void) strlcat(opnd, dis_MMREG[r_m], OPLEN); in dtrace_get_operand()
2618 (void) strlcat(opnd, dis_XMMREG[r_m], OPLEN); in dtrace_get_operand()
2621 (void) strlcat(opnd, dis_YMMREG[r_m], OPLEN); in dtrace_get_operand()
2624 (void) strlcat(opnd, dis_SEGREG[r_m], OPLEN); in dtrace_get_operand()
2627 (void) strlcat(opnd, dis_CONTROLREG[r_m], OPLEN); in dtrace_get_operand()
2630 (void) strlcat(opnd, dis_DEBUGREG[r_m], OPLEN); in dtrace_get_operand()
2633 (void) strlcat(opnd, dis_TESTREG[r_m], OPLEN); in dtrace_get_operand()
2637 (void) strlcat(opnd, dis_REG8[r_m], OPLEN); in dtrace_get_operand()
2639 (void) strlcat(opnd, dis_REG8_REX[r_m], OPLEN); in dtrace_get_operand()
2642 (void) strlcat(opnd, dis_REG16[r_m], OPLEN); in dtrace_get_operand()
2646 (void) strlcat(opnd, dis_REG16[r_m], OPLEN); in dtrace_get_operand()
2648 (void) strlcat(opnd, dis_REG32[r_m], OPLEN); in dtrace_get_operand()
2650 (void) strlcat(opnd, dis_REG64[r_m], OPLEN); in dtrace_get_operand()
2681 (void) strlcat(opnd, dis_addr16[mode][r_m], OPLEN); in dtrace_get_operand()
2731 (void) strlcat(opnd, dis_addr32_mode0[r_m], in dtrace_get_operand()
2734 (void) strlcat(opnd, dis_addr32_mode12[r_m], in dtrace_get_operand()
2738 (void) strlcat(opnd, dis_addr64_mode0[r_m], in dtrace_get_operand()
2745 (void) strlcat(opnd, dis_addr64_mode12[r_m], in dtrace_get_operand()
2775 (void) strlcat(opnd, "(", OPLEN); in dtrace_get_operand()
2779 (void) strlcat(opnd, "(", OPLEN); in dtrace_get_operand()
2780 (void) strlcat(opnd, regs[base], OPLEN); in dtrace_get_operand()
2788 (void) strlcat(opnd, ",", OPLEN); in dtrace_get_operand()
2789 (void) strlcat(opnd, bregs[index], OPLEN); in dtrace_get_operand()
2790 (void) strlcat(opnd, sf[ss], OPLEN); in dtrace_get_operand()
2793 (void) strlcat(opnd, ")", OPLEN); in dtrace_get_operand()