Home
last modified time | relevance | path

Searched refs:NeonOperand (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/aarch32/
Doperands-aarch32.h356 class NeonOperand {
358 NeonOperand(int32_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function
360 NeonOperand(uint32_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function
362 NeonOperand(int64_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function
364 NeonOperand(uint64_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function
366 NeonOperand(float immediate) // NOLINT(runtime/explicit) in NeonOperand() function
368 NeonOperand(double immediate) // NOLINT(runtime/explicit) in NeonOperand() function
370 NeonOperand(const NeonImmediate& imm) // NOLINT(runtime/explicit) in NeonOperand() function
372 NeonOperand(const VRegister& rm) // NOLINT(runtime/explicit) in NeonOperand() function
396 std::ostream& operator<<(std::ostream& os, const NeonOperand& operand);
[all …]
Dmacro-assembler-aarch32.h517 bool AliasesAvailableScratchRegister(const NeonOperand& operand) { in AliasesAvailableScratchRegister()