Searched refs:cmpls (Results 1 - 4 of 4) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-sve-aarch64.cc | 2610 COMPARE(cmpls(p14.VnB(), p5.Zeroing(), z9.VnB(), 7), in TEST() 2611 "cmpls p14.b, p5/z, z9.b, #7"); in TEST() 2612 COMPARE(cmpls(p14.VnH(), p5.Zeroing(), z9.VnH(), 4), in TEST() 2613 "cmpls p14.h, p5/z, z9.h, #4"); in TEST() 2614 COMPARE(cmpls(p14.VnS(), p5.Zeroing(), z9.VnS(), 3), in TEST() 2615 "cmpls p14.s, p5/z, z9.s, #3"); in TEST() 2616 COMPARE(cmpls(p14.VnD(), p5.Zeroing(), z9.VnD(), 1), in TEST() 2617 "cmpls p14.d, p5/z, z9.d, #1"); in TEST() 2707 COMPARE(cmpls(p8.VnB(), p4.Zeroing(), z9.VnB(), z15.VnD()), in TEST() 2708 "cmpls p in TEST() [all...] |
/third_party/vixl/src/aarch64/ |
H A D | assembler-sve-aarch64.cc | 2803 cmpls(pd, pg, zn, zm); in cmp() 2949 void Assembler::cmpls(const PRegisterWithLaneSize& pd, in cmpls() function in vixl::aarch64::Assembler 3083 void Assembler::cmpls(const PRegisterWithLaneSize& pd, in cmpls() function in vixl::aarch64::Assembler
|
H A D | assembler-aarch64.h | 3942 void cmpls(const PRegisterWithLaneSize& pd, 3948 void cmpls(const PRegisterWithLaneSize& pd,
|
H A D | macro-assembler-aarch64.h | 4054 cmpls(pd, pg, zn, zm); in Cmpls() 4062 cmpls(pd, pg, zn, static_cast<unsigned>(imm.AsUintN(7))); in Cmpls()
|
Completed in 47 milliseconds