Home
last modified time | relevance | path

Searched refs:poscnt (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/CodeGen/Thumb2/
Dthumb2-lsr3.ll3 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-project/llvm/test/CodeGen/Thumb2/
Dthumb2-lsr3.ll3 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/
Db.c74 static int poscnt; variable
198 poscnt = 0; in mkdfa()
200 if ((f = (fa *) calloc(1, sizeof(fa) + poscnt * sizeof(rrow))) == NULL) in mkdfa()
202 f->accept = poscnt-1; /* penter has computed number of positions in re */ in mkdfa()
254 info(p) = poscnt; in penter()
255 poscnt++; in penter()