/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerInterface.cpp | 86 dataProcessing(opSUB, cc, s, Rd, Rn, Op2);
|
Arm64Assembler.cpp | 343 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); [all...] |
ARMAssemblerInterface.h | 117 opAND, opEOR, opSUB, opRSB, opADD, opADC, opSBC, opRSC, 270 dataProcessing(opSUB, cc, s, Rd, Rn, Op2);
|
MIPS64Assembler.cpp | 433 case opSUB: [all...] |
MIPSAssembler.cpp | 450 case opSUB: [all...] |
/external/valgrind/VEX/priv/ |
guest_arm64_toIR.c | [all...] |
/external/valgrind/memcheck/ |
mc_translate.c | [all...] |