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.cpp2391 MCInst MovK; in emitInstruction() local
2392 MovK.setOpcode(AArch64::MOVKXi); in emitInstruction()
2393 MovK.addOperand(MCOperand::createReg(DestReg)); in emitInstruction()
2394 MovK.addOperand(MCOperand::createReg(DestReg)); in emitInstruction()
2395 MovK.addOperand(Lo_MCSym); in emitInstruction()
2396 MovK.addOperand(MCOperand::createImm(0)); in emitInstruction()
2397 EmitToStreamer(*OutStreamer, MovK); in emitInstruction()