Lines Matching refs:label_true
10 asm volatile goto("testl %0, %0; jne %l1;" :: "r"(cond)::label_true, loop); in test1()
11 asm volatile goto("testl %0, %0; jne %l2;" :: "r"(cond)::label_true, loop); in test1()
18 label_true: in test1()
27 asm volatile goto("testl %0, %0; jne %l2;" : "=r"(cond) : "r"(cond) :: label_true, loop); in test2()
28 asm volatile goto("testl %0, %0; jne %l3;" : "=r"(cond) : "r"(cond) :: label_true, loop); in test2()
35 label_true: in test2()
44 …asm volatile goto("testl %0, %0; jne %l3;" : "=r"(out1), "=r"(out2) : "r"(out1) :: label_true, loo… in test3()
45 …asm volatile goto("testl %0, %0; jne %l4;" : "=r"(out1), "=r"(out2) : "r"(out1) :: label_true, loo… in test3()
52 label_true: in test3()
62 asm volatile goto("jne %l3" : "+S"(out1), "+D"(out2) : "r"(out1) :: label_true, loop); in test4()
64 … asm volatile goto("jne %l5" : "+S"(out1), "+D"(out2) : "r"(out1), "r"(out2) :: label_true, loop); in test4()
71 label_true: in test4()
100 …asm volatile goto("testl %0, %0; testl %1, %1; jne %l2" : "+S"(out2) : "r"(out1) :: label_true, la… in test6()
103 label_true: in test6()