/external/arm-optimized-routines/string/aarch64/ |
D | memcpy-sve.S | 64 whilelo p0.b, xzr, count 65 whilelo p1.b, vlen, count
|
D | memcmp-sve.S | 23 0: whilelo p0.b, x3, x2 /* while off < max */
|
D | memchr-sve.S | 25 0: whilelo p1.b, x3, x2 /* make sure off < max */
|
D | strnlen-sve.S | 36 1: whilelo p0.b, x2, x1
|
D | strncmp-sve.S | 24 0: whilelo p0.b, x3, x2 /* while off < max */
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SVEInstrInfo.td | 826 defm WHILELO_PWW : sve_int_while4_rr<0b110, "whilelo", int_aarch64_sve_whilelo>; 831 defm WHILELO_PXX : sve_int_while8_rr<0b110, "whilelo", int_aarch64_sve_whilelo>;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenAsmMatcher.inc | 12616 "whilehi\007whilehs\007whilele\007whilelo\007whilels\007whilelt\007while" 20024 …{ 6977 /* whilelo */, AArch64::WHILELO_PWW_H, Convert__SVEPredicateHReg1_0__Reg1_1__Reg1_2, AMFBS_… 20025 …{ 6977 /* whilelo */, AArch64::WHILELO_PXX_H, Convert__SVEPredicateHReg1_0__Reg1_1__Reg1_2, AMFBS_… 20026 …{ 6977 /* whilelo */, AArch64::WHILELO_PWW_S, Convert__SVEPredicateSReg1_0__Reg1_1__Reg1_2, AMFBS_… 20027 …{ 6977 /* whilelo */, AArch64::WHILELO_PXX_S, Convert__SVEPredicateSReg1_0__Reg1_1__Reg1_2, AMFBS_… 20028 …{ 6977 /* whilelo */, AArch64::WHILELO_PWW_D, Convert__SVEPredicateDReg1_0__Reg1_1__Reg1_2, AMFBS_… 20029 …{ 6977 /* whilelo */, AArch64::WHILELO_PXX_D, Convert__SVEPredicateDReg1_0__Reg1_1__Reg1_2, AMFBS_… 20030 …{ 6977 /* whilelo */, AArch64::WHILELO_PWW_B, Convert__SVEPredicateBReg1_0__Reg1_1__Reg1_2, AMFBS_… 20031 …{ 6977 /* whilelo */, AArch64::WHILELO_PXX_B, Convert__SVEPredicateBReg1_0__Reg1_1__Reg1_2, AMFBS_… 27397 …{ 6977 /* whilelo */, AArch64::WHILELO_PWW_H, Convert__SVEPredicateHReg1_0__Reg1_1__Reg1_2, AMFBS_… [all …]
|
/external/vixl/test/aarch64/ |
D | test-disasm-sve-aarch64.cc | 2510 COMPARE(whilelo(p4.VnB(), w3, w25), "whilelo p4.b, w3, w25"); in TEST() 2511 COMPARE(whilelo(p4.VnH(), x3, x25), "whilelo p4.h, x3, x25"); in TEST() 2512 COMPARE(whilelo(p4.VnS(), w3, w25), "whilelo p4.s, w3, w25"); in TEST() 2513 COMPARE(whilelo(p4.VnD(), x3, x25), "whilelo p4.d, x3, x25"); in TEST()
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 5847 void whilelo(const PRegisterWithLaneSize& pd,
|
D | assembler-sve-aarch64.cc | 2699 void Assembler::whilelo(const PRegisterWithLaneSize& pd, in whilelo() function in vixl::aarch64::Assembler
|
D | macro-assembler-aarch64.h | 6341 whilelo(pd, rn, rm); in Whilelo()
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 12299 void whilelo(const PRegisterWithLaneSize& pd,
|
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicImpl.inc | 847 "llvm.aarch64.sve.whilelo", 10980 1, // llvm.aarch64.sve.whilelo
|