Searched refs:NeonOperand (Results 1 – 2 of 2) sorted by relevance
369 class NeonOperand {371 NeonOperand(int32_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function374 NeonOperand(uint32_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function377 NeonOperand(int64_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function380 NeonOperand(uint64_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function383 NeonOperand(float immediate) // NOLINT(runtime/explicit) in NeonOperand() function386 NeonOperand(double immediate) // NOLINT(runtime/explicit) in NeonOperand() function389 NeonOperand(const NeonImmediate& imm) // NOLINT(runtime/explicit) in NeonOperand() function392 NeonOperand(const VRegister& rm) // NOLINT(runtime/explicit) in NeonOperand() function413 std::ostream& operator<<(std::ostream& os, const NeonOperand& operand);[all …]
695 bool AliasesAvailableScratchRegister(const NeonOperand& operand) { in AliasesAvailableScratchRegister()