Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp1307 MCInst Ldr; in emitInstruction() local
1309 Ldr.setOpcode(AArch64::LDRWui); in emitInstruction()
1310 Ldr.addOperand(MCOperand::createReg(AArch64::W1)); in emitInstruction()
1312 Ldr.setOpcode(AArch64::LDRXui); in emitInstruction()
1313 Ldr.addOperand(MCOperand::createReg(AArch64::X1)); in emitInstruction()
1315 Ldr.addOperand(MCOperand::createReg(AArch64::X0)); in emitInstruction()
1316 Ldr.addOperand(SymTLSDescLo12); in emitInstruction()
1317 Ldr.addOperand(MCOperand::createImm(0)); in emitInstruction()
1318 EmitToStreamer(*OutStreamer, Ldr); in emitInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp5191 auto Ldr = in selectIntrinsic() local
5193 constrainSelectedInstRegOperands(*Ldr, TII, TRI, RBI); in selectIntrinsic()