Searched refs:poscnt (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
D | thumb2-lsr3.ll | 3 define i1 @test1(i64 %poscnt, i32 %work) { 7 %0 = lshr i64 %poscnt, 1 12 define i1 @test2(i64 %poscnt, i32 %work) { 16 %0 = ashr i64 %poscnt, 1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/ |
D | thumb2-lsr3.ll | 3 define i1 @test1(i64 %poscnt, i32 %work) { 7 %0 = lshr i64 %poscnt, 1 12 define i1 @test2(i64 %poscnt, i32 %work) { 16 %0 = ashr i64 %poscnt, 1
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-lsr3.ll | 3 define i1 @test1(i64 %poscnt, i32 %work) { 7 %0 = lshr i64 %poscnt, 1 12 define i1 @test2(i64 %poscnt, i32 %work) { 16 %0 = ashr i64 %poscnt, 1
|
/external/one-true-awk/ |
D | b.c | 71 static int poscnt; variable 134 poscnt = 0; in mkdfa() 136 if ((f = (fa *) calloc(1, sizeof(fa) + poscnt*sizeof(rrow))) == NULL) in mkdfa() 138 f->accept = poscnt-1; /* penter has computed number of positions in re */ in mkdfa() 189 info(p) = poscnt; in penter() 190 poscnt++; in penter()
|