Home
last modified time | relevance | path

Searched refs:indexTable (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dmovmsk.ll84 define i32 @t1(<4 x float> %x, i32* nocapture %indexTable) nounwind uwtable readonly ssp {
91 %arrayidx = getelementptr inbounds i32* %indexTable, i64 %idxprom
96 define i32 @t2(<4 x float> %x, i32* nocapture %indexTable) nounwind uwtable readonly ssp {
104 %arrayidx = getelementptr inbounds i32* %indexTable, i64 %idxprom
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmovmsk.ll119 define i32 @t1(<4 x float> %x, i32* nocapture %indexTable) nounwind uwtable readonly ssp {
128 %arrayidx = getelementptr inbounds i32, i32* %indexTable, i64 %idxprom
133 define i32 @t2(<4 x float> %x, i32* nocapture %indexTable) nounwind uwtable readonly ssp {
143 %arrayidx = getelementptr inbounds i32, i32* %indexTable, i64 %idxprom
/external/llvm/test/CodeGen/X86/
Dmovmsk.ll119 define i32 @t1(<4 x float> %x, i32* nocapture %indexTable) nounwind uwtable readonly ssp {
128 %arrayidx = getelementptr inbounds i32, i32* %indexTable, i64 %idxprom
133 define i32 @t2(<4 x float> %x, i32* nocapture %indexTable) nounwind uwtable readonly ssp {
143 %arrayidx = getelementptr inbounds i32, i32* %indexTable, i64 %idxprom
/external/libmpeg2/decoder/
Dimpeg2d_vld.h28 const UWORD16 indexTable[][2],
/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.cc316 uint16_t indexTable = rateIndexTable * kPacketLossMax + packetLoss; in ProtectionFactor() local
319 assert(indexTable < kSizeCodeRateXORTable); in ProtectionFactor()
322 codeRateDelta = kCodeRateXORTable[indexTable]; in ProtectionFactor()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/
Dasmprinter-bug.ll8 @indexTable = internal constant [16 x i32] [i32 -1, i32 -1, i32 -1, i32 -1, i32 2, i32 4, i32 6, i3…
82 %30 = getelementptr [16 x i32], [16 x i32]* @indexTable, i32 0, i32 %29 ; <i32*> [#uses=1]
179 %14 = getelementptr [16 x i32], [16 x i32]* @indexTable, i32 0, i32 %delta.0 ; <i32*> [#uses=1]
/external/llvm/test/CodeGen/Thumb/
Dasmprinter-bug.ll8 @indexTable = internal constant [16 x i32] [i32 -1, i32 -1, i32 -1, i32 -1, i32 2, i32 4, i32 6, i3…
82 %30 = getelementptr [16 x i32], [16 x i32]* @indexTable, i32 0, i32 %29 ; <i32*> [#uses=1]
179 %14 = getelementptr [16 x i32], [16 x i32]* @indexTable, i32 0, i32 %delta.0 ; <i32*> [#uses=1]
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb/
Dasmprinter-bug.ll8 @indexTable = internal constant [16 x i32] [i32 -1, i32 -1, i32 -1, i32 -1, i32 2, i32 4, i32 6, i3…
82 %30 = getelementptr [16 x i32]* @indexTable, i32 0, i32 %29 ; <i32*> [#uses=1]
179 %14 = getelementptr [16 x i32]* @indexTable, i32 0, i32 %delta.0 ; <i32*> [#uses=1]
/external/python/cpython2/Modules/
Daudioop.c296 static int indexTable[16] = { variable
1524 index += indexTable[delta]; in audioop_lin2adpcm()
1602 index += indexTable[delta]; in audioop_adpcm2lin()
/external/python/cpython3/Modules/
Daudioop.c280 static const int indexTable[16] = { variable
1735 index += indexTable[delta]; in audioop_lin2adpcm_impl()
1827 index += indexTable[delta]; in audioop_adpcm2lin_impl()