Searched refs:XNOR (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVOptWInstrs.cpp | 327 case RISCV::XNOR: in hasAllNBitUsers() 548 case RISCV::XNOR: in isSignExtendedW()
|
| H A D | RISCVInstrInfoZb.td | 275 def XNOR : ALU_rr<0b0100000, 0b100, "xnor", Commutable=1>, 501 (XNOR GPR:$rs1, GPR:$rs2)>; 505 def : Pat<(XLenVT (xor GPR:$rs1, invLogicImm:$rs2)), (XNOR GPR:$rs1, invLogicImm:$rs2)>;
|
| H A D | RISCVExpandPseudoInsts.cpp | 244 case RISCV::PseudoCCXNOR: NewOpc = RISCV::XNOR; break; in expandCCOp()
|
| H A D | RISCVISelDAGToDAG.cpp | 3719 case RISCV::XNOR: in hasAllNBitUsers()
|
| H A D | RISCVInstrInfo.cpp | 1678 case RISCV::XNOR: return RISCV::PseudoCCXNOR; break; in getPredicatedOpcode()
|
| /freebsd/sys/dev/mlx4/mlx4_en/ |
| H A D | en.h | 236 #define XNOR(x, y) (!(x) == !(y)) macro
|
| H A D | mlx4_en_tx.c | 373 while (XNOR(cqe->owner_sr_opcode & MLX4_CQE_OWNER_MASK, in mlx4_en_process_tx_cq()
|
| H A D | mlx4_en_rx.c | 767 while (XNOR(cqe->owner_sr_opcode & MLX4_CQE_OWNER_MASK, in mlx4_en_process_rx_cq()
|