Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2820 MCInst MovK; in emitInstruction() local
2821 MovK.setOpcode(AArch64::MOVKXi); in emitInstruction()
2822 MovK.addOperand(MCOperand::createReg(DestReg)); in emitInstruction()
2823 MovK.addOperand(MCOperand::createReg(DestReg)); in emitInstruction()
2824 MovK.addOperand(Lo_MCSym); in emitInstruction()
2825 MovK.addOperand(MCOperand::createImm(0)); in emitInstruction()
2826 EmitToStreamer(*OutStreamer, MovK); in emitInstruction()