Lines Matching refs:opnd
3452 d86opnd_t *opnd = &x->d86_opnd[opindex]; in dtrace_evex_adjust_disp8_n() local
3589 opnd->d86_value *= mult[evex_L]; in dtrace_evex_adjust_disp8_n()
3599 char *opnd = x->d86_opnd[tgtop].d86_opnd; in dtrace_evex_adjust_z_opmask() local
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()
3610 (void) strlcat(opnd, "}", OPLEN); in dtrace_evex_adjust_z_opmask()
3614 (void) strlcat(opnd, "{z}", OPLEN); in dtrace_evex_adjust_z_opmask()
3630 char *opnd = x->d86_opnd[tgtop].d86_opnd; in dtrace_evex_adjust_bcast() local
3663 (void) strlcat(opnd, "{1to", OPLEN); in dtrace_evex_adjust_bcast()
3664 (void) strlcat(opnd, bcast, OPLEN); in dtrace_evex_adjust_bcast()
3665 (void) strlcat(opnd, "}", OPLEN); in dtrace_evex_adjust_bcast()
3787 char *opnd = x->d86_opnd[opindex].d86_opnd; in dtrace_get_operand() local
3803 (void) strlcat(opnd, dis_MMREG[r_m], OPLEN); in dtrace_get_operand()
3806 (void) strlcat(opnd, dis_XMMREG[r_m], OPLEN); in dtrace_get_operand()
3809 (void) strlcat(opnd, dis_YMMREG[r_m], OPLEN); in dtrace_get_operand()
3812 (void) strlcat(opnd, dis_ZMMREG[r_m], OPLEN); in dtrace_get_operand()
3815 (void) strlcat(opnd, dis_KOPMASKREG[r_m], OPLEN); in dtrace_get_operand()
3818 (void) strlcat(opnd, dis_SEGREG[r_m], OPLEN); in dtrace_get_operand()
3821 (void) strlcat(opnd, dis_CONTROLREG[r_m], OPLEN); in dtrace_get_operand()
3824 (void) strlcat(opnd, dis_DEBUGREG[r_m], OPLEN); in dtrace_get_operand()
3827 (void) strlcat(opnd, dis_TESTREG[r_m], OPLEN); in dtrace_get_operand()
3831 (void) strlcat(opnd, dis_REG8[r_m], OPLEN); in dtrace_get_operand()
3833 (void) strlcat(opnd, dis_REG8_REX[r_m], OPLEN); in dtrace_get_operand()
3836 (void) strlcat(opnd, dis_REG16[r_m], OPLEN); in dtrace_get_operand()
3840 (void) strlcat(opnd, dis_REG16[r_m], OPLEN); in dtrace_get_operand()
3842 (void) strlcat(opnd, dis_REG32[r_m], OPLEN); in dtrace_get_operand()
3844 (void) strlcat(opnd, dis_REG64[r_m], OPLEN); in dtrace_get_operand()
3875 (void) strlcat(opnd, dis_addr16[mode][r_m], OPLEN); in dtrace_get_operand()
3927 (void) strlcat(opnd, dis_addr32_mode0[r_m], in dtrace_get_operand()
3930 (void) strlcat(opnd, dis_addr32_mode12[r_m], in dtrace_get_operand()
3934 (void) strlcat(opnd, dis_addr64_mode0[r_m], in dtrace_get_operand()
3941 (void) strlcat(opnd, dis_addr64_mode12[r_m], in dtrace_get_operand()
3974 (void) strlcat(opnd, "(", OPLEN); in dtrace_get_operand()
3978 (void) strlcat(opnd, "(", OPLEN); in dtrace_get_operand()
3979 (void) strlcat(opnd, regs[base], OPLEN); in dtrace_get_operand()
3987 (void) strlcat(opnd, ",", OPLEN); in dtrace_get_operand()
3988 (void) strlcat(opnd, bregs[index], OPLEN); in dtrace_get_operand()
3989 (void) strlcat(opnd, sf[ss], OPLEN); in dtrace_get_operand()
3992 (void) strlcat(opnd, ")", OPLEN); in dtrace_get_operand()