Searched refs:whilelt (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SVEInstrInfo.td | 824 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/ |
D | AArch64GenAsmMatcher.inc | 12616 "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/vixl/test/aarch64/ |
D | test-disasm-sve-aarch64.cc | 2518 COMPARE(whilelt(p14.VnB(), w11, w14), "whilelt p14.b, w11, w14"); in TEST() 2519 COMPARE(whilelt(p14.VnH(), x11, x14), "whilelt p14.h, x11, x14"); in TEST() 2520 COMPARE(whilelt(p14.VnS(), w11, w14), "whilelt p14.s, w11, w14"); in TEST() 2521 COMPARE(whilelt(p14.VnD(), x11, x14), "whilelt p14.d, x11, x14"); in TEST()
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 5857 void whilelt(const PRegisterWithLaneSize& pd,
|
D | assembler-sve-aarch64.cc | 2729 void Assembler::whilelt(const PRegisterWithLaneSize& pd, in whilelt() function in vixl::aarch64::Assembler
|
D | macro-assembler-aarch64.h | 6355 whilelt(pd, rn, rm); in Whilelt()
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 12317 void whilelt(const PRegisterWithLaneSize& pd,
|
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicImpl.inc | 849 "llvm.aarch64.sve.whilelt", 10982 1, // llvm.aarch64.sve.whilelt
|