OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVOP1
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/R600/
SIInstrInfo.h
105
bool
isVOP1
(uint16_t Opcode) const;
SIInstrInfo.cpp
466
bool SIInstrInfo::
isVOP1
(uint16_t Opcode) const {
600
if (
isVOP1
(Opcode) || isVOP2(Opcode) || isVOP3(Opcode) || isVOPC(Opcode)) {
[
all
...]
Completed in 212 milliseconds