Home | History | Annotate | Download | only in arm

Lines Matching refs:Dm

1074 // vcvt: Sd = Dm
1075 // Dd = vabs(Dm)
1076 // Dd = vneg(Dm)
1077 // Dd = vadd(Dn, Dm)
1078 // Dd = vsub(Dn, Dm)
1079 // Dd = vmul(Dn, Dm)
1080 // Dd = vdiv(Dn, Dm)
1081 // vcmp(Dd, Dm)
1084 // Dd = vsqrt(Dm)
1095 Format(instr, "vmov.f64'cond 'Dd, 'Dm");
1101 Format(instr, "vabs.f64'cond 'Dd, 'Dm");
1104 Format(instr, "vneg.f64'cond 'Dd, 'Dm");
1116 Format(instr, "vsqrt.f64'cond 'Dd, 'Dm");
1129 Format(instr, "vsub.f64'cond 'Dd, 'Dn, 'Dm");
1131 Format(instr, "vadd.f64'cond 'Dd, 'Dn, 'Dm");
1138 Format(instr, "vmul.f64'cond 'Dd, 'Dn, 'Dm");
1144 Format(instr, "vdiv.f64'cond 'Dd, 'Dn, 'Dm");
1202 Format(instr, "vcmp.f64'cond 'Dd, 'Dm");
1221 Format(instr, "vcvt.f32.f64'cond 'Sd, 'Dm");
1240 Format(instr, "vcvt.u32.f64'cond 'Sd, 'Dm");
1242 Format(instr, "vcvt.s32.f64'cond 'Sd, 'Dm");
1272 // Dm = vmov(Rt, Rt2)
1273 // <Rt, Rt2> = vmov(Dm)
1321 Format(instr, "vmov'cond 'rt, 'rn, 'Dm");
1323 Format(instr, "vmov'cond 'Dm, 'rt, 'rn");