Searched defs:vrsubhn (Results 1 - 3 of 3) sorted by relevance

/external/vixl/src/aarch32/
H A Dassembler-aarch32.cc25090 void Assembler::vrsubhn( function in class:vixl::aarch32::Assembler
25115 Delegate(kVrsubhn, &Assembler::vrsubhn, cond, dt, rd, rn, rm);
H A Dassembler-aarch32.h5662 void vrsubhn(
5664 void vrsubhn(DataType dt, DRegister rd, QRegister rn, QRegister rm) { function in class:vixl::aarch32::Assembler
5665 vrsubhn(al, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc6438 void Disassembler::vrsubhn( function in class:vixl::aarch32::Disassembler
[all...]

Completed in 338 milliseconds