OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getExtentBits
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.h
122
unsigned
getExtentBits
(MCInstrInfo const &MCII, MCInst const &MCI);
HexagonMCCodeEmitter.cpp
419
unsigned bits = HexagonMCInstrInfo::
getExtentBits
(MCII, MI) -
HexagonMCInstrInfo.cpp
217
unsigned HexagonMCInstrInfo::
getExtentBits
(MCInstrInfo const &MCII,
/external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp
760
unsigned Bits = HexagonMCInstrInfo::
getExtentBits
(*Disassembler.MCII, MI);
[
all
...]
Completed in 56 milliseconds