Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVOptWInstrs.cpp302 case RISCV::XNOR: in hasAllNBitUsers()
519 case RISCV::XNOR: in isSignExtendedW()
H A DRISCVInstrInfoZb.td310 def XNOR : ALU_rr<0b0100000, 0b100, "xnor">,
521 def : Pat<(XLenVT (xor GPR:$rs1, (not GPR:$rs2))), (XNOR GPR:$rs1, GPR:$rs2)>;
845 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.cpp1354 case RISCV::XNOR: return RISCV::PseudoCCXNOR; break; in getPredicatedOpcode()
H A DRISCVISelDAGToDAG.cpp2995 case RISCV::XNOR: in hasAllNBitUsers()
/freebsd-14.2/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()