HomeSort by relevance Sort by last modified time
    Searched defs:Wd (Results 1 - 2 of 2) sorted by null

  /system/core/libpixelflinger/codeflinger/
Arm64Assembler.cpp 411 uint32_t Wd;
414 Wd = mTmpReg1;
416 Wd = Rd;
420 dataProcessingCommon(opcode, s, Wd, Rn, Op2);
428 dataProcessingCommon(opSUB, s, Wd, Rn, Op2);
429 dataProcessingCommon(opSUB, s, Wd, mZeroReg, Wd);
433 dataProcessingCommon(opORR, 0, Wd, mZeroReg, Op2);
436 dataProcessingCommon(opSUB, 1, mTmpReg3, Wd, mZeroReg);
441 dataProcessingCommon(opMVN, s, Wd, mZeroReg, Op2)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]

Completed in 2481 milliseconds