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

  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 204 SmallVectorImpl<unsigned> &ArgRegs,
    [all...]
  /external/valgrind/main/VEX/priv/
host_ppc_isel.c 631 HReg argregs[PPC_N_REGPARMS]; local
703 argregs[0] = hregPPC_GPR3(mode64);
704 argregs[1] = hregPPC_GPR4(mode64);
705 argregs[2] = hregPPC_GPR5(mode64);
706 argregs[3] = hregPPC_GPR6(mode64);
707 argregs[4] = hregPPC_GPR7(mode64);
708 argregs[5] = hregPPC_GPR8(mode64);
709 argregs[6] = hregPPC_GPR9(mode64);
710 argregs[7] = hregPPC_GPR10(mode64);
752 addInstr(env, mk_iMOVds_RR( argregs[argreg]
    [all...]
host_arm_isel.c 372 HReg argregs[ARM_N_ARGREGS]; local
434 argregs[0] = hregARM_R0();
435 argregs[1] = hregARM_R1();
436 argregs[2] = hregARM_R2();
437 argregs[3] = hregARM_R3();
476 addInstr(env, mk_iMOVds_RR( argregs[nextArgReg],
484 return False; /* out of argregs */
486 addInstr(env, mk_iMOVds_RR( argregs[nextArgReg],
497 return False; /* out of argregs */
498 addInstr(env, ARMInstr_Imm32( argregs[nextArgReg], 0xAA ))
    [all...]
host_amd64_isel.c 439 HReg argregs[6]; local
501 argregs[0] = hregAMD64_RDI();
502 argregs[1] = hregAMD64_RSI();
503 argregs[2] = hregAMD64_RDX();
504 argregs[3] = hregAMD64_RCX();
505 argregs[4] = hregAMD64_R8();
506 argregs[5] = hregAMD64_R9();
538 fastinstrs[argreg] = mk_iMOVsd_RR( hregAMD64_RBP(), argregs[argreg]);
546 = iselIntExpr_single_instruction( env, argregs[argreg], args[i] );
607 addInstr( env, mk_iMOVsd_RR( tmpregs[i], argregs[i] ) )
    [all...]
host_x86_isel.c 393 HReg argregs[3]; local
473 argregs[0] = hregX86_EAX();
474 argregs[1] = hregX86_EDX();
475 argregs[2] = hregX86_ECX();
511 addInstr( env, mk_iMOVsd_RR( tmpregs[argregX], argregs[argregX] ) );
523 argregs[argreg]));
532 addInstr(env, mk_iMOVsd_RR( hregX86_EBP(), argregs[0]));
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 302 // Store remaining ArgRegs to the stack if this is a varargs function.
304 static const uint16_t ArgRegs[] = {
307 unsigned NumAllocated = CCInfo.getFirstUnallocated(ArgRegs, 6);
308 const uint16_t *CurArgReg = ArgRegs+NumAllocated, *ArgRegEnd = ArgRegs+6;
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 660 static const uint16_t ArgRegs[] = {
665 const unsigned NumArgRegs = array_lengthof(ArgRegs);
666 unsigned Reg = State.AllocateReg(ArgRegs, NumArgRegs);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/regex-re2/util/
valgrind.h     [all...]
  /external/valgrind/dynamic_annotations/third_party/valgrind/
valgrind.h     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/v8/src/third_party/valgrind/
valgrind.h     [all...]
  /external/valgrind/main/include/
valgrind.h     [all...]

Completed in 2138 milliseconds