Home
last modified time | relevance | path

Searched refs:Tbl (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/sha/asm/
Dsha512-x86_64.pl157 $Tbl="%rbp";
192 add ($Tbl),$T1 # T1+=K[round]
207 lea $STRIDE($Tbl),$Tbl # round++
317 lea $TABLE(%rip),$Tbl
339 cmpb \$0,`$SZ-1`($Tbl)
525 my ($ctx,$inp,$num,$Tbl)=("%rdi","%rsi","%rdx","%rcx");
546 lea K256+0x80(%rip),$Tbl
549 movdqa 0x200-0x80($Tbl),$TMP # byte swap mask
567 movdqa 0*32-0x80($Tbl),$Wi
577 movdqa 1*32-0x80($Tbl),$Wi
[all …]
/external/llvm/include/llvm/Target/
DCostTable.h31 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl, in CostTableLookup() argument
33 auto I = std::find_if(Tbl.begin(), Tbl.end(), in CostTableLookup()
36 if (I != Tbl.end()) in CostTableLookup()
54 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl, in ConvertCostTableLookup() argument
56 auto I = std::find_if(Tbl.begin(), Tbl.end(), in ConvertCostTableLookup()
61 if (I != Tbl.end()) in ConvertCostTableLookup()
/external/protobuf/src/google/protobuf/stubs/
Dstructurally_valid.cc348 static inline bool InStateZero(const UTF8ScanObj* st, const uint8* Tbl) { in InStateZero() argument
350 return (static_cast<uint32>(Tbl - Tbl0) < st->state0_size); in InStateZero()
418 const uint8* Tbl = Tbl_0; in UTF8GenericScan() local
421 e = Tbl[c]; in UTF8GenericScan()
424 Tbl = &Tbl_0[e << eshift]; in UTF8GenericScan()
441 if (!InStateZero(st, Tbl)) { in UTF8GenericScan()
446 } else if (!InStateZero(st, Tbl)) { in UTF8GenericScan()
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.h1920 void Tbl(const VRegister& vd, in Tbl() function
1927 void Tbl(const VRegister& vd, in Tbl() function
1935 void Tbl(const VRegister& vd, in Tbl() function
1944 void Tbl(const VRegister& vd, in Tbl() function
/external/vixl/test/
Dtest-assembler-a64.cc21326 __ Tbl(v8.V16B(), v1.V16B(), v4.V16B()); in TEST() local
21327 __ Tbl(v9.V16B(), v0.V16B(), v1.V16B(), v5.V16B()); in TEST() local
21328 __ Tbl(v10.V16B(), v31.V16B(), v0.V16B(), v1.V16B(), v6.V16B()); in TEST() local
21329 __ Tbl(v11.V16B(), v30.V16B(), v31.V16B(), v0.V16B(), v1.V16B(), v7.V16B()); in TEST() local
21330 __ Tbl(v12.V8B(), v1.V16B(), v4.V8B()); in TEST() local
21331 __ Tbl(v13.V8B(), v0.V16B(), v1.V16B(), v5.V8B()); in TEST() local
21332 __ Tbl(v14.V8B(), v31.V16B(), v0.V16B(), v1.V16B(), v6.V8B()); in TEST() local
21333 __ Tbl(v15.V8B(), v30.V16B(), v31.V16B(), v0.V16B(), v1.V16B(), v7.V8B()); in TEST() local