Lines Matching refs:OpDd
1284 const Operand *OpDd, const Operand *OpDn, in emitVFPddd() argument
1286 IValueT Dd = encodeDRegister(OpDd, "Dd", InstName); in emitVFPddd()
2337 void AssemblerARM32::vabsd(const Operand *OpDd, const Operand *OpDm, in vabsd() argument
2344 const IValueT Dd = encodeDRegister(OpDd, "Dd", Vabsd); in vabsd()
2408 void AssemblerARM32::vaddd(const Operand *OpDd, const Operand *OpDn, in vaddd() argument
2417 emitVFPddd(Cond, VadddOpcode, OpDd, OpDn, OpDm, Vaddd); in vaddd()
2540 void AssemblerARM32::vcmpd(const Operand *OpDd, const Operand *OpDm, in vcmpd() argument
2543 IValueT Dd = encodeDRegister(OpDd, "Dd", Vcmpd); in vcmpd()
2550 void AssemblerARM32::vcmpdz(const Operand *OpDd, CondARM32::Cond Cond) { in vcmpdz() argument
2552 IValueT Dd = encodeDRegister(OpDd, "Dd", Vcmpdz); in vcmpdz()
2591 void AssemblerARM32::vcvtdi(const Operand *OpDd, const Operand *OpSm, in vcvtdi() argument
2599 IValueT Dd = encodeDRegister(OpDd, "Dd", Vcvtdi); in vcvtdi()
2605 void AssemblerARM32::vcvtdu(const Operand *OpDd, const Operand *OpSm, in vcvtdu() argument
2613 IValueT Dd = encodeDRegister(OpDd, "Dd", Vcvtdu); in vcvtdu()
2775 void AssemblerARM32::vcvtds(const Operand *OpDd, const Operand *OpSm, in vcvtds() argument
2778 IValueT Dd = encodeDRegister(OpDd, "Dd", Vcvtds); in vcvtds()
2796 void AssemblerARM32::vdivd(const Operand *OpDd, const Operand *OpDn, in vdivd() argument
2805 emitVFPddd(Cond, VdivdOpcode, OpDd, OpDn, OpDm, Vdivd); in vdivd()
2808 void AssemblerARM32::veord(const Operand *OpDd, const Operand *OpDn, in veord() argument
2815 IValueT Dd = encodeDRegister(OpDd, "Dd", Veord); in veord()
2838 void AssemblerARM32::vldrd(const Operand *OpDd, const Operand *OpAddress, in vldrd() argument
2846 IValueT Dd = encodeDRegister(OpDd, "Dd", Vldrd); in vldrd()
3054 void AssemblerARM32::vmovd(const Operand *OpDd, in vmovd() argument
3062 IValueT Dd = encodeSRegister(OpDd, "Dd", Vmovd); in vmovd()
3071 void AssemblerARM32::vmovdd(const Operand *OpDd, const Variable *OpDm, in vmovdd() argument
3078 IValueT Dd = encodeSRegister(OpDd, "Dd", Vmovdd); in vmovdd()
3235 void AssemblerARM32::vmlad(const Operand *OpDd, const Operand *OpDn, in vmlad() argument
3244 emitVFPddd(Cond, VmladOpcode, OpDd, OpDn, OpDm, Vmlad); in vmlad()
3259 void AssemblerARM32::vmlsd(const Operand *OpDd, const Operand *OpDn, in vmlsd() argument
3268 emitVFPddd(Cond, VmladOpcode, OpDd, OpDn, OpDm, Vmlad); in vmlsd()
3308 void AssemblerARM32::vmuld(const Operand *OpDd, const Operand *OpDn, in vmuld() argument
3317 emitVFPddd(Cond, VmuldOpcode, OpDd, OpDn, OpDm, Vmuld); in vmuld()
3682 void AssemblerARM32::vstrd(const Operand *OpDd, const Operand *OpAddress, in vstrd() argument
3690 IValueT Dd = encodeDRegister(OpDd, "Dd", Vstrd); in vstrd()
3815 void AssemblerARM32::vsubd(const Operand *OpDd, const Operand *OpDn, in vsubd() argument
3824 emitVFPddd(Cond, VsubdOpcode, OpDd, OpDn, OpDm, Vsubd); in vsubd()
4069 void AssemblerARM32::vsqrtd(const Operand *OpDd, const Operand *OpDm, in vsqrtd() argument
4076 IValueT Dd = encodeDRegister(OpDd, "Dd", Vsqrtd); in vsqrtd()