Searched refs:texasr (Results 1 – 3 of 3) sorted by relevance
38 uint64_t rv, dscr1 = 1, dscr2, texasr; in test_body() local71 : [rv]"=r"(rv), [dscr2]"=m"(dscr2), [texasr]"=m"(texasr) in test_body()77 if ((texasr >> 56) != TM_CAUSE_RESCHED) { in test_body()
73 void texasr(void *in) in texasr() function120 if (pthread_create(&thread, NULL, (void*)texasr, (void *)i)) in test_tmspr()
74 tail call void @llvm.ppc.set.texasr(i64 %v)88 %0 = tail call i64 @llvm.ppc.get.texasr()118 declare void @llvm.ppc.set.texasr(i64)122 declare i64 @llvm.ppc.get.texasr()