HomeSort by relevance Sort by last modified time
    Searched full:argreg (Results 1 - 11 of 11) sorted by null

  /dalvik/libdex/
DexDebugInfo.cpp 156 u2 argReg = pCode->registersSize - pCode->insSize;
167 localInReg[argReg].name = "this";
168 localInReg[argReg].descriptor = classDescriptor;
169 localInReg[argReg].startAddress = 0;
170 localInReg[argReg].live = true;
171 argReg++;
184 if ((argReg >= pCode->registersSize) || (descriptor == NULL)) {
190 reg = argReg;
195 argReg += 2;
198 argReg += 1
    [all...]
  /external/valgrind/main/VEX/priv/
host_mips_isel.c 403 Int n_args, i, argreg; local
510 argreg = 0;
514 vassert(argreg < MIPS_N_REGPARMS);
521 argiregs |= (1 << (argreg + 4));
522 addInstr(env, mk_iMOVds_RR(argregs[argreg],
524 argreg++;
526 if (argreg & 1) {
527 argreg++;
528 argiregs |= (1 << (argreg + 4));
532 argiregs |= (1 << (argreg + 4))
    [all...]
host_ppc_isel.c 694 Int n_args, i, argreg; local
847 argreg = 0;
851 vassert(argreg < PPC_N_REGPARMS);
854 argiregs |= (1 << (argreg+3));
855 addInstr(env, mk_iMOVds_RR( argregs[argreg],
857 argreg++;
864 argiregs |= (1 << (argreg+3));
866 mk_iMOVds_RR( argregs[argreg],
870 if (regalign_int64s && (argreg%2) == 1)
872 argreg++; // XXX: odd argreg => even r
2187 Int argreg; local
2216 Int argreg; local
3550 Int argreg; local
3590 Int argreg; local
    [all...]
host_s390_isel.c 478 UInt n_args, i, argreg, size; local
559 argreg = 0;
567 addInstr(env, s390_insn_move(sizeof(ULong), tmpregs[argreg],
571 tmpregs[argreg] = newVRegI(env);
572 addInstr(env, s390_insn_move(sizeof(ULong), tmpregs[argreg],
575 tmpregs[argreg] = s390_isel_int_expr(env, args[i]);
577 argreg++;
594 for (i = 0; i < argreg; i++) {
    [all...]
host_x86_isel.c 439 i, argreg, argregX; local
561 argreg = cee->regparms;
576 argregX = argreg;
586 argreg--;
587 vassert(argreg >= 0);
595 tmpregs[argreg] = iselIntExpr_R(env, arg);
610 argreg--;
611 vassert(argreg >= 0);
616 argregs[argreg]));
624 argregs[argreg]));
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
  /external/strace/
syscall.c     [all...]
  /art/compiler/dex/quick/arm64/
int_arm64.cc 291 // It is possible that temp register is 64-bit. (ArgReg or RefReg)
    [all...]

Completed in 458 milliseconds