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

/external/vixl/src/aarch32/
H A Dassembler-aarch32.cc23461 void Assembler::vrshr(Condition cond, function in class:vixl::aarch32::Assembler
23517 Delegate(kVrshr, &Assembler::vrshr, cond, dt, rd, rm, operand);
23520 void Assembler::vrshr(Condition cond, function in class:vixl::aarch32::Assembler
23576 Delegate(kVrshr, &Assembler::vrshr, cond, dt, rd, rm, operand);
H A Dassembler-aarch32.h5535 void vrshr(Condition cond,
5540 void vrshr(DataType dt, DRegister rd, DRegister rm, const DOperand& operand) { function in class:vixl::aarch32::Assembler
5541 vrshr(al, dt, rd, rm, operand);
5544 void vrshr(Condition cond,
5549 void vrshr(DataType dt, QRegister rd, QRegister rm, const QOperand& operand) { function in class:vixl::aarch32::Assembler
5550 vrshr(al, dt, rd, rm, operand);
H A Ddisasm-aarch32.cc6376 void Disassembler::vrshr(Condition cond, function in class:vixl::aarch32::Disassembler
6390 void Disassembler::vrshr(Condition cond, function in class:vixl::aarch32::Disassembler
[all...]

Completed in 281 milliseconds