/external/vixl/test/aarch64/ |
D | test-disasm-neon-aarch64.cc | 467 COMPARE_MACRO(St1(v20.M, MemOperand(x15)), "st1 {v20." S "}, [x15]"); \ in TEST() 468 COMPARE_MACRO(St1(v21.M, v22.M, MemOperand(x16)), \ in TEST() 470 COMPARE_MACRO(St1(v23.M, v24.M, v25.M, MemOperand(x17)), \ in TEST() 472 COMPARE_MACRO(St1(v26.M, v27.M, v28.M, v29.M, MemOperand(x18)), \ in TEST() 474 COMPARE_MACRO(St1(v30.M, v31.M, v0.M, v1.M, MemOperand(sp)), \ in TEST() 486 COMPARE_MACRO(St1(v0.M, MemOperand(x15, x20, PostIndex)), \ in TEST() 488 COMPARE_MACRO(St1(v1.M, v2.M, MemOperand(x16, x21, PostIndex)), \ in TEST() 490 COMPARE_MACRO(St1(v3.M, v4.M, v5.M, MemOperand(x17, x22, PostIndex)), \ in TEST() 492 COMPARE_MACRO(St1(v6.M, v7.M, v8.M, v9.M, MemOperand(x18, x23, PostIndex)), \ in TEST() 494 COMPARE_MACRO(St1(v30.M, v31.M, v0.M, v1.M, MemOperand(sp, x24, PostIndex)), \ in TEST() [all …]
|
D | test-assembler-neon-aarch64.cc | 2165 __ St1(v0.B(), i, MemOperand(x17)); in TEST() local 2171 __ St1(v0.H(), i, MemOperand(x17)); in TEST() local 2177 __ St1(v0.S(), i, MemOperand(x17)); in TEST() local 2183 __ St1(v0.D(), i, MemOperand(x17)); in TEST() local 2569 __ St1(v0.B(), i, MemOperand(x17, 1, PostIndex)); in TEST() local 2574 __ St1(v0.H(), i, MemOperand(x17, 2, PostIndex)); in TEST() local 2579 __ St1(v0.S(), i, MemOperand(x17, 4, PostIndex)); in TEST() local 2584 __ St1(v0.D(), i, MemOperand(x17, 8, PostIndex)); in TEST() local 2697 __ St1(v0.V8B(), MemOperand(x17)); in TEST() local 2700 __ St1(v0.V8B(), v1.V8B(), MemOperand(x17)); in TEST() local [all …]
|
/external/clang/test/OpenMP/ |
D | threadprivate_ast_print.cpp | 17 struct St1{ struct
|
/external/vixl/examples/aarch64/ |
D | add2-vectors.cc | 62 __ St1(v0.V16B(), MemOperand(x0, 16, PostIndex)); in GenerateAdd2Vectors() local
|
D | neon-matrix-multiply.cc | 92 __ St1(v0.V4S(), v1.V4S(), v2.V4S(), v3.V4S(), MemOperand(x0)); in GenerateNEONMatrixMultiply() local
|
/external/v8/src/codegen/arm64/ |
D | macro-assembler-arm64.h | 1625 void St1(const VRegister& vt, const MemOperand& dst) { in St1() function 1629 void St1(const VRegister& vt, const VRegister& vt2, const MemOperand& dst) { in St1() function 1633 void St1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in St1() function 1638 void St1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in St1() function 1643 void St1(const VRegister& vt, int lane, const MemOperand& dst) { in St1() function
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 3228 void St1(const VRegister& vt, const MemOperand& dst) { in St1() function 3233 void St1(const VRegister& vt, const VRegister& vt2, const MemOperand& dst) { in St1() function 3238 void St1(const VRegister& vt, in St1() function 3246 void St1(const VRegister& vt, in St1() function 3255 void St1(const VRegister& vt, int lane, const MemOperand& dst) { in St1() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 14621 SDValue St1 = DAG.getStore(Chain, DL, Hi, Ptr, in replaceStoreOfFPConstant() local 14625 St0, St1); in replaceStoreOfFPConstant() 14907 SDValue St1 = in splitMergedValStore() local 14911 return St1; in splitMergedValStore()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 12001 SDValue St1 = DAG.getStore(Chain, DL, Hi, in replaceStoreOfFPConstant() local 12006 St0, St1); in replaceStoreOfFPConstant()
|