Lines Matching refs:OpDd
1287 const Operand *OpDd, const Operand *OpDn, in emitVFPddd() argument
1289 IValueT Dd = encodeDRegister(OpDd, "Dd", InstName); in emitVFPddd()
2340 void AssemblerARM32::vabsd(const Operand *OpDd, const Operand *OpDm, in vabsd() argument
2347 const IValueT Dd = encodeDRegister(OpDd, "Dd", Vabsd); in vabsd()
2411 void AssemblerARM32::vaddd(const Operand *OpDd, const Operand *OpDn, in vaddd() argument
2420 emitVFPddd(Cond, VadddOpcode, OpDd, OpDn, OpDm, Vaddd); in vaddd()
2543 void AssemblerARM32::vcmpd(const Operand *OpDd, const Operand *OpDm, in vcmpd() argument
2546 IValueT Dd = encodeDRegister(OpDd, "Dd", Vcmpd); in vcmpd()
2553 void AssemblerARM32::vcmpdz(const Operand *OpDd, CondARM32::Cond Cond) { in vcmpdz() argument
2555 IValueT Dd = encodeDRegister(OpDd, "Dd", Vcmpdz); in vcmpdz()
2594 void AssemblerARM32::vcvtdi(const Operand *OpDd, const Operand *OpSm, in vcvtdi() argument
2602 IValueT Dd = encodeDRegister(OpDd, "Dd", Vcvtdi); in vcvtdi()
2608 void AssemblerARM32::vcvtdu(const Operand *OpDd, const Operand *OpSm, in vcvtdu() argument
2616 IValueT Dd = encodeDRegister(OpDd, "Dd", Vcvtdu); in vcvtdu()
2778 void AssemblerARM32::vcvtds(const Operand *OpDd, const Operand *OpSm, in vcvtds() argument
2781 IValueT Dd = encodeDRegister(OpDd, "Dd", Vcvtds); in vcvtds()
2799 void AssemblerARM32::vdivd(const Operand *OpDd, const Operand *OpDn, in vdivd() argument
2808 emitVFPddd(Cond, VdivdOpcode, OpDd, OpDn, OpDm, Vdivd); in vdivd()
2811 void AssemblerARM32::veord(const Operand *OpDd, const Operand *OpDn, in veord() argument
2818 IValueT Dd = encodeDRegister(OpDd, "Dd", Veord); in veord()
2841 void AssemblerARM32::vldrd(const Operand *OpDd, const Operand *OpAddress, in vldrd() argument
2849 IValueT Dd = encodeDRegister(OpDd, "Dd", Vldrd); in vldrd()
3057 void AssemblerARM32::vmovd(const Operand *OpDd, in vmovd() argument
3065 IValueT Dd = encodeSRegister(OpDd, "Dd", Vmovd); in vmovd()
3074 void AssemblerARM32::vmovdd(const Operand *OpDd, const Variable *OpDm, in vmovdd() argument
3081 IValueT Dd = encodeSRegister(OpDd, "Dd", Vmovdd); in vmovdd()
3238 void AssemblerARM32::vmlad(const Operand *OpDd, const Operand *OpDn, in vmlad() argument
3247 emitVFPddd(Cond, VmladOpcode, OpDd, OpDn, OpDm, Vmlad); in vmlad()
3262 void AssemblerARM32::vmlsd(const Operand *OpDd, const Operand *OpDn, in vmlsd() argument
3271 emitVFPddd(Cond, VmladOpcode, OpDd, OpDn, OpDm, Vmlad); in vmlsd()
3311 void AssemblerARM32::vmuld(const Operand *OpDd, const Operand *OpDn, in vmuld() argument
3320 emitVFPddd(Cond, VmuldOpcode, OpDd, OpDn, OpDm, Vmuld); in vmuld()
3685 void AssemblerARM32::vstrd(const Operand *OpDd, const Operand *OpAddress, in vstrd() argument
3693 IValueT Dd = encodeDRegister(OpDd, "Dd", Vstrd); in vstrd()
3818 void AssemblerARM32::vsubd(const Operand *OpDd, const Operand *OpDn, in vsubd() argument
3827 emitVFPddd(Cond, VsubdOpcode, OpDd, OpDn, OpDm, Vsubd); in vsubd()
4072 void AssemblerARM32::vsqrtd(const Operand *OpDd, const Operand *OpDm, in vsqrtd() argument
4079 IValueT Dd = encodeDRegister(OpDd, "Dd", Vsqrtd); in vsqrtd()