HomeSort by relevance Sort by last modified time
    Searched defs:srcR (Results 26 - 43 of 43) sorted by null

12

  /external/valgrind/main/VEX/priv/
host_mips_defs.c 1190 MIPSInstr *MIPSInstr_Alu(MIPSAluOp op, HReg dst, HReg srcL, MIPSRH * srcR)
1197 i->Min.Alu.srcR = srcR;
1202 MIPSRH * srcR)
1210 i->Min.Shft.srcR = srcR;
1224 MIPSInstr *MIPSInstr_Cmp(Bool syned, Bool sz32, HReg dst, HReg srcL, HReg srcR,
1233 i->Min.Cmp.srcR = srcR;
1240 HReg srcR)
    [all...]
host_mips_defs.h 423 MIPSRH *srcR;
434 MIPSRH *srcR;
448 HReg srcR;
458 HReg srcR;
464 HReg srcR;
549 HReg srcR;
562 HReg srcR;
594 HReg srcR;
665 HReg srcR);
670 HReg srcR);
    [all...]
host_x86_isel.c 900 HReg srcR = iselDblExpr(env, triop->arg3);
906 srcL,srcR,junk
    [all...]
host_amd64_defs.h 599 HReg srcR; /* xmm */
729 extern AMD64Instr* AMD64Instr_SseUComIS ( Int sz, HReg srcL, HReg srcR, HReg dst );
host_ppc_isel.c     [all...]
host_x86_defs.h 542 HReg srcR;
587 HReg srcR;
686 extern X86Instr* X86Instr_FpBinary ( X86FpOp op, HReg srcL, HReg srcR, HReg dst );
693 extern X86Instr* X86Instr_FpCmp ( HReg srcL, HReg srcR, HReg dst );
host_ppc_defs.c 794 HReg srcL, PPCRH* srcR ) {
800 i->Pin.Alu.srcR = srcR;
804 HReg dst, HReg srcL, PPCRH* srcR ) {
811 i->Pin.Shft.srcR = srcR;
815 HReg dst, HReg srcL, HReg srcR ) {
822 i->Pin.AddSubC.srcR = srcR;
826 UInt crfD, HReg srcL, PPCRH* srcR ) {
    [all...]
host_ppc_defs.h 585 PPCRH* srcR;
596 PPCRH* srcR;
604 HReg srcR;
613 PPCRH* srcR;
627 HReg srcR;
636 HReg srcR;
729 HReg srcR;
781 HReg srcR;
806 HReg srcR;
812 HReg srcR;
    [all...]
guest_arm64_toIR.c     [all...]
guest_arm_toIR.c     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp 707 SkIRect srcR = SkIRect::MakeXYWH(x, y, origInfo.width(), origInfo.height());
708 if (!srcR.intersect(0, 0, size.width(), size.height())) {
713 const SkImageInfo info = origInfo.makeWH(srcR.width(), srcR.height());
726 return device->readPixels(info, dstP, rowBytes, srcR.x(), srcR.y());
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 681 SkIRect srcR = SkIRect::MakeXYWH(x, y, origInfo.width(), origInfo.height());
682 if (!srcR.intersect(0, 0, size.width(), size.height())) {
688 info.fWidth = srcR.width();
689 info.fHeight = srcR.height();
702 return device->readPixels(info, dstP, rowBytes, srcR.x(), srcR.y());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 625 milliseconds

12