Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-resched-dscr.c38 uint64_t rv, dscr1 = 1, dscr2, texasr; in test_body() local
71 : [rv]"=r"(rv), [dscr2]"=m"(dscr2), [texasr]"=m"(texasr) in test_body()
77 if ((texasr >> 56) != TM_CAUSE_RESCHED) { in test_body()
Dtm-tmspr.c73 void texasr(void *in) in texasr() function
120 if (pthread_create(&thread, NULL, (void*)texasr, (void *)i)) in test_tmspr()
/external/llvm/test/CodeGen/PowerPC/
Dhtm.ll74 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()