Searched refs:EOR (Results 1 – 2 of 2) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerInterface.h | 241 EOR(int cc, int s, int Rd, int Rn, uint32_t Op2) { in EOR() function
|
D | GGLAssembler.cpp | 836 case GGL_XOR: EOR(AL, 0, pixel.reg, s.reg, d.reg); break; in build_logic_op() 840 case GGL_EQUIV: EOR(AL, 0, pixel.reg, s.reg, d.reg); in build_logic_op()
|