Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVExpandPseudoInsts.cpp627 unsigned SecondOpcode) { in expandAuipcInstPair()
677 unsigned SecondOpcode; in expandLoadAddress() local
696 unsigned SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadTLSIEAddress() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp1666 unsigned SecondOpcode, SMLoc IDLoc, in emitAuipcInstPair()
1718 unsigned SecondOpcode; in emitLoadAddress() local
1741 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadTLSIEAddress() local