Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.h56 void encodeSingleInstruction(const MCInst &MI, SmallVectorImpl<char> &CB,
H A DHexagonMCCodeEmitter.cpp384 encodeSingleInstruction(HMI, CB, Fixups, STI, parseBits(Last, HMB, HMI)); in encodeInstruction()
398 void HexagonMCCodeEmitter::encodeSingleInstruction( in encodeSingleInstruction() function in HexagonMCCodeEmitter