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

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerInterface.cpp86 dataProcessing(opSUB, cc, s, Rd, Rn, Op2);
H A DArm64Assembler.cpp343 if(opcode != opSUB && s == 1)
349 if(opcode != opSUB && opcode != opADD && opcode != opAND &&
402 case opSUB: *mPC++ = A64_SUB_W(Rd, Rn, Rm, shift, amount, s);break;
418 if(opcode == opADD || opcode == opAND || opcode == opORR ||opcode == opSUB)
424 dataProcessingCommon(opSUB, 1, mTmpReg3, Rn, Op2);
428 dataProcessingCommon(opSUB, s, Wd, Rn, Op2);
429 dataProcessingCommon(opSUB, s, Wd, mZeroReg, Wd);
436 dataProcessingCommon(opSUB, 1, mTmpReg3, Wd, mZeroReg);
525 dataProcessingCommon(opSUB, 1, mTmpReg1, Rd, mZeroReg);
H A DARMAssemblerInterface.h117 opAND, opEOR, opSUB, opRSB, opADD, opADC, opSBC, opRSC, enumerator in enum:android::ARMAssemblerInterface::__anon170
269 dataProcessing(opSUB, cc, s, Rd, Rn, Op2);
H A DMIPSAssembler.cpp450 case opSUB:

Completed in 39 milliseconds