Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/spirit/
Dinstructions.h49 Instruction(uint32_t opCode, uint32_t fixedWordCount) in Instruction() argument
50 : mCodeAndCount(opCode), mFixedWordCount(fixedWordCount) {} in Instruction()