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

  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 120 GENOFFSET(PPC32,ppc32,GPR2);
135 GENOFFSET(PPC64,ppc64,GPR2);
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCompiler.h 54 enum GPRReg { gpr0, gpr1, gpr2, gpr3, gpr4, gpr5, numberOfGPRs, InvalidGPRReg = 0xFFFFFFFF }; enumerator in enum:JSC::DFG::GPRReg
152 static const GPRReg argumentGPR3 = gpr2;
DFGSpeculativeJIT.cpp 397 GPRReg gpr2 = op2.gpr(); local
399 MacroAssembler::Jump check = m_jit.branchAdd32(MacroAssembler::Overflow, JITCompiler::gprToRegisterID(gpr1), JITCompiler::gprToRegisterID(gpr2), JITCompiler::gprToRegisterID(gprResult));
402 speculationCheck(check, SpeculationRecovery(SpeculativeAdd, gprResult, gpr2));
403 else if (gpr2 == gprResult)
  /external/strace/
syscall.c 772 static long gpr2; variable
804 * (new style) in gpr2. We cannot recover the scno again
825 * Since kernel version 2.5.44 the scno gets passed in gpr2.
    [all...]
process.c     [all...]
  /external/valgrind/main/memcheck/
mc_machine.c 153 if (ox == GOF(GPR2)) return ox;
312 if (o == GOF(GPR2) && sz == 4) return o;
    [all...]
  /external/libffi/src/powerpc/
ffi_darwin.c 70 | Space for GPR2 4 | |
  /external/valgrind/main/exp-ptrcheck/
h_main.c     [all...]
  /external/valgrind/main/VEX/priv/
host_ppc_defs.c 206 // GPR2 = TOC pointer
    [all...]
host_ppc_isel.c 58 GPR2 not used - TOC pointer
    [all...]

Completed in 2841 milliseconds