OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instructionType
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
EDInstInfo.h
20
uint8_t
instructionType
;
/external/llvm/lib/MC/MCDisassembler/
EDInst.cpp
87
ThisInstInfo->
instructionType
== kInstructionTypeBranch ||
88
ThisInstInfo->
instructionType
== kInstructionTypeCall;
95
return ThisInstInfo->
instructionType
== kInstructionTypeMove;
Completed in 722 milliseconds