Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp152 CPOP, enumerator
208 case CPOP: in CSKYOperand()
228 bool isConstPoolOp() const { return Kind == CPOP; } in isConstPoolOp()
424 assert(Kind == CPOP && "Invalid type access!"); in getConstpoolOp()
442 case CPOP: in print()
546 auto Op = std::make_unique<CSKYOperand>(CPOP); in createConstpoolOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZb.td363 def CPOP : RVBUnary<0b011000000010, 0b001, OPC_OP_IMM, "cpop">,
586 def : PatGpr<ctpop, CPOP>;