/external/vixl/examples/aarch32/ |
D | mandelbrot.cc | 46 __ Vmov(F32, kCRealStep, 0.125); in GenerateMandelBrot() local 47 __ Vmov(F32, kCImagStep, 0.0625); in GenerateMandelBrot() local 55 __ Vmov(I8, kStars, '*'); in GenerateMandelBrot() local 56 __ Vmov(I8, kSpaces, ' '); in GenerateMandelBrot() local 59 __ Vmov(s15, -2.0); in GenerateMandelBrot() local 65 __ Vmov(F32, kModSqLimit, 4.0); in GenerateMandelBrot() local 89 __ Vmov(s0, -2.0); in GenerateMandelBrot() local 90 __ Vmov(s1, -1.96875); in GenerateMandelBrot() local 91 __ Vmov(s2, -1.9375); in GenerateMandelBrot() local 92 __ Vmov(s3, -1.90625); in GenerateMandelBrot() local [all …]
|
D | pi.cc | 47 __ Vmov(d4, 8.0); in GenerateApproximatePi() local 48 __ Vmov(d5, 1.0); in GenerateApproximatePi() local 50 __ Vmov(I64, d10, 0); // d10 = 0.0; in GenerateApproximatePi() local 51 __ Vmov(I64, d11, 0); // d11 = 0.0; in GenerateApproximatePi() local 52 __ Vmov(I64, d12, 0); // d12 = 0.0; in GenerateApproximatePi() local 53 __ Vmov(I64, d13, 0); // d13 = 0.0 in GenerateApproximatePi() local 76 __ Vmov(F64, d4, 4.0); in GenerateApproximatePi() local
|
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 1434 __ 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/ |
D | macro-assembler-aarch32.h | 814 void Vmov(Condition cond, DRegister rt, double v) { Vmov(cond, F64, rt, v); } in Vmov() function 815 void Vmov(DRegister rt, double v) { Vmov(al, F64, rt, v); } in Vmov() function 816 void Vmov(Condition cond, SRegister rt, float v) { Vmov(cond, F32, rt, v); } in Vmov() function 817 void Vmov(SRegister rt, float v) { Vmov(al, F32, rt, v); } in Vmov() function 7725 void Vmov(Condition cond, Register rt, SRegister rn) { in Vmov() function 7734 void Vmov(Register rt, SRegister rn) { Vmov(al, rt, rn); } in Vmov() function 7736 void Vmov(Condition cond, SRegister rn, Register rt) { in Vmov() function 7745 void Vmov(SRegister rn, Register rt) { Vmov(al, rn, rt); } in Vmov() function 7747 void Vmov(Condition cond, Register rt, Register rt2, DRegister rm) { in Vmov() function 7757 void Vmov(Register rt, Register rt2, DRegister rm) { Vmov(al, rt, rt2, rm); } in Vmov() function [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.cpp | 3555 constexpr const char *Vmov = "vmov"; in vmovlq() local 3581 constexpr const char *Vmov = "vmov"; in vmovhq() local 3607 constexpr const char *Vmov = "vmov"; in vmovhlq() local 3633 constexpr const char *Vmov = "vmov"; in vmovlhq() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4511 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-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5839 SDValue Vmov = DAG.getNode(ARMISD::VMOVIMM, dl, VmovVT, EncodedVal); in getZeroVector() local 7175 SDValue Vmov = DAG.getNode(ARMISD::VMOVIMM, dl, VmovVT, Val); in LowerBUILD_VECTOR() local 7186 SDValue Vmov = DAG.getNode(ARMISD::VMVNIMM, dl, VmovVT, Val); in LowerBUILD_VECTOR() local
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6028 SDValue Vmov = DAG.getNode(ARMISD::VMOVIMM, dl, VmovVT, EncodedVal); in getZeroVector() local 7473 SDValue Vmov = DAG.getNode(ARMISD::VMOVIMM, dl, VmovVT, Val); in LowerBUILD_VECTOR() local 7483 SDValue Vmov = DAG.getNode(ARMISD::VMVNIMM, dl, VmovVT, Val); in LowerBUILD_VECTOR() local
|