Searched refs:QOperand (Results 1 – 9 of 9) sorted by relevance
/external/vixl/src/aarch32/ |
D | operands-aarch32.h | 502 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);
|
D | disasm-aarch32.h | 457 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 …]
|
D | assembler-aarch32.h | 400 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 …]
|
D | macro-assembler-aarch32.h | 928 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 …]
|
D | disasm-aarch32.cc | 3965 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 …]
|
D | operands-aarch32.cc | 118 std::ostream& operator<<(std::ostream& os, const QOperand& operand) { in operator <<()
|
D | assembler-aarch32.cc | 14681 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 …]
|
D | instructions-aarch32.h | 53 class QOperand; variable
|
D | macro-assembler-aarch32.cc | 1494 const QOperand& operand) { in Delegate()
|