Searched refs:NOR (Results 1 - 8 of 8) sorted by relevance

/system/core/sh/
H A Dnodes.h12 #define NOR 7 macro
H A Dnodes.c126 case NOR:
222 case NOR:
H A Dshow.c89 case NOR:
H A Deval.c245 case NOR:
H A Djobs.c1265 case NOR:
H A Dparser.c230 t = NOR;
/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.cpp527 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) function in class:android::MIPSAssembler
1588 MIPSAssembler::NOR(Rd, Rs, 0); // NOT(d,s) = NOR(d,s,zero)
H A DMIPSAssembler.h308 void NOR(int Rd, int Rs, int Rt);

Completed in 145 milliseconds