Home
last modified time | relevance | path

Searched refs:func32 (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dusub_sat_plus.ll11 define i32 @func32(i32 %x, i32 %y, i32 %z) nounwind {
12 ; X86-LABEL: func32:
22 ; X64-LABEL: func32:
H A Duadd_sat_plus.ll11 define i32 @func32(i32 %x, i32 %y, i32 %z) nounwind {
12 ; X86-LABEL: func32:
21 ; X64-LABEL: func32:
H A Dssub_sat_plus.ll11 define i32 @func32(i32 %x, i32 %y, i32 %z) nounwind {
12 ; X86-LABEL: func32:
25 ; X64-LABEL: func32:
H A Dsadd_sat_plus.ll11 define i32 @func32(i32 %x, i32 %y, i32 %z) nounwind {
12 ; X86-LABEL: func32:
24 ; X64-LABEL: func32:
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Duadd_sat_plus.ll13 define i32 @func32(i32 %x, i32 %y, i32 %z) nounwind {
14 ; RV32I-LABEL: func32:
26 ; RV64I-LABEL: func32:
38 ; RV32IZbb-LABEL: func32:
46 ; RV64IZbb-LABEL: func32:
H A Dusub_sat_plus.ll13 define i32 @func32(i32 %x, i32 %y, i32 %z) nounwind {
14 ; RV32I-LABEL: func32:
26 ; RV64I-LABEL: func32:
38 ; RV32IZbb-LABEL: func32:
45 ; RV64IZbb-LABEL: func32:
H A Dsadd_sat_plus.ll15 define i32 @func32(i32 %x, i32 %y, i32 %z) nounwind {
16 ; RV32I-LABEL: func32:
31 ; RV64I-LABEL: func32:
50 ; RV32IZbbNOZbt-LABEL: func32:
65 ; RV64IZbb-LABEL: func32:
76 ; RV32IZbbZbt-LABEL: func32:
H A Dssub_sat_plus.ll15 define i32 @func32(i32 %x, i32 %y, i32 %z) nounwind {
16 ; RV32NoZbt-LABEL: func32:
31 ; RV64I-LABEL: func32:
50 ; RV64IZbb-LABEL: func32:
61 ; RV32IZbbZbt-LABEL: func32:
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dusub_sat_plus.ll10 define i32 @func32(i32 %x, i32 %y, i32 %z) nounwind {
11 ; CHECK-LABEL: func32:
H A Duadd_sat_plus.ll10 define i32 @func32(i32 %x, i32 %y, i32 %z) nounwind {
11 ; CHECK-LABEL: func32:
H A Dssub_sat_plus.ll10 define i32 @func32(i32 %x, i32 %y, i32 %z) nounwind {
11 ; CHECK-LABEL: func32:
H A Dsadd_sat_plus.ll10 define i32 @func32(i32 %x, i32 %y, i32 %z) nounwind {
11 ; CHECK-LABEL: func32:
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dsadd_sat_plus.ll13 define i32 @func32(i32 %x, i32 %y, i32 %z) nounwind {
14 ; CHECK-T1-LABEL: func32:
27 ; CHECK-T2NODSP-LABEL: func32:
37 ; CHECK-T2DSP-LABEL: func32:
43 ; CHECK-ARM-LABEL: func32:
H A Dusub_sat_plus.ll13 define i32 @func32(i32 %x, i32 %y, i32 %z) nounwind {
14 ; CHECK-T1-LABEL: func32:
24 ; CHECK-T2-LABEL: func32:
32 ; CHECK-ARM-LABEL: func32:
H A Duadd_sat_plus.ll13 define i32 @func32(i32 %x, i32 %y, i32 %z) nounwind {
14 ; CHECK-T1-LABEL: func32:
25 ; CHECK-T2-LABEL: func32:
33 ; CHECK-ARM-LABEL: func32:
H A Dssub_sat_plus.ll13 define i32 @func32(i32 %x, i32 %y, i32 %z) nounwind {
14 ; CHECK-T1-LABEL: func32:
27 ; CHECK-T2NODSP-LABEL: func32:
38 ; CHECK-T2DSP-LABEL: func32:
44 ; CHECK-ARM-LABEL: func32:
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DMultipleConstraintsOnSmallInputTest.cpp263 int func32(uint8_t a1, uint8_t a2) { in func32() function
3359 if (func32(data[0], data[1]) == 0) in api()