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.cc9220 __ Sqsub(b16, b0, b0); in TEST() local
9221 __ Sqsub(b17, b0, b1); in TEST() local
9222 __ Sqsub(b18, b1, b0); in TEST() local
9223 __ Sqsub(h19, h0, h0); in TEST() local
9224 __ Sqsub(h20, h0, h1); in TEST() local
9225 __ Sqsub(h21, h1, h0); in TEST() local
9226 __ Sqsub(s22, s0, s0); in TEST() local
9227 __ Sqsub(s23, s0, s1); in TEST() local
9228 __ Sqsub(s24, s1, s0); in TEST() local
9229 __ Sqsub(d25, d0, d0); in TEST() local
[all …]
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h5877 void Sqsub(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm) { in Sqsub() function
5882 void Sqsub(const ZRegister& zd, const ZRegister& zn, IntegerOperand imm) { in Sqsub() function