OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NeonOperand
(Results
1 - 2
of
2
) sorted by null
/external/vixl/src/aarch32/
operands-aarch32.h
374
class
NeonOperand
{
376
NeonOperand
(int32_t immediate) // NOLINT(runtime/explicit)
379
NeonOperand
(uint32_t immediate) // NOLINT(runtime/explicit)
382
NeonOperand
(int64_t immediate) // NOLINT(runtime/explicit)
385
NeonOperand
(uint64_t immediate) // NOLINT(runtime/explicit)
388
NeonOperand
(float immediate) // NOLINT(runtime/explicit)
391
NeonOperand
(double immediate) // NOLINT(runtime/explicit)
394
NeonOperand
(const NeonImmediate& imm) // NOLINT(runtime/explicit)
397
NeonOperand
(const VRegister& rm) // NOLINT(runtime/explicit)
422
std::ostream& operator<<(std::ostream& os, const
NeonOperand
& operand)
[
all
...]
macro-assembler-aarch32.h
514
bool AliasesAvailableScratchRegister(const
NeonOperand
& operand) {
[
all
...]
Completed in 1484 milliseconds