Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1303 MCInst Ldr; in emitInstruction() local
1305 Ldr.setOpcode(AArch64::LDRWui); in emitInstruction()
1306 Ldr.addOperand(MCOperand::createReg(AArch64::W1)); in emitInstruction()
1308 Ldr.setOpcode(AArch64::LDRXui); in emitInstruction()
1309 Ldr.addOperand(MCOperand::createReg(AArch64::X1)); in emitInstruction()
1311 Ldr.addOperand(MCOperand::createReg(AArch64::X0)); in emitInstruction()
1312 Ldr.addOperand(SymTLSDescLo12); in emitInstruction()
1313 Ldr.addOperand(MCOperand::createImm(0)); in emitInstruction()
1314 EmitToStreamer(*OutStreamer, Ldr); in emitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5031 auto Ldr = in selectIntrinsic() local
5033 constrainSelectedInstRegOperands(*Ldr, TII, TRI, RBI); in selectIntrinsic()