Searched refs:opSUB (Results 1 – 5 of 5) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | Arm64Assembler.cpp | 342 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()
|
D | ARMAssemblerInterface.cpp | 87 dataProcessing(opSUB, cc, s, Rd, Rn, Op2); in ADDR_SUB()
|
D | ARMAssemblerInterface.h | 117 opAND, opEOR, opSUB, opRSB, opADD, opADC, opSBC, opRSC, enumerator 270 dataProcessing(opSUB, cc, s, Rd, Rn, Op2); in SUB()
|
D | MIPS64Assembler.cpp | 426 case opSUB: in dataProcessing()
|
D | MIPSAssembler.cpp | 445 case opSUB: in dataProcessing()
|