Home
last modified time | relevance | path

Searched defs:Tbl (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Target/
DCostTable.h31 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl, in CostTableLookup()
54 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl, in ConvertCostTableLookup()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCostTable.h32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl, in CostTableLookup()
55 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl, in ConvertCostTableLookup()
/external/protobuf/src/google/protobuf/stubs/
Dstructurally_valid.cc350 static inline bool InStateZero(const UTF8ScanObj* st, const uint8* Tbl) { in InStateZero()
420 const uint8* Tbl = Tbl_0; in UTF8GenericScan() local
/external/v8/src/arm64/
Dmacro-assembler-arm64.h1092 void Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vm) { in Tbl() function
1096 void Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, in Tbl() function
1101 void Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, in Tbl() function
1106 void Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, in Tbl() function
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h2347 void Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vm) { in Tbl() function
2352 void Tbl(const VRegister& vd, in Tbl() function
2360 void Tbl(const VRegister& vd, in Tbl() function
2369 void Tbl(const VRegister& vd, in Tbl() function
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc2118 __ Tbl(dst, src0, temp.V16B()); in AssembleArchInstruction() local
2120 __ Tbl(dst, src0, src1, temp.V16B()); in AssembleArchInstruction() local
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc6971 __ Tbl(v16.V16B(), v1.V16B(), v0.V16B()); in TEST() local
6973 __ Tbl(v17.V16B(), v1.V16B(), v17.V16B()); in TEST() local
6975 __ Tbl(v18.V16B(), v18.V16B(), v0.V16B()); in TEST() local
6977 __ Tbl(v19.V16B(), v19.V16B(), v19.V16B()); in TEST() local
6980 __ Tbl(v20.V16B(), v1.V16B(), v2.V16B(), v3.V16B(), v4.V16B(), v0.V16B()); in TEST() local
6982 __ Tbl(v21.V16B(), v1.V16B(), v2.V16B(), v3.V16B(), v4.V16B(), v21.V16B()); in TEST() local
6987 __ Tbl(v22.V16B(), v22.V16B(), v23.V16B(), v24.V16B(), v25.V16B(), v0.V16B()); in TEST() local
6992 __ Tbl(v26.V16B(), in TEST() local
26584 __ Tbl(v8.V16B(), v1.V16B(), v4.V16B()); in TEST() local
26585 __ Tbl(v9.V16B(), v0.V16B(), v1.V16B(), v5.V16B()); in TEST() local
[all …]