Searched refs:NOR (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | MIPSAssembler.cpp | 521 mMips->NOR(Rd, Op2, 0); // NOT is NOR with 0 in dataProcessing() 549 mMips->NOR(Rd, Rd, 0); // NOT is NOR with 0 in dataProcessing() 1580 void MIPSAssembler::NOR(int Rd, int Rs, int Rt) in NOR() function in android::MIPSAssembler 1588 MIPSAssembler::NOR(Rd, Rs, 0); // NOT(d,s) = NOR(d,s,zero) in NOT()
|
D | MIPSAssembler.h | 309 void NOR(int Rd, int Rs, int Rt);
|
D | MIPS64Assembler.cpp | 513 mMips->NOR(Rd, Op2, 0); // NOT is NOR with 0 in dataProcessing() 536 mMips->NOR(Rd, Rd, 0); // NOT is NOR with 0 in dataProcessing()
|