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

/external/vixl/src/aarch32/
H A Doperands-aarch32.h415 // SOperand represents either an immediate or a SRegister.
416 class SOperand : public NeonOperand { class in namespace:vixl::aarch32
420 // This is allowed to be an implicit constructor because SOperand is
422 SOperand(int32_t immediate) // NOLINT(runtime/explicit) function in class:vixl::aarch32::SOperand
424 SOperand(uint32_t immediate) // NOLINT(runtime/explicit) function in class:vixl::aarch32::SOperand
428 SOperand(float immediate) // NOLINT(runtime/explicit) function in class:vixl::aarch32::SOperand
431 SOperand(const NeonImmediate& imm) // NOLINT(runtime/explicit) function in class:vixl::aarch32::SOperand
435 // This is allowed to be an implicit constructor because SOperand is
437 SOperand(SRegister rm) // NOLINT(runtime/explicit) function in class:vixl::aarch32::SOperand
446 std::ostream& operator<<(std::ostream& os, const SOperand
[all...]

Completed in 144 milliseconds