Home | History | Annotate | Download | only in codeflinger

Lines Matching defs:NOR

527             mMips->NOR(Rd, Op2, 0);     // NOT is NOR with 0
555 mMips->NOR(Rd, Rd, 0); // NOT is NOR with 0
1580 void MIPSAssembler::NOR(int Rd, int Rs, int Rt)
1588 MIPSAssembler::NOR(Rd, Rs, 0); // NOT(d,s) = NOR(d,s,zero)