Lines Matching refs:opnd

2616 	char *opnd = x->d86_opnd[opindex].d86_opnd;  in dtrace_get_operand()  local
2632 (void) strlcat(opnd, dis_MMREG[r_m], OPLEN); in dtrace_get_operand()
2635 (void) strlcat(opnd, dis_XMMREG[r_m], OPLEN); in dtrace_get_operand()
2638 (void) strlcat(opnd, dis_YMMREG[r_m], OPLEN); in dtrace_get_operand()
2641 (void) strlcat(opnd, dis_SEGREG[r_m], OPLEN); in dtrace_get_operand()
2644 (void) strlcat(opnd, dis_CONTROLREG[r_m], OPLEN); in dtrace_get_operand()
2647 (void) strlcat(opnd, dis_DEBUGREG[r_m], OPLEN); in dtrace_get_operand()
2650 (void) strlcat(opnd, dis_TESTREG[r_m], OPLEN); in dtrace_get_operand()
2654 (void) strlcat(opnd, dis_REG8[r_m], OPLEN); in dtrace_get_operand()
2656 (void) strlcat(opnd, dis_REG8_REX[r_m], OPLEN); in dtrace_get_operand()
2659 (void) strlcat(opnd, dis_REG16[r_m], OPLEN); in dtrace_get_operand()
2663 (void) strlcat(opnd, dis_REG16[r_m], OPLEN); in dtrace_get_operand()
2665 (void) strlcat(opnd, dis_REG32[r_m], OPLEN); in dtrace_get_operand()
2667 (void) strlcat(opnd, dis_REG64[r_m], OPLEN); in dtrace_get_operand()
2698 (void) strlcat(opnd, dis_addr16[mode][r_m], OPLEN); in dtrace_get_operand()
2748 (void) strlcat(opnd, dis_addr32_mode0[r_m], in dtrace_get_operand()
2751 (void) strlcat(opnd, dis_addr32_mode12[r_m], in dtrace_get_operand()
2755 (void) strlcat(opnd, dis_addr64_mode0[r_m], in dtrace_get_operand()
2762 (void) strlcat(opnd, dis_addr64_mode12[r_m], in dtrace_get_operand()
2792 (void) strlcat(opnd, "(", OPLEN); in dtrace_get_operand()
2796 (void) strlcat(opnd, "(", OPLEN); in dtrace_get_operand()
2797 (void) strlcat(opnd, regs[base], OPLEN); in dtrace_get_operand()
2805 (void) strlcat(opnd, ",", OPLEN); in dtrace_get_operand()
2806 (void) strlcat(opnd, bregs[index], OPLEN); in dtrace_get_operand()
2807 (void) strlcat(opnd, sf[ss], OPLEN); in dtrace_get_operand()
2810 (void) strlcat(opnd, ")", OPLEN); in dtrace_get_operand()