Lines Matching refs:Dd
1061 // vcvt: Dd = Sm
1063 // Dd = vabs(Dm)
1064 // Dd = vneg(Dm)
1065 // Dd = vadd(Dn, Dm)
1066 // Dd = vsub(Dn, Dm)
1067 // Dd = vmul(Dn, Dm)
1068 // Dd = vdiv(Dn, Dm)
1069 // vcmp(Dd, Dm)
1072 // Dd = vsqrt(Dm)
1083 Format(instr, "vmov.f64'cond 'Dd, 'Dm");
1089 Format(instr, "vabs'cond 'Dd, 'Dm");
1092 Format(instr, "vneg'cond 'Dd, 'Dm");
1104 Format(instr, "vsqrt.f64'cond 'Dd, 'Dm");
1107 Format(instr, "vmov.f64'cond 'Dd, 'd");
1117 Format(instr, "vsub.f64'cond 'Dd, 'Dn, 'Dm");
1119 Format(instr, "vadd.f64'cond 'Dd, 'Dn, 'Dm");
1126 Format(instr, "vmul.f64'cond 'Dd, 'Dn, 'Dm");
1132 Format(instr, "vdiv.f64'cond 'Dd, 'Dn, 'Dm");
1190 Format(instr, "vcmp.f64'cond 'Dd, 'Dm");
1192 Format(instr, "vcmp.f64'cond 'Dd, #0.0");
1211 Format(instr, "vcvt.f64.f32'cond 'Dd, 'Sm");
1244 Format(instr, "vcvt.f64.u32'cond 'Dd, 'Sm");
1246 Format(instr, "vcvt.f64.s32'cond 'Dd, 'Sm");
1316 Format(instr, "vldr'cond 'Dd, ['rn - 4*'imm08@00]");
1318 Format(instr, "vstr'cond 'Dd, ['rn - 4*'imm08@00]");
1323 Format(instr, "vldr'cond 'Dd, ['rn + 4*'imm08@00]");
1325 Format(instr, "vstr'cond 'Dd, ['rn + 4*'imm08@00]");
1333 Format(instr, "vldm'cond'pu 'rn'w, {'Dd-'Dd+}");
1335 Format(instr, "vstm'cond'pu 'rn'w, {'Dd-'Dd+}");