Searched refs:opADD (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerInterface.cpp81 dataProcessing(opADD, cc, s, Rd, Rn, Op2);
H A DARMAssemblerInterface.h117 opAND, opEOR, opSUB, opRSB, opADD, opADC, opSBC, opRSC, enumerator in enum:android::ARMAssemblerInterface::__anon170
229 dataProcessing(opADD, cc, s, Rd, Rn, Op2);
H A DArm64Assembler.cpp349 if(opcode != opSUB && opcode != opADD && opcode != opAND &&
398 case opADD: *mPC++ = A64_ADD_W(Rd, Rn, Rm, shift, amount); break;
418 if(opcode == opADD || opcode == opAND || opcode == opORR ||opcode == opSUB)
H A DMIPSAssembler.cpp441 case opADD:

Completed in 267 milliseconds