Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/MC/AArch64/SVE/
Dwhilelt.s10 whilelt p15.b, xzr, x0 label
16 whilelt p15.b, x0, xzr label
22 whilelt p15.b, wzr, w0 label
28 whilelt p15.b, w0, wzr label
34 whilelt p15.h, x0, xzr label
40 whilelt p15.h, w0, wzr label
46 whilelt p15.s, x0, xzr label
52 whilelt p15.s, w0, wzr label
58 whilelt p15.d, w0, wzr label
64 whilelt p15.d, x0, xzr label
Dwhilelt-diagnostics.s7 whilelt p15.b, xzr, sp label
12 whilelt p15.b, xzr, w0 label
17 whilelt p15.b, w0, x0 label
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dsve-intrinsics-while.ll217 ; CHECK: whilelt p0.b, w0, w1
219 %out = call <vscale x 16 x i1> @llvm.aarch64.sve.whilelt.nxv16i1.i32(i32 %a, i32 %b)
225 ; CHECK: whilelt p0.b, x0, x1
227 %out = call <vscale x 16 x i1> @llvm.aarch64.sve.whilelt.nxv16i1.i64(i64 %a, i64 %b)
233 ; CHECK: whilelt p0.h, w0, w1
235 %out = call <vscale x 8 x i1> @llvm.aarch64.sve.whilelt.nxv8i1.i32(i32 %a, i32 %b)
241 ; CHECK: whilelt p0.h, x0, x1
243 %out = call <vscale x 8 x i1> @llvm.aarch64.sve.whilelt.nxv8i1.i64(i64 %a, i64 %b)
249 ; CHECK: whilelt p0.s, w0, w1
251 %out = call <vscale x 4 x i1> @llvm.aarch64.sve.whilelt.nxv4i1.i32(i32 %a, i32 %b)
[all …]
/external/vixl/test/aarch64/
Dtest-disasm-sve-aarch64.cc2448 COMPARE_PREFIX(whilelt(p14.VnB(), w11, w14), "whilelt p14.b, w11, w14"); in TEST()
2449 COMPARE_PREFIX(whilelt(p14.VnH(), x11, x14), "whilelt p14.h, x11, x14"); in TEST()
2450 COMPARE_PREFIX(whilelt(p14.VnS(), w11, w14), "whilelt p14.s, w11, w14"); in TEST()
2451 COMPARE_PREFIX(whilelt(p14.VnD(), x11, x14), "whilelt p14.d, x11, x14"); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SVEInstrInfo.td824 defm WHILELT_PWW : sve_int_while4_rr<0b010, "whilelt", int_aarch64_sve_whilelt>;
829 defm WHILELT_PXX : sve_int_while8_rr<0b010, "whilelt", int_aarch64_sve_whilelt>;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc12616 "whilehi\007whilehs\007whilele\007whilelo\007whilels\007whilelt\007while"
20040 …{ 6993 /* whilelt */, AArch64::WHILELT_PWW_H, Convert__SVEPredicateHReg1_0__Reg1_1__Reg1_2, AMFBS_…
20041 …{ 6993 /* whilelt */, AArch64::WHILELT_PXX_H, Convert__SVEPredicateHReg1_0__Reg1_1__Reg1_2, AMFBS_…
20042 …{ 6993 /* whilelt */, AArch64::WHILELT_PWW_S, Convert__SVEPredicateSReg1_0__Reg1_1__Reg1_2, AMFBS_…
20043 …{ 6993 /* whilelt */, AArch64::WHILELT_PXX_S, Convert__SVEPredicateSReg1_0__Reg1_1__Reg1_2, AMFBS_…
20044 …{ 6993 /* whilelt */, AArch64::WHILELT_PWW_D, Convert__SVEPredicateDReg1_0__Reg1_1__Reg1_2, AMFBS_…
20045 …{ 6993 /* whilelt */, AArch64::WHILELT_PXX_D, Convert__SVEPredicateDReg1_0__Reg1_1__Reg1_2, AMFBS_…
20046 …{ 6993 /* whilelt */, AArch64::WHILELT_PWW_B, Convert__SVEPredicateBReg1_0__Reg1_1__Reg1_2, AMFBS_…
20047 …{ 6993 /* whilelt */, AArch64::WHILELT_PXX_B, Convert__SVEPredicateBReg1_0__Reg1_1__Reg1_2, AMFBS_…
27413 …{ 6993 /* whilelt */, AArch64::WHILELT_PWW_H, Convert__SVEPredicateHReg1_0__Reg1_1__Reg1_2, AMFBS_…
[all …]
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64SVEInstrInfo.td1270 defm WHILELT_PWW : sve_int_while4_rr<0b010, "whilelt", int_aarch64_sve_whilelt>;
1275 defm WHILELT_PXX : sve_int_while8_rr<0b010, "whilelt", int_aarch64_sve_whilelt>;
/external/vixl/src/aarch64/
Dassembler-aarch64.h5800 void whilelt(const PRegisterWithLaneSize& pd,
Dassembler-sve-aarch64.cc2709 void Assembler::whilelt(const PRegisterWithLaneSize& pd, in whilelt() function in vixl::aarch64::Assembler
Dmacro-assembler-aarch64.h6332 whilelt(pd, rn, rm); in Whilelt()
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DIntrinsicImpl.inc849 "llvm.aarch64.sve.whilelt",
10982 1, // llvm.aarch64.sve.whilelt