Home
last modified time | relevance | path

Searched refs:QOperand (Results 1 – 9 of 9) sorted by relevance

/external/vixl/src/aarch32/
Doperands-aarch32.h502 class QOperand : public NeonOperand {
508 QOperand(int32_t immediate) // NOLINT(runtime/explicit) in QOperand() function
510 QOperand(uint32_t immediate) // NOLINT(runtime/explicit) in QOperand() function
512 QOperand(int64_t immediate) // NOLINT(runtime/explicit) in QOperand() function
514 QOperand(uint64_t immediate) // NOLINT(runtime/explicit) in QOperand() function
516 QOperand(float immediate) // NOLINT(runtime/explicit) in QOperand() function
518 QOperand(double immediate) // NOLINT(runtime/explicit) in QOperand() function
521 QOperand(const NeonImmediate& imm) // NOLINT(runtime/explicit) in QOperand() function
527 QOperand(QRegister rm) // NOLINT(runtime/explicit) in QOperand() function
538 std::ostream& operator<<(std::ostream& os, const QOperand& operand);
Ddisasm-aarch32.h457 virtual DisassemblerStream& operator<<(const QOperand& operand) {
1524 const QOperand& operand);
1536 const QOperand& operand);
1566 const QOperand& operand);
1584 const QOperand& operand);
1602 const QOperand& operand);
1620 const QOperand& operand);
1642 const QOperand& operand);
1802 const QOperand& operand);
2023 void vmov(Condition cond, DataType dt, QRegister rd, const QOperand& operand);
[all …]
Dassembler-aarch32.h400 const QOperand& operand);
484 const QOperand& operand);
569 const QOperand& operand);
616 const QOperand& operand);
1243 const QOperand& /*operand*/) { in Delegate() argument
1492 const QOperand& /*operand*/) { in Delegate() argument
1715 const QOperand& /*operand*/) { in Delegate() argument
1828 const QOperand& /*operand*/) { in Delegate() argument
3931 const QOperand& operand);
3932 void vand(DataType dt, QRegister rd, QRegister rn, const QOperand& operand) { in vand()
[all …]
Dmacro-assembler-aarch32.h928 const QOperand& operand) VIXL_OVERRIDE;
5639 const QOperand& operand) { in Vand()
5649 void Vand(DataType dt, QRegister rd, QRegister rn, const QOperand& operand) { in Vand()
5675 const QOperand& operand) { in Vbic()
5685 void Vbic(DataType dt, QRegister rd, QRegister rn, const QOperand& operand) { in Vbic()
5837 const QOperand& operand) { in Vceq()
5847 void Vceq(DataType dt, QRegister rd, QRegister rm, const QOperand& operand) { in Vceq()
5903 const QOperand& operand) { in Vcge()
5913 void Vcge(DataType dt, QRegister rd, QRegister rm, const QOperand& operand) { in Vcge()
5969 const QOperand& operand) { in Vcgt()
[all …]
Ddisasm-aarch32.cc3965 const QOperand& operand) { in vand()
3993 const QOperand& operand) { in vbic()
4087 const QOperand& operand) { in vceq()
4137 const QOperand& operand) { in vcge()
4187 const QOperand& operand) { in vcgt()
4237 const QOperand& operand) { in vcle()
4305 const QOperand& operand) { in vclt()
4775 const QOperand& operand) { in vext()
5307 const QOperand& operand) { in vmov()
5458 const QOperand& operand) { in vmvn()
[all …]
Doperands-aarch32.cc118 std::ostream& operator<<(std::ostream& os, const QOperand& operand) { in operator <<()
Dassembler-aarch32.cc14681 const QOperand& operand) { in vand()
14797 const QOperand& operand) { in vbic()
15039 const QOperand& operand) { in vceq()
15211 const QOperand& operand) { in vcge()
15385 const QOperand& operand) { in vcgt()
15559 const QOperand& operand) { in vcle()
15787 const QOperand& operand) { in vclt()
17521 const QOperand& operand) { in vext()
21021 const QOperand& operand) { in vmov()
21631 const QOperand& operand) { in vmvn()
[all …]
Dinstructions-aarch32.h53 class QOperand; variable
Dmacro-assembler-aarch32.cc1494 const QOperand& operand) { in Delegate()