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

  /external/vixl/src/aarch32/
operands-aarch32.h 424 // SOperand represents either an immediate or a SRegister.
425 class SOperand : public NeonOperand {
429 // This is allowed to be an implicit constructor because SOperand is
431 SOperand(int32_t immediate) // NOLINT(runtime/explicit)
433 SOperand(uint32_t immediate) // NOLINT(runtime/explicit)
437 SOperand(float immediate) // NOLINT(runtime/explicit)
440 SOperand(double immediate) // NOLINT(runtime/explicit)
443 SOperand(const NeonImmediate& imm) // NOLINT(runtime/explicit)
447 // This is allowed to be an implicit constructor because SOperand is
449 SOperand(SRegister rm) // NOLINT(runtime/explicit
    [all...]
operands-aarch32.cc 98 // SOperand
100 std::ostream& operator<<(std::ostream& os, const SOperand& operand) {
disasm-aarch32.h 444 virtual DisassemblerStream& operator<<(const SOperand& operand) {
    [all...]
assembler-aarch32.h 401 const SOperand& operand);
    [all...]
instructions-aarch32.h 51 class SOperand;
    [all...]
macro-assembler-aarch32.h     [all...]
macro-assembler-aarch32.cc     [all...]
assembler-aarch32.cc     [all...]
disasm-aarch32.cc     [all...]

Completed in 517 milliseconds