Searched refs:RegS12 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEAsmPrinter.cpp | 291 MCOperand RegS12 = MCOperand::createReg(VE::SX12); // S12 in lowerGETTLSAddrAndEmitMCInsts() local 313 emitLEAzii(*OutStreamer, ci8, loImm2, RegS12, STI); in lowerGETTLSAddrAndEmitMCInsts() 314 emitANDrm(*OutStreamer, RegS12, M032, RegS12, STI); in lowerGETTLSAddrAndEmitMCInsts() 317 emitLEASLrri(*OutStreamer, RegS12, RegLR, hiImm2, RegS12, STI); in lowerGETTLSAddrAndEmitMCInsts() 318 emitBSIC(*OutStreamer, RegLR, RegS12, STI); in lowerGETTLSAddrAndEmitMCInsts()
|