Home
last modified time | relevance | path

Searched refs:opSUB (Results 1 – 5 of 5) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DArm64Assembler.cpp342 if(opcode != opSUB && s == 1) in dataProcessingCommon()
348 if(opcode != opSUB && opcode != opADD && opcode != opAND && in dataProcessingCommon()
401 case opSUB: *mPC++ = A64_SUB_W(Rd, Rn, Rm, shift, amount, s);break; in dataProcessingCommon()
417 if(opcode == opADD || opcode == opAND || opcode == opORR ||opcode == opSUB) in dataProcessing()
423 dataProcessingCommon(opSUB, 1, mTmpReg3, Rn, Op2); in dataProcessing()
427 dataProcessingCommon(opSUB, s, Wd, Rn, Op2); in dataProcessing()
428 dataProcessingCommon(opSUB, s, Wd, mZeroReg, Wd); in dataProcessing()
435 dataProcessingCommon(opSUB, 1, mTmpReg3, Wd, mZeroReg); in dataProcessing()
524 dataProcessingCommon(opSUB, 1, mTmpReg1, Rd, mZeroReg); in MLA()
DARMAssemblerInterface.cpp87 dataProcessing(opSUB, cc, s, Rd, Rn, Op2); in ADDR_SUB()
DARMAssemblerInterface.h117 opAND, opEOR, opSUB, opRSB, opADD, opADC, opSBC, opRSC, enumerator
270 dataProcessing(opSUB, cc, s, Rd, Rn, Op2); in SUB()
DMIPS64Assembler.cpp426 case opSUB: in dataProcessing()
DMIPSAssembler.cpp445 case opSUB: in dataProcessing()