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.pl159 $Tbl="%rbp";
194 add ($Tbl),$T1 # T1+=K[round]
209 lea $STRIDE($Tbl),$Tbl # round++
320 lea $TABLE(%rip),$Tbl
342 cmpb \$0,`$SZ-1`($Tbl)
528 my ($ctx,$inp,$num,$Tbl)=("%rdi","%rsi","%rdx","%rcx");
549 lea K256+0x80(%rip),$Tbl
552 movdqa 0x200-0x80($Tbl),$TMP # byte swap mask
570 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.h1938 void Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vm) { function in class:vixl::aarch64::MacroAssembler
1943 void Tbl(const VRegister& vd, function in class:vixl::aarch64::MacroAssembler
1951 void Tbl(const VRegister& vd, function in class:vixl::aarch64::MacroAssembler
1960 void Tbl(const VRegister& vd, function in class:vixl::aarch64::MacroAssembler
/external/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc5456 COMPARE_MACRO(Tbl(v0.V8B(), v1.V16B(), v2.V8B()),
5458 COMPARE_MACRO(Tbl(v3.V8B(), v4.V16B(), v5.V16B(), v6.V8B()),
5460 COMPARE_MACRO(Tbl(v7.V8B(), v8.V16B(), v9.V16B(), v10.V16B(), v11.V8B()),
5462 COMPARE_MACRO(Tbl(v12.V8B(),
5469 COMPARE_MACRO(Tbl(v18.V16B(), v19.V16B(), v20.V16B()),
5471 COMPARE_MACRO(Tbl(v21.V16B(), v22.V16B(), v23.V16B(), v24.V16B()),
5473 COMPARE_MACRO(Tbl(v25.V16B(), v26.V16B(), v27.V16B(), v28.V16B(), v29.V16B()),
5475 COMPARE_MACRO(Tbl(v30.V16B(),
H A Dtest-assembler-aarch64.cc6221 __ Tbl(v16.V16B(), v1.V16B(), v0.V16B());
6223 __ Tbl(v17.V16B(), v1.V16B(), v17.V16B());
6225 __ Tbl(v18.V16B(), v18.V16B(), v0.V16B());
6227 __ Tbl(v19.V16B(), v19.V16B(), v19.V16B());
6230 __ Tbl(v20.V16B(), v1.V16B(), v2.V16B(), v3.V16B(), v4.V16B(), v0.V16B());
6232 __ Tbl(v21.V16B(), v1.V16B(), v2.V16B(), v3.V16B(), v4.V16B(), v21.V16B());
6237 __ Tbl(v22.V16B(), v22.V16B(), v23.V16B(), v24.V16B(), v25.V16B(), v0.V16B());
6242 __ Tbl(v26.V16B(),
22329 __ Tbl(v8.V16B(), v1.V16B(), v4.V16B());
22330 __ Tbl(v
[all...]

Completed in 230 milliseconds