Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Doperands-aarch32.h371 NeonOperand(int32_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function
374 NeonOperand(uint32_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function
377 NeonOperand(int64_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function
380 NeonOperand(uint64_t immediate) // NOLINT(runtime/explicit) in NeonOperand() function
383 NeonOperand(float immediate) // NOLINT(runtime/explicit) in NeonOperand() function
386 NeonOperand(double immediate) // NOLINT(runtime/explicit) in NeonOperand() function
389 NeonOperand(const NeonImmediate& imm) // NOLINT(runtime/explicit) in NeonOperand() function
392 NeonOperand(const VRegister& rm) // NOLINT(runtime/explicit) in NeonOperand() function