Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCCodeEmitter.cpp267 unsigned InvOpc = in expandLongCondBr() local
269 MCInst TmpInst = MCInstBuilder(InvOpc).addReg(SrcReg1).addImm(6); in expandLongCondBr()
274 unsigned InvOpc = getInvertedBranchOp(Opcode); in expandLongCondBr() local
276 MCInstBuilder(InvOpc).addReg(SrcReg1).addReg(SrcReg2).addImm(8); in expandLongCondBr()