Searched refs:NeonOperand (Results 1 – 2 of 2) sorted by relevance
356 class NeonOperand {358 NeonOperand(int32_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function360 NeonOperand(uint32_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function362 NeonOperand(int64_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function364 NeonOperand(uint64_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function366 NeonOperand(float immediate) // NOLINT(runtime/explicit) in NeonOperand() function368 NeonOperand(double immediate) // NOLINT(runtime/explicit) in NeonOperand() function370 NeonOperand(const NeonImmediate& imm) // NOLINT(runtime/explicit) in NeonOperand() function372 NeonOperand(const VRegister& rm) // NOLINT(runtime/explicit) in NeonOperand() function396 std::ostream& operator<<(std::ostream& os, const NeonOperand& operand);[all …]
517 bool AliasesAvailableScratchRegister(const NeonOperand& operand) { in AliasesAvailableScratchRegister()