Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp442 void EmitConstant(uint64_t Val, unsigned Size, raw_ostream &OS) const { in EmitConstant() function in __anonb06c200f0111::ARMMCCodeEmitter
1885 EmitConstant(Binary >> 16, 2, OS); in encodeInstruction()
1886 EmitConstant(Binary & 0xffff, 2, OS); in encodeInstruction()
1888 EmitConstant(Binary, Size, OS); in encodeInstruction()