Home
last modified time | relevance | path

Searched defs:Sqsub (Results 1 – 2 of 2) sorted by relevance

/external/vixl/test/aarch64/
Dtest-assembler-neon-aarch64.cc9196 __ Sqsub(b16, b0, b0); in TEST() local
9197 __ Sqsub(b17, b0, b1); in TEST() local
9198 __ Sqsub(b18, b1, b0); in TEST() local
9199 __ Sqsub(h19, h0, h0); in TEST() local
9200 __ Sqsub(h20, h0, h1); in TEST() local
9201 __ Sqsub(h21, h1, h0); in TEST() local
9202 __ Sqsub(s22, s0, s0); in TEST() local
9203 __ Sqsub(s23, s0, s1); in TEST() local
9204 __ Sqsub(s24, s1, s0); in TEST() local
9205 __ Sqsub(d25, d0, d0); in TEST() local
[all …]
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h5854 void Sqsub(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm) { in Sqsub() function
5859 void Sqsub(const ZRegister& zd, const ZRegister& zn, IntegerOperand imm) { in Sqsub() function