HomeSort by relevance Sort by last modified time
    Searched refs:QOperand (Results 1 - 9 of 9) sorted by null

  /external/vixl/src/aarch32/
operands-aarch32.h 501 // QOperand represents either an immediate or a QRegister.
502 class QOperand : public NeonOperand {
506 // This is allowed to be an implicit constructor because QOperand is
508 QOperand(int32_t immediate) // NOLINT(runtime/explicit)
510 QOperand(uint32_t immediate) // NOLINT(runtime/explicit)
512 QOperand(int64_t immediate) // NOLINT(runtime/explicit)
514 QOperand(uint64_t immediate) // NOLINT(runtime/explicit)
516 QOperand(float immediate) // NOLINT(runtime/explicit)
518 QOperand(double immediate) // NOLINT(runtime/explicit)
521 QOperand(const NeonImmediate& imm) // NOLINT(runtime/explicit
    [all...]
disasm-aarch32.h 456 virtual DisassemblerStream& operator<<(const QOperand& operand) {
    [all...]
assembler-aarch32.h 397 const QOperand& operand);
481 const QOperand& operand);
566 const QOperand& operand);
613 const QOperand& operand);
    [all...]
macro-assembler-aarch32.h     [all...]
operands-aarch32.cc 116 // QOperand
118 std::ostream& operator<<(std::ostream& os, const QOperand& operand) {
disasm-aarch32.cc     [all...]
assembler-aarch32.cc     [all...]
instructions-aarch32.h 53 class QOperand;
    [all...]
macro-assembler-aarch32.cc     [all...]

Completed in 155 milliseconds