Home | History | Annotate | Download | only in mips

Lines Matching refs:vt

376 	    int vt,
388 op2 = ValueFPR(vt, fmt_mdmx);
392 result = qh_vector_op(op1, ValueFPR(vt, fmt_mdmx), qh_func[op]);
395 result = qh_map_op(op1, vt, qh_func[op]);
403 op2 = ValueFPR(vt, fmt_mdmx);
407 result = ob_vector_op(op1, ValueFPR(vt, fmt_mdmx), ob_func[op]);
410 result = ob_map_op(op1, vt, ob_func[op]);
496 int vt,
507 op2 = ValueFPR(vt, fmt_mdmx);
511 qh_vector_test(cpu, v1, ValueFPR(vt, fmt_mdmx), cond);
514 qh_map_test(cpu, v1, vt, cond);
522 op2 = ValueFPR(vt, fmt_mdmx);
526 ob_vector_test(cpu, v1, ValueFPR(vt, fmt_mdmx), cond);
529 ob_map_test(cpu, v1, vt, cond);
619 int vt,
631 op2 = ValueFPR(vt, fmt_mdmx);
635 result = qh_vector_pick(cpu, v1, ValueFPR(vt, fmt_mdmx), tf);
638 result = qh_map_pick(cpu, v1, vt, tf);
646 op2 = ValueFPR(vt, fmt_mdmx);
650 result = ob_vector_pick(cpu, v1, ValueFPR(vt, fmt_mdmx), tf);
653 result = ob_map_pick(cpu, v1, vt, tf);
851 int vt,
862 op2 = ValueFPR(vt, fmt_mdmx);
866 qh_vector_acc(ACC.qh, op1, ValueFPR(vt, fmt_mdmx), qh_acc[op]);
869 qh_map_acc(ACC.qh, op1, vt, qh_acc[op]);
877 op2 = ValueFPR(vt, fmt_mdmx);
881 ob_vector_acc(ACC.ob, op1, ValueFPR(vt, fmt_mdmx), ob_acc[op]);
884 ob_map_acc(ACC.ob, op1, vt, ob_acc[op]);
938 uint64_t vt)
948 ACC.qh[i] = ((signed48)s << 16) | (vt & 0xFFFF);
949 vs >>= 16; vt >>= 16;
956 ACC.ob[i] = ((signed24)s << 8) | (vt & 0xFF);
957 vs >>= 8; vt >>= 8;
1332 int vt,
1344 op2 = ValueFPR(vt, fmt_mdmx);
1348 op2 = ValueFPR(vt, fmt_mdmx);
1352 result = qh_map_round(cpu, cia, vt, qh_round[rm]);
1360 op2 = ValueFPR(vt, fmt_mdmx);
1364 op2 = ValueFPR(vt, fmt_mdmx);
1368 result = ob_map_round(cpu, cia, vt, ob_round[rm]);
1383 enum {vs, ss, vt} source;
1391 {{vt,4}, {vs,4}, {vt,5}, {vs,5}, {vt,6}, {vs,6}, {vt,7}, {vs,7}}, /* RSVD */
1392 {{vt,0}, {vs,0}, {vt,1}, {vs,1}, {vt,2}, {vs,2}, {vt,3}, {vs,3}}, /* RSVD */
1394 {{vt,1}, {vt,3}, {vt,5}, {vt,7}, {vs,1}, {vs,3}, {vs,5}, {vs,7}}, /* pach */
1395 {{vt,0}, {vt,2}, {vt,4}, {vt,6}, {vs,0}, {vs,2}, {vs,4}, {vs,6}}, /* pacl */
1396 {{vt,4}, {vs,4}, {vt,5}, {vs,5}, {vt,6}, {vs,6}, {vt,7}, {vs,7}}, /* mixh */
1397 {{vt,0}, {vs,0}, {vt,1}, {vs,1}, {vt,2}, {vs,2}, {vt,3}, {vs,3}} /* mixl */
1401 {{vt,2}, {vs,2}, {vt,3}, {vs,3}}, /* mixh */
1402 {{vt,0}, {vs,0}, {vt,1}, {vs,1}}, /* mixl */
1403 {{vt,1}, {vt,3}, {vs,1}, {vs,3}}, /* pach */
1405 {{vt,1}, {vs,0}, {vt,3}, {vs,2}}, /* bfla */
1407 {{vt,2}, {vt,3}, {vs,2}, {vs,3}}, /* repa */
1408 {{vt,0}, {vt,1}, {vs,0}, {vs,1}} /* repb */
1436 case vt:
1464 case vt: