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

  /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,
269 dataProcessing(opSUB, cc, s, Rd, Rn, Op2);
MIPSAssembler.cpp 450 case opSUB:
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c     [all...]
  /external/valgrind/memcheck/
mc_translate.c     [all...]

Completed in 83 milliseconds