Home
last modified time | relevance | path

Searched refs:vecin (Results 1 – 2 of 2) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-vmxcopy.c37 long double vecin = 1.3; in test_vmxcopy() local
83 : [vecinptr]"r"(&vecin), in test_vmxcopy()
88 if (aborted && (vecin != vecout)){ in test_vmxcopy()
90 (double)vecin, (double)vecout); in test_vmxcopy()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ValueTracking/
Dsignbits-extract-elt.ll6 define i1 @computeKnownBits_look_through_extractelt(<2 x i8> %vecin) {
10 %vec = zext <2 x i8> %vecin to <2 x i32>
18 define i32 @computeNumSignBits_look_through_extractelt(<2 x i1> %vecin) {
24 %vec = sext <2 x i1> %vecin to <2 x i32>