Searched refs:indexTable (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | movmsk.ll | 84 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/llvm/test/CodeGen/X86/ |
D | movmsk.ll | 119 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/ |
D | impeg2d_vld.h | 28 const UWORD16 indexTable[][2],
|
/external/webrtc/webrtc/modules/video_coding/ |
D | media_opt_util.cc | 316 uint16_t indexTable = rateIndexTable * kPacketLossMax + packetLoss; in ProtectionFactor() local 319 assert(indexTable < kSizeCodeRateXORTable); in ProtectionFactor() 322 codeRateDelta = kCodeRateXORTable[indexTable]; in ProtectionFactor()
|
/external/llvm/test/CodeGen/Thumb/ |
D | asmprinter-bug.ll | 8 @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/ |
D | asmprinter-bug.ll | 8 @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/ |
D | audioop.c | 288 static int indexTable[16] = { variable 1504 index += indexTable[delta]; in audioop_lin2adpcm() 1582 index += indexTable[delta]; in audioop_adpcm2lin()
|