Home
last modified time | relevance | path

Searched refs:func128 (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/VE/Scalar/
H A Dbswap.ll8 define i128 @func128(i128 %p) {
9 ; CHECK-LABEL: func128:
H A Dor.ll130 define i128 @func128(i128 %a, i128 %b) {
131 ; CHECK-LABEL: func128:
H A Dand.ll129 define i128 @func128(i128 %a, i128 %b) {
130 ; CHECK-LABEL: func128:
H A Dxor.ll142 define i128 @func128(i128 %a, i128 %b) {
143 ; CHECK-LABEL: func128:
H A Dctpop.ll9 define i128 @func128(i128 %p) {
10 ; CHECK-LABEL: func128:
H A Dbitreverse.ll9 define i128 @func128(i128 %p) {
10 ; CHECK-LABEL: func128:
H A Dcttz.ll9 define i128 @func128(i128 %p) {
10 ; CHECK-LABEL: func128:
H A Dnnd.ll155 define i128 @func128(i128 %a, i128 %b) {
156 ; CHECK-LABEL: func128:
H A Dmultiply.ll44 define i128 @func128(i128 %a, i128 %b) {
45 ; CHECK-LABEL: func128:
H A Dctlz.ll9 define i128 @func128(i128 %p){
10 ; CHECK-LABEL: func128:
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DMultipleConstraintsOnSmallInputTest.cpp1031 int func128(uint8_t a1) { in func128() function
3551 if (func128(data[19]) == 0) in api()