Lines Matching refs:opnd

3179 	d86opnd_t *opnd = &x->d86_opnd[opindex];  in dtrace_evex_adjust_disp8_n()  local
3191 opnd->d86_value *= 16; in dtrace_evex_adjust_disp8_n()
3194 opnd->d86_value *= 32; in dtrace_evex_adjust_disp8_n()
3197 opnd->d86_value *= 64; in dtrace_evex_adjust_disp8_n()
3210 char *opnd = x->d86_opnd[tgtop].d86_opnd; in dtrace_evex_adjust_z_opmask() local
3219 (void) strlcat(opnd, "{", OPLEN); in dtrace_evex_adjust_z_opmask()
3220 (void) strlcat(opnd, dis_KOPMASKREG[opmask_reg], OPLEN); in dtrace_evex_adjust_z_opmask()
3221 (void) strlcat(opnd, "}", OPLEN); in dtrace_evex_adjust_z_opmask()
3225 (void) strlcat(opnd, "{z}", OPLEN); in dtrace_evex_adjust_z_opmask()
3348 char *opnd = x->d86_opnd[opindex].d86_opnd; in dtrace_get_operand() local
3364 (void) strlcat(opnd, dis_MMREG[r_m], OPLEN); in dtrace_get_operand()
3367 (void) strlcat(opnd, dis_XMMREG[r_m], OPLEN); in dtrace_get_operand()
3370 (void) strlcat(opnd, dis_YMMREG[r_m], OPLEN); in dtrace_get_operand()
3373 (void) strlcat(opnd, dis_ZMMREG[r_m], OPLEN); in dtrace_get_operand()
3376 (void) strlcat(opnd, dis_KOPMASKREG[r_m], OPLEN); in dtrace_get_operand()
3379 (void) strlcat(opnd, dis_SEGREG[r_m], OPLEN); in dtrace_get_operand()
3382 (void) strlcat(opnd, dis_CONTROLREG[r_m], OPLEN); in dtrace_get_operand()
3385 (void) strlcat(opnd, dis_DEBUGREG[r_m], OPLEN); in dtrace_get_operand()
3388 (void) strlcat(opnd, dis_TESTREG[r_m], OPLEN); in dtrace_get_operand()
3392 (void) strlcat(opnd, dis_REG8[r_m], OPLEN); in dtrace_get_operand()
3394 (void) strlcat(opnd, dis_REG8_REX[r_m], OPLEN); in dtrace_get_operand()
3397 (void) strlcat(opnd, dis_REG16[r_m], OPLEN); in dtrace_get_operand()
3401 (void) strlcat(opnd, dis_REG16[r_m], OPLEN); in dtrace_get_operand()
3403 (void) strlcat(opnd, dis_REG32[r_m], OPLEN); in dtrace_get_operand()
3405 (void) strlcat(opnd, dis_REG64[r_m], OPLEN); in dtrace_get_operand()
3436 (void) strlcat(opnd, dis_addr16[mode][r_m], OPLEN); in dtrace_get_operand()
3488 (void) strlcat(opnd, dis_addr32_mode0[r_m], in dtrace_get_operand()
3491 (void) strlcat(opnd, dis_addr32_mode12[r_m], in dtrace_get_operand()
3495 (void) strlcat(opnd, dis_addr64_mode0[r_m], in dtrace_get_operand()
3502 (void) strlcat(opnd, dis_addr64_mode12[r_m], in dtrace_get_operand()
3535 (void) strlcat(opnd, "(", OPLEN); in dtrace_get_operand()
3539 (void) strlcat(opnd, "(", OPLEN); in dtrace_get_operand()
3540 (void) strlcat(opnd, regs[base], OPLEN); in dtrace_get_operand()
3548 (void) strlcat(opnd, ",", OPLEN); in dtrace_get_operand()
3549 (void) strlcat(opnd, bregs[index], OPLEN); in dtrace_get_operand()
3550 (void) strlcat(opnd, sf[ss], OPLEN); in dtrace_get_operand()
3553 (void) strlcat(opnd, ")", OPLEN); in dtrace_get_operand()