Searched refs:Tbl (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/Target/
H A DCostTable.h31 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl, argument
33 auto I = std::find_if(Tbl.begin(), Tbl.end(),
36 if (I != Tbl.end())
54 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl, argument
56 auto I = std::find_if(Tbl.begin(), Tbl.end(),
61 if (I != Tbl.end())
/external/boringssl/src/crypto/fipsmodule/sha/asm/
H A Dsha512-x86_64.pl168 $Tbl="%rbp";
203 add ($Tbl),$T1 # T1+=K[round]
218 lea $STRIDE($Tbl),$Tbl # round++
328 lea $TABLE(%rip),$Tbl
350 cmpb \$0,`$SZ-1`($Tbl)
536 my ($ctx,$inp,$num,$Tbl)=("%rdi","%rsi","%rdx","%rcx");
557 lea K256+0x80(%rip),$Tbl
560 movdqa 0x200-0x80($Tbl),$TMP # byte swap mask
578 movdqa 0*32-0x80($Tbl),
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dstructurally_valid.cc348 // Return true if current Tbl pointer is within state0 range
350 static inline bool InStateZero(const UTF8ScanObj* st, const uint8* Tbl) { argument
352 return (static_cast<uint32>(Tbl - Tbl0) < st->state0_size);
420 const uint8* Tbl = Tbl_0; local
423 e = Tbl[c];
426 Tbl = &Tbl_0[e << eshift];
443 if (!InStateZero(st, Tbl)) {
448 } else if (!InStateZero(st, Tbl)) {
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h1974 void Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vm) { function in class:vixl::aarch64::MacroAssembler
1979 void Tbl(const VRegister& vd, function in class:vixl::aarch64::MacroAssembler
1987 void Tbl(const VRegister& vd, function in class:vixl::aarch64::MacroAssembler
1996 void Tbl(const VRegister& vd, function in class:vixl::aarch64::MacroAssembler
/external/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc5469 COMPARE_MACRO(Tbl(v0.V8B(), v1.V16B(), v2.V8B()),
5471 COMPARE_MACRO(Tbl(v3.V8B(), v4.V16B(), v5.V16B(), v6.V8B()),
5473 COMPARE_MACRO(Tbl(v7.V8B(), v8.V16B(), v9.V16B(), v10.V16B(), v11.V8B()),
5475 COMPARE_MACRO(Tbl(v12.V8B(),
5482 COMPARE_MACRO(Tbl(v18.V16B(), v19.V16B(), v20.V16B()),
5484 COMPARE_MACRO(Tbl(v21.V16B(), v22.V16B(), v23.V16B(), v24.V16B()),
5486 COMPARE_MACRO(Tbl(v25.V16B(), v26.V16B(), v27.V16B(), v28.V16B(), v29.V16B()),
5488 COMPARE_MACRO(Tbl(v30.V16B(),
H A Dtest-assembler-aarch64.cc6384 __ Tbl(v16.V16B(), v1.V16B(), v0.V16B());
6386 __ Tbl(v17.V16B(), v1.V16B(), v17.V16B());
6388 __ Tbl(v18.V16B(), v18.V16B(), v0.V16B());
6390 __ Tbl(v19.V16B(), v19.V16B(), v19.V16B());
6393 __ Tbl(v20.V16B(), v1.V16B(), v2.V16B(), v3.V16B(), v4.V16B(), v0.V16B());
6395 __ Tbl(v21.V16B(), v1.V16B(), v2.V16B(), v3.V16B(), v4.V16B(), v21.V16B());
6400 __ Tbl(v22.V16B(), v22.V16B(), v23.V16B(), v24.V16B(), v25.V16B(), v0.V16B());
6405 __ Tbl(v26.V16B(),
22308 __ Tbl(v8.V16B(), v1.V16B(), v4.V16B());
22309 __ Tbl(v
[all...]

Completed in 281 milliseconds