OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasFROperands
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
X86RecognizableInstr.h
95
bool
HasFROperands
;
134
///
hasFROperands
- Returns true if any operand is a FR operand.
135
bool
hasFROperands
() const;
X86RecognizableInstr.cpp
253
HasFROperands
=
hasFROperands
();
556
if (
HasFROperands
&& Name.find("MOV") != Name.npos &&
564
bool RecognizableInstr::
hasFROperands
() const {
[
all
...]
Completed in 2421 milliseconds