Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp49 unsigned FlagsHi, unsigned SecondOpcode);
160 unsigned SecondOpcode) { in expandAuipcInstPair() argument
178 BuildMI(NewMBB, DL, TII->get(SecondOpcode), DestReg) in expandAuipcInstPair()
210 unsigned SecondOpcode; in expandLoadAddress() local
214 SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadAddress()
217 SecondOpcode = RISCV::ADDI; in expandLoadAddress()
220 return expandAuipcInstPair(MBB, MBBI, NextMBBI, FlagsHi, SecondOpcode); in expandLoadAddress()
229 unsigned SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadTLSIEAddress() local
231 SecondOpcode); in expandLoadTLSIEAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp107 unsigned SecondOpcode, SMLoc IDLoc, MCStreamer &Out);
2234 unsigned SecondOpcode, SMLoc IDLoc, in emitAuipcInstPair() argument
2252 emitToStreamer(Out, MCInstBuilder(SecondOpcode) in emitAuipcInstPair()
2285 unsigned SecondOpcode; in emitLoadAddress() local
2288 SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadAddress()
2291 SecondOpcode = RISCV::ADDI; in emitLoadAddress()
2294 emitAuipcInstPair(DestReg, DestReg, Symbol, VKHi, SecondOpcode, IDLoc, Out); in emitLoadAddress()
2307 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadTLSIEAddress() local
2309 SecondOpcode, IDLoc, Out); in emitLoadTLSIEAddress()
2358 unsigned SecondOpcode = SignExtend ? RISCV::SRAI : RISCV::SRLI; in emitPseudoExtend() local
[all …]