HomeSort by relevance Sort by last modified time
    Searched refs:opSUB (Results 1 - 7 of 7) sorted by null

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.cpp 87 dataProcessing(opSUB, cc, s, Rd, Rn, Op2);
Arm64Assembler.cpp 342 if(opcode != opSUB && s == 1)
348 if(opcode != opSUB && opcode != opADD && opcode != opAND &&
401 case opSUB: *mPC++ = A64_SUB_W(Rd, Rn, Rm, shift, amount, s);break;
417 if(opcode == opADD || opcode == opAND || opcode == opORR ||opcode == opSUB)
423 dataProcessingCommon(opSUB, 1, mTmpReg3, Rn, Op2);
427 dataProcessingCommon(opSUB, s, Wd, Rn, Op2);
428 dataProcessingCommon(opSUB, s, Wd, mZeroReg, Wd);
435 dataProcessingCommon(opSUB, 1, mTmpReg3, Wd, mZeroReg);
524 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 426 case opSUB:
    [all...]
MIPSAssembler.cpp 445 case opSUB:
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c     [all...]
  /external/valgrind/memcheck/
mc_translate.c     [all...]

Completed in 788 milliseconds