/external/clang/test/OpenMP/ |
D | threadprivate_ast_print.cpp | 17 struct St1{ struct
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 3621 COMPARE_MACRO(St1(v20.M, MemOperand(x15)), "st1 {v20." S "}, [x15]"); \ in TEST() 3622 COMPARE_MACRO(St1(v21.M, v22.M, MemOperand(x16)), \ in TEST() 3624 COMPARE_MACRO(St1(v23.M, v24.M, v25.M, MemOperand(x17)), \ in TEST() 3626 COMPARE_MACRO(St1(v26.M, v27.M, v28.M, v29.M, MemOperand(x18)), \ in TEST() 3628 COMPARE_MACRO(St1(v30.M, v31.M, v0.M, v1.M, MemOperand(sp)), \ in TEST() 3640 COMPARE_MACRO(St1(v0.M, MemOperand(x15, x20, PostIndex)), \ in TEST() 3642 COMPARE_MACRO(St1(v1.M, v2.M, MemOperand(x16, x21, PostIndex)), \ in TEST() 3644 COMPARE_MACRO(St1(v3.M, v4.M, v5.M, MemOperand(x17, x22, PostIndex)), \ in TEST() 3646 COMPARE_MACRO(St1(v6.M, v7.M, v8.M, v9.M, MemOperand(x18, x23, PostIndex)), \ in TEST() 3648 COMPARE_MACRO(St1(v30.M, v31.M, v0.M, v1.M, MemOperand(sp, x24, PostIndex)), \ in TEST() [all …]
|
D | test-assembler-aarch64.cc | 5600 __ St1(v0.B(), i, MemOperand(x17)); in TEST() local 5606 __ St1(v0.H(), i, MemOperand(x17)); in TEST() local 5612 __ St1(v0.S(), i, MemOperand(x17)); in TEST() local 5618 __ St1(v0.D(), i, MemOperand(x17)); in TEST() local 6004 __ St1(v0.B(), i, MemOperand(x17, 1, PostIndex)); in TEST() local 6009 __ St1(v0.H(), i, MemOperand(x17, 2, PostIndex)); in TEST() local 6014 __ St1(v0.S(), i, MemOperand(x17, 4, PostIndex)); in TEST() local 6019 __ St1(v0.D(), i, MemOperand(x17, 8, PostIndex)); in TEST() local 6132 __ St1(v0.V8B(), MemOperand(x17)); in TEST() local 6135 __ 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/v8/src/arm64/ |
D | macro-assembler-arm64.h | 1453 void St1(const VRegister& vt, const MemOperand& dst) { in St1() function 1457 void St1(const VRegister& vt, const VRegister& vt2, const MemOperand& dst) { in St1() function 1461 void St1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in St1() function 1466 void St1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in St1() function 1471 void St1(const VRegister& vt, int lane, const MemOperand& dst) { in St1() function
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 3122 void St1(const VRegister& vt, const MemOperand& dst) { in St1() function 3127 void St1(const VRegister& vt, const VRegister& vt2, const MemOperand& dst) { in St1() function 3132 void St1(const VRegister& vt, in St1() function 3140 void St1(const VRegister& vt, in St1() function 3149 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/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()
|