Home
last modified time | relevance | path

Searched refs:XOR (Results 1 – 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.h310 void XOR(int Rd, int Rs, int Rt);
DMIPSAssembler.cpp461 mMips->XOR(Rd, Rn, src); in dataProcessing()
1591 void MIPSAssembler::XOR(int Rd, int Rs, int Rt) in XOR() function in android::MIPSAssembler