Home
last modified time | relevance | path

Searched defs:Vmov (Results 1 – 8 of 8) sorted by relevance

/external/vixl/examples/aarch32/
Dmandelbrot.cc43 __ Vmov(F32, kCRealStep, 0.125); in GenerateMandelBrot() local
44 __ Vmov(F32, kCImagStep, 0.0625); in GenerateMandelBrot() local
52 __ Vmov(I8, kStars, '*'); in GenerateMandelBrot() local
53 __ Vmov(I8, kSpaces, ' '); in GenerateMandelBrot() local
56 __ Vmov(s15, -2.0); in GenerateMandelBrot() local
62 __ Vmov(F32, kModSqLimit, 4.0); in GenerateMandelBrot() local
86 __ Vmov(s0, -2.0); in GenerateMandelBrot() local
87 __ Vmov(s1, -1.96875); in GenerateMandelBrot() local
88 __ Vmov(s2, -1.9375); in GenerateMandelBrot() local
89 __ Vmov(s3, -1.90625); in GenerateMandelBrot() local
[all …]
Dpi.cc44 __ Vmov(d4, 8.0); in GenerateApproximatePi() local
45 __ Vmov(d5, 1.0); in GenerateApproximatePi() local
47 __ Vmov(I64, d10, 0); // d10 = 0.0; in GenerateApproximatePi() local
48 __ Vmov(I64, d11, 0); // d11 = 0.0; in GenerateApproximatePi() local
49 __ Vmov(I64, d12, 0); // d12 = 0.0; in GenerateApproximatePi() local
50 __ Vmov(I64, d13, 0); // d13 = 0.0 in GenerateApproximatePi() local
73 __ Vmov(F64, d4, 4.0); in GenerateApproximatePi() local
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc1434 __ Vmov(d2, 4.1); in TEST() local
1435 __ Vmov(s8, 8.2); in TEST() local
2813 __ Vmov(s0, 1.0); in TEST() local
2814 __ Vmov(s1, 2.0); in TEST() local
2815 __ Vmov(s2, 0.0); in TEST() local
2844 __ Vmov(d0, 1.0); in TEST() local
2845 __ Vmov(d1, 2.0); in TEST() local
2846 __ Vmov(d2, 0.0); in TEST() local
2875 __ Vmov(s0, 1.0); in TEST() local
2876 __ Vmov(s1, 2.0); in TEST() local
[all …]
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h811 void Vmov(Condition cond, DRegister rt, double v) { Vmov(cond, F64, rt, v); } in Vmov() function
812 void Vmov(DRegister rt, double v) { Vmov(al, F64, rt, v); } in Vmov() function
813 void Vmov(Condition cond, SRegister rt, float v) { Vmov(cond, F32, rt, v); } in Vmov() function
814 void Vmov(SRegister rt, float v) { Vmov(al, F32, rt, v); } in Vmov() function
7722 void Vmov(Condition cond, Register rt, SRegister rn) { in Vmov() function
7731 void Vmov(Register rt, SRegister rn) { Vmov(al, rt, rn); } in Vmov() function
7733 void Vmov(Condition cond, SRegister rn, Register rt) { in Vmov() function
7742 void Vmov(SRegister rn, Register rt) { Vmov(al, rn, rt); } in Vmov() function
7744 void Vmov(Condition cond, Register rt, Register rt2, DRegister rm) { in Vmov() function
7754 void Vmov(Register rt, Register rt2, DRegister rm) { Vmov(al, rt, rt2, rm); } in Vmov() function
[all …]
/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp3552 constexpr const char *Vmov = "vmov"; in vmovlq() local
3578 constexpr const char *Vmov = "vmov"; in vmovhq() local
3604 constexpr const char *Vmov = "vmov"; in vmovhlq() local
3630 constexpr const char *Vmov = "vmov"; in vmovlhq() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp3253 SDValue Vmov = DAG.getNode(ARMISD::VMOVIMM, dl, VmovVT, EncodedVal); in getZeroVector() local
3944 SDValue Vmov = DAG.getNode(ARMISD::VMOVIMM, dl, VmovVT, Val); in LowerBUILD_VECTOR() local
3955 SDValue Vmov = DAG.getNode(ARMISD::VMVNIMM, dl, VmovVT, Val); in LowerBUILD_VECTOR() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp4511 SDValue Vmov = DAG.getNode(ARMISD::VMOVIMM, dl, VmovVT, EncodedVal); in getZeroVector() local
5665 SDValue Vmov = DAG.getNode(ARMISD::VMOVIMM, dl, VmovVT, Val); in LowerBUILD_VECTOR() local
5676 SDValue Vmov = DAG.getNode(ARMISD::VMVNIMM, dl, VmovVT, Val); in LowerBUILD_VECTOR() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp5254 SDValue Vmov = DAG.getNode(ARMISD::VMOVIMM, dl, VmovVT, EncodedVal); in getZeroVector() local
6476 SDValue Vmov = DAG.getNode(ARMISD::VMOVIMM, dl, VmovVT, Val); in LowerBUILD_VECTOR() local
6487 SDValue Vmov = DAG.getNode(ARMISD::VMVNIMM, dl, VmovVT, Val); in LowerBUILD_VECTOR() local