Home
last modified time | relevance | path

Searched refs:whilerw (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/AArch64/
Dsve2-intrinsics-contiguous-conflict-detection.ll13 ; CHECK: whilerw p0.b, x0, x1
15 %out = call <vscale x 16 x i1> @llvm.aarch64.sve.whilerw.b.nx16i1(i8* %a, i8* %b)
21 ; CHECK: whilerw p0.h, x0, x1
23 %out = call <vscale x 8 x i1> @llvm.aarch64.sve.whilerw.h.nx8i1(i16* %a, i16* %b)
29 ; CHECK: whilerw p0.s, x0, x1
31 %out = call <vscale x 4 x i1> @llvm.aarch64.sve.whilerw.s.nx4i1(i32* %a, i32* %b)
37 ; CHECK: whilerw p0.d, x0, x1
39 %out = call <vscale x 2 x i1> @llvm.aarch64.sve.whilerw.d.nx2i1(i64* %a, i64* %b)
45 ; CHECK: whilerw p0.h, x0, x1
47 %out = call <vscale x 8 x i1> @llvm.aarch64.sve.whilerw.h.nx8i1.bf16.bf16(bfloat* %a, bfloat* %b)
[all …]
/external/llvm-project/llvm/test/MC/AArch64/SVE2/
Dwhilerw-diagnostics.s7 whilerw p15.b, xzr, sp label
12 whilerw p15.b, xzr, w0 label
17 whilerw p15.b, w0, x0 label
22 whilerw p15.b, w0, w0 label
Dwhilerw.s10 whilerw p15.b, x30, x30 label
16 whilerw p15.h, x30, x30 label
22 whilerw p15.s, x30, x30 label
28 whilerw p15.d, x30, x30 label
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SVEInstrInfo.td1603 defm WHILERW_PXX : sve2_int_while_rr<0b1, "whilerw">;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc20048 …{ 7001 /* whilerw */, AArch64::WHILERW_PXX_H, Convert__SVEPredicateHReg1_0__Reg1_1__Reg1_2, AMFBS_…
20049 …{ 7001 /* whilerw */, AArch64::WHILERW_PXX_S, Convert__SVEPredicateSReg1_0__Reg1_1__Reg1_2, AMFBS_…
20050 …{ 7001 /* whilerw */, AArch64::WHILERW_PXX_D, Convert__SVEPredicateDReg1_0__Reg1_1__Reg1_2, AMFBS_…
20051 …{ 7001 /* whilerw */, AArch64::WHILERW_PXX_B, Convert__SVEPredicateBReg1_0__Reg1_1__Reg1_2, AMFBS_…
27421 …{ 7001 /* whilerw */, AArch64::WHILERW_PXX_H, Convert__SVEPredicateHReg1_0__Reg1_1__Reg1_2, AMFBS_…
27422 …{ 7001 /* whilerw */, AArch64::WHILERW_PXX_S, Convert__SVEPredicateSReg1_0__Reg1_1__Reg1_2, AMFBS_…
27423 …{ 7001 /* whilerw */, AArch64::WHILERW_PXX_D, Convert__SVEPredicateDReg1_0__Reg1_1__Reg1_2, AMFBS_…
27424 …{ 7001 /* whilerw */, AArch64::WHILERW_PXX_B, Convert__SVEPredicateBReg1_0__Reg1_1__Reg1_2, AMFBS_…
40649 { 7001 /* whilerw */, 1 /* 0 */, MCK_SVEPredicateHReg, AMFBS_HasSVE2 },
40650 { 7001 /* whilerw */, 1 /* 0 */, MCK_SVEPredicateHReg, AMFBS_HasSVE2 },
[all …]
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64SVEInstrInfo.td2789 defm WHILERW_PXX : sve2_int_while_rr<0b1, "whilerw", "int_aarch64_sve_whilerw">;