Home | History | Annotate | Download | only in Mips

Lines Matching refs:XOR

627   //  xor $reg1, $reg1, 1
941 return emitAtomicBinaryPartword(MI, BB, 1, Mips::XOR);
943 return emitAtomicBinaryPartword(MI, BB, 2, Mips::XOR);
945 return emitAtomicBinary(MI, BB, 4, Mips::XOR);
2061 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt,
2099 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt,