Searched defs:opcode (Results 1 - 8 of 8) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp216 void ARMAssembler::dataProcessing(int opcode, int cc, argument
219 *mPC++ = (cc<<28) | (opcode<<21) | (s<<20) | (Rn<<16) | (Rd<<12) | Op2;
H A DARMAssemblerProxy.cpp160 void ARMAssemblerProxy::dataProcessing( int opcode, int cc, int s, argument
163 mTarget->dataProcessing(opcode, cc, s, Rd, Rn, Op2);
H A Dtexturing.cpp235 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR; local
236 switch(opcode) {
H A DGGLAssembler.cpp818 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR; local
819 if (opcode == GGL_COPY)
831 switch(opcode) {
962 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR; local
963 if (opcode != GGL_CLEAR) {
H A DMIPSAssembler.cpp417 void ArmToMipsAssembler::dataProcessing(int opcode, int cc, argument
432 switch (opcode) {
599 if (s && opcode != opCMP) {
1940 // using this as special opcode for not-yet-implemented ARM instruction
1947 // using this as special opcode for purposefully NOT implemented ARM instruction
/system/core/libpixelflinger/
H A Dpixelflinger.cpp580 static void ggl_logicOp(void* con, GGLenum opcode) argument
583 if ((opcode < GGL_CLEAR) || (opcode > GGL_SET)) {
587 if (c->state.logic_op.opcode != opcode) {
588 c->state.logic_op.opcode = opcode;
801 c->state.logic_op.opcode = GGL_COPY;
/system/core/include/private/pixelflinger/
H A Dggl_context.h312 uint16_t opcode; member in struct:android::logic_op_state_t
/system/core/sdcard/
H A Dfuse.h538 __u32 opcode; member in struct:fuse_in_header

Completed in 106 milliseconds