Lines Matching refs:vT

194   : X_RD5_XO5_RS5<opcode, xo2, xo, (outs vrrc:$vT), (ins vrrc:$vB),
195 !strconcat(opc, " $vT, $vB"), IIC_VecFP, pattern>;
206 : X_RD5_XO5_RS5<opcode, xo2, xo, (outs vrrc:$vT), (ins vbtype:$vB),
207 !strconcat(opc, " $vT, $vB"), IIC_VecFP, pattern>;
212 : X_RD5_XO5_RS5<opcode, xo2, xo, (outs vfrc:$vT), (ins vrrc:$vB),
213 !strconcat(opc, " $vT, $vB"), IIC_VecFP, pattern>;
242 : XForm_1<opcode, xo, (outs vrrc:$vT), (ins vrrc:$vA, vrrc:$vB),
243 !strconcat(opc, " $vT, $vA, $vB"), IIC_VecFP, pattern>;
253 : XForm_1<opcode, xo, (outs vrrc:$vT), (ins vrrc:$vTi, vrrc:$vA, vrrc:$vB),
254 !strconcat(opc, " $vT, $vA, $vB"), IIC_VecFP, pattern>,
255 RegConstraint<"$vTi = $vT">, NoEncode<"$vTi">;
265 (outs vrrc:$vT), (ins u1imm:$r, vrrc:$vB, u2imm:$rmc),
266 !strconcat(opc, " $r, $vT, $vB, $rmc"), IIC_VecFP, pattern> {
1364 [(set f128:$vT,
1369 [(set f128:$vT, (fabs f128:$vB))]>;
1371 [(set f128:$vT, (fneg (fabs f128:$vB)))]>;
1373 [(set f128:$vT, (fneg f128:$vB))]>;
1382 [(set f128:$vT, (any_fadd f128:$vA, f128:$vB))]>;
1384 [(set f128:$vT, (any_fmul f128:$vA, f128:$vB))]>;
1387 [(set f128:$vT, (any_fsub f128:$vA, f128:$vB))]>;
1389 [(set f128:$vT, (any_fdiv f128:$vA, f128:$vB))]>;
1392 [(set f128:$vT, (any_fsqrt f128:$vB))]>;
1395 [(set f128:$vT,
1398 [(set f128:$vT,
1402 [(set f128:$vT,
1406 [(set f128:$vT,
1412 [(set f128:$vT,
1416 [(set f128:$vT,
1421 [(set f128:$vT,
1425 [(set f128:$vT,
1429 [(set f128:$vT,
1434 [(set f128:$vT,
1439 [(set f128:$vT,
1443 [(set f128:$vT,
1447 [(set f128:$vT,
1483 [(set f128:$vT, (any_fpextend f64:$vB))]>;
1488 [(set f64:$vT,
1545 def XSIEXPQP : XForm_18<63, 868, (outs vrrc:$vT), (ins vrrc:$vA, vsfrc:$vB),
1546 "xsiexpqp $vT, $vA, $vB", IIC_VecFP, []>;