Home
last modified time | relevance | path

Searched defs:SecondOpcode (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandPseudoInsts.cpp132 unsigned SecondOpcode, unsigned FlagsLo) { in expandPcalau12iInstPair()
165 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::ADDI_D : LoongArch::ADDI_W; in expandLoadAddressPcrel() local
178 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::LD_D : LoongArch::LD_W; in expandLoadAddressGot() local
239 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::LD_D : LoongArch::LD_W; in expandLoadAddressTLSIE() local
252 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::ADDI_D : LoongArch::ADDI_W; in expandLoadAddressTLSLD() local
265 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::ADDI_D : LoongArch::ADDI_W; in expandLoadAddressTLSGD() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp498 unsigned SecondOpcode) { in expandAuipcInstPair()
537 unsigned SecondOpcode = STI->is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadGlobalAddress() local
545 unsigned SecondOpcode = STI->is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadTLSIEAddress() local
565 unsigned SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadTLSDescAddress() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3118 unsigned SecondOpcode, SMLoc IDLoc, in emitAuipcInstPair()
3166 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadGlobalAddress() local
3196 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadTLSIEAddress() local
3247 unsigned SecondOpcode = SignExtend ? RISCV::SRAI : RISCV::SRLI; in emitPseudoExtend() local