Searched refs:NeonOperand (Results 1 – 2 of 2) sorted by relevance
374 class NeonOperand {376 NeonOperand(int32_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function379 NeonOperand(uint32_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function382 NeonOperand(int64_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function385 NeonOperand(uint64_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function388 NeonOperand(float immediate) // NOLINT(runtime/explicit) in NeonOperand() function391 NeonOperand(double immediate) // NOLINT(runtime/explicit) in NeonOperand() function394 NeonOperand(const NeonImmediate& imm) // NOLINT(runtime/explicit) in NeonOperand() function397 NeonOperand(const VRegister& rm) // NOLINT(runtime/explicit) in NeonOperand() function422 std::ostream& operator<<(std::ostream& os, const NeonOperand& operand);[all …]
514 bool AliasesAvailableScratchRegister(const NeonOperand& operand) { in AliasesAvailableScratchRegister()