OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMatchingCondBranchOpcode
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.h
340
int
getMatchingCondBranchOpcode
(int Opc);
ARMBaseInstrInfo.cpp
448
MI->setDesc(get(
getMatchingCondBranchOpcode
(Opc)));
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h
456
unsigned
getMatchingCondBranchOpcode
(unsigned Opc);
ARMBaseInstrInfo.cpp
477
MI.setDesc(get(
getMatchingCondBranchOpcode
(Opc)));
[
all
...]
Completed in 172 milliseconds