OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S_NUM_GPRS
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/R600/
R600Defines.h
151
#define
S_NUM_GPRS
(x) (((x) & 0xFF) << 0)
AMDGPUAsmPrinter.cpp
201
OutStreamer.EmitIntValue(
S_NUM_GPRS
(MaxGPR + 1) |
Completed in 683 milliseconds