Home
last modified time | relevance | path

Searched refs:EncodeSingleInstruction (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.h56 void EncodeSingleInstruction(const MCInst &MI, raw_ostream &OS,
H A DHexagonMCCodeEmitter.cpp385 EncodeSingleInstruction(HMI, OS, Fixups, STI, parseBits(Last, HMB, HMI)); in encodeInstruction()
400 void HexagonMCCodeEmitter::EncodeSingleInstruction(const MCInst &MI, in EncodeSingleInstruction() function in HexagonMCCodeEmitter