Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVOptWInstrs.cpp313 case RISCV::XNOR: in hasAllNBitUsers()
528 case RISCV::XNOR: in isSignExtendedW()
H A DRISCVInstrInfoZb.td280 def XNOR : ALU_rr<0b0100000, 0b100, "xnor">,
499 def : Pat<(XLenVT (xor GPR:$rs1, (not GPR:$rs2))), (XNOR GPR:$rs1, GPR:$rs2)>;
775 def : Pat<(i32 (xor GPR:$rs1, (not GPR:$rs2))), (XNOR GPR:$rs1, GPR:$rs2)>;
H A DRISCVExpandPseudoInsts.cpp235 case RISCV::PseudoCCXNOR: NewOpc = RISCV::XNOR; break; in expandCCOp()
H A DRISCVInstrInfo.cpp1326 case RISCV::XNOR: return RISCV::PseudoCCXNOR; break; in getPredicatedOpcode()
H A DRISCVISelDAGToDAG.cpp3196 case RISCV::XNOR: in hasAllNBitUsers()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Den.h236 #define XNOR(x, y) (!(x) == !(y)) macro
H A Dmlx4_en_tx.c373 while (XNOR(cqe->owner_sr_opcode & MLX4_CQE_OWNER_MASK, in mlx4_en_process_tx_cq()
H A Dmlx4_en_rx.c767 while (XNOR(cqe->owner_sr_opcode & MLX4_CQE_OWNER_MASK, in mlx4_en_process_rx_cq()