Searched refs:label_true (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | asm-goto.c | 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() [all …]
|
D | asm.c | 269 asm goto("testl %0, %0; jne %l1;" :: "r"(cond)::label_true, loop); in t32() 274 label_true: in t32()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | callbr-asm-outputs.ll | 71 ; CHECK-NEXT: .LBB1_4: # %label_true 80 …,0,1,~{dirflag},~{fpsr},~{flags}"(i32 %out1, i8* blockaddress(@test2, %label_true), i8* blockaddre… 81 to label %if.end [label %label_true, label %return] 84 …lag},~{fpsr},~{flags}"(i32 %out1, i32 %out2, i8* blockaddress(@test2, %label_true), i8* blockaddre… 85 to label %if.end [label %label_true, label %return] 94 label_true: ; preds = %if.else, %if.then 97 return: ; preds = %if.then, %if.else, %label_true, %if.end 98 %retval.0 = phi i32 [ %add, %if.end ], [ -2, %label_true ], [ -1, %if.else ], [ -1, %if.then ] 179 ; CHECK-NEXT: .LBB3_3: # %label_true 185 …,X,X,~{dirflag},~{fpsr},~{flags}"(i32 %out1, i8* blockaddress(@test4, %label_true), i8* blockaddre… [all …]
|
D | 2013-10-14-FastISel-incorrect-vreg.ll | 40 i1 true, label %label_true 46 label_true: 79 i1 true, label %label_true 85 label_true: 118 i1 true, label %label_true 124 label_true:
|
/external/llvm-project/clang/test/Parser/ |
D | asm-goto.cpp | 60 asm goto ("testl %0, %0; jne %l3;" :: "r"(cond)::label_true, loop); in test5() 63 label_true: in test5() 82 asm goto ("testl %0, %0; jne %l5;" : "=r" (y) : "r" (cond), "r" (y) :: label_true, loop); in test6() 85 label_true: in test6()
|
D | asm-goto.c | 67 asm goto ("testl %0, %0; jne %l3;" :: "r"(cond)::label_true, loop); in test5() 71 label_true: in test5() 89 asm goto ("testl %0, %0; jne %l5;" : "=r" (y) : "r" (cond), "r" (y) :: label_true, loop); in test6() 92 label_true: in test6()
|
/external/llvm-project/clang/test/PCH/ |
D | asm.h | 8 asm volatile goto("testl %0, %0; jne %l1;" :: "r"(cond)::label_true, loop); in f() 9 label_true: in f()
|
/external/llvm/test/CodeGen/X86/ |
D | 2013-10-14-FastISel-incorrect-vreg.ll | 40 i1 true, label %label_true 46 label_true: 79 i1 true, label %label_true 85 label_true: 118 i1 true, label %label_true 124 label_true:
|
/external/llvm-project/clang/test/Analysis/ |
D | asm-goto.cpp | 6 label_true: in foo() 7 asm goto("testl %0, %0; jne %l1;" :: "r"(cond)::label_true, loop); in foo()
|
/external/llvm-project/clang/test/Sema/ |
D | asm-goto.cpp | 52 asm volatile goto("testl %0, %0; jne %l1;" :: "r"(n)::label_true, loop); in test3() 55 return ({int a[n];label_true: 2;}); in test3()
|
/external/llvm-project/clang/test/Coverage/ |
D | c-language-features.inc | 75 asm goto("" ::::label_true); 76 label_true:
|
/external/bcc/src/cc/ |
D | bpf_module_rw_engine.cc | 85 BasicBlock *label_true = BasicBlock::Create(B.getContext(), "", cur_fn); in finish_sscanf() local 92 B.CreateCondBr(cond, label_true, label_false); in finish_sscanf() 94 B.SetInsertPoint(label_true); in finish_sscanf()
|