/external/clang/test/OpenMP/ |
D | threadprivate_ast_print.cpp | 17 struct St1{ struct
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 3233 COMPARE_MACRO(St1(v20.M, MemOperand(x15)), "st1 {v20." S "}, [x15]"); \ in TEST() 3234 COMPARE_MACRO(St1(v21.M, v22.M, MemOperand(x16)), \ in TEST() 3236 COMPARE_MACRO(St1(v23.M, v24.M, v25.M, MemOperand(x17)), \ in TEST() 3238 COMPARE_MACRO(St1(v26.M, v27.M, v28.M, v29.M, MemOperand(x18)), \ in TEST() 3240 COMPARE_MACRO(St1(v30.M, v31.M, v0.M, v1.M, MemOperand(sp)), \ in TEST() 3252 COMPARE_MACRO(St1(v0.M, MemOperand(x15, x20, PostIndex)), \ in TEST() 3254 COMPARE_MACRO(St1(v1.M, v2.M, MemOperand(x16, x21, PostIndex)), \ in TEST() 3256 COMPARE_MACRO(St1(v3.M, v4.M, v5.M, MemOperand(x17, x22, PostIndex)), \ in TEST() 3258 COMPARE_MACRO(St1(v6.M, v7.M, v8.M, v9.M, MemOperand(x18, x23, PostIndex)), \ in TEST() 3260 COMPARE_MACRO(St1(v30.M, v31.M, v0.M, v1.M, MemOperand(sp, x24, PostIndex)), \ in TEST() [all …]
|
D | test-assembler-aarch64.cc | 4850 __ St1(v0.B(), i, MemOperand(x17)); in TEST() local 4856 __ St1(v0.H(), i, MemOperand(x17)); in TEST() local 4862 __ St1(v0.S(), i, MemOperand(x17)); in TEST() local 4868 __ St1(v0.D(), i, MemOperand(x17)); in TEST() local 5254 __ St1(v0.B(), i, MemOperand(x17, 1, PostIndex)); in TEST() local 5259 __ St1(v0.H(), i, MemOperand(x17, 2, PostIndex)); in TEST() local 5264 __ St1(v0.S(), i, MemOperand(x17, 4, PostIndex)); in TEST() local 5269 __ St1(v0.D(), i, MemOperand(x17, 8, PostIndex)); in TEST() local 5382 __ St1(v0.V8B(), MemOperand(x17)); in TEST() local 5385 __ St1(v0.V8B(), v1.V8B(), MemOperand(x17)); in TEST() local [all …]
|
/external/vixl/examples/aarch64/ |
D | add2-vectors.cc | 59 __ St1(v0.V16B(), MemOperand(x0, 16, PostIndex)); in GenerateAdd2Vectors() local
|
D | neon-matrix-multiply.cc | 89 __ St1(v0.V4S(), v1.V4S(), v2.V4S(), v3.V4S(), MemOperand(x0)); in GenerateNEONMatrixMultiply() local
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 2680 void St1(const VRegister& vt, const MemOperand& dst) { in St1() function 2685 void St1(const VRegister& vt, const VRegister& vt2, const MemOperand& dst) { in St1() function 2690 void St1(const VRegister& vt, in St1() function 2698 void St1(const VRegister& vt, in St1() function 2707 void St1(const VRegister& vt, int lane, const MemOperand& dst) { in St1() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 6650 SDValue St1 = DAG.getStore(Chain, ST->getDebugLoc(), Hi, in visitSTORE() local 6655 St0, St1); in visitSTORE()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 12001 SDValue St1 = DAG.getStore(Chain, DL, Hi, in replaceStoreOfFPConstant() local 12006 St0, St1); in replaceStoreOfFPConstant()
|