Searched refs:XOR (Results 1 – 2 of 2) sorted by relevance
310 void XOR(int Rd, int Rs, int Rt);
461 mMips->XOR(Rd, Rn, src); in dataProcessing()1591 void MIPSAssembler::XOR(int Rd, int Rs, int Rt) in XOR() function in android::MIPSAssembler