OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isImmPCRel
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/
X86InstrInfo.h
516
///
isImmPCRel
- Return true if the immediate of the specified instruction's
518
static inline unsigned
isImmPCRel
(uint64_t TSFlags) {
[
all
...]
X86MCCodeEmitter.cpp
151
bool isPCRel = X86II::
isImmPCRel
(TSFlags);
[
all
...]
Completed in 174 milliseconds