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