Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZicond.td26 def CZERO_EQZ : ALU_rr<0b0000111, 0b101, "czero.eqz">,
28 def CZERO_NEZ : ALU_rr<0b0000111, 0b111, "czero.nez">,
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp99 MCOperand czero = MCOperand::createImm(0); in emitBSIC() local
100 BSICInst.addOperand(czero); in emitBSIC()
101 BSICInst.addOperand(czero); in emitBSIC()