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

  /external/valgrind/VEX/priv/
host_arm_isel.c 549 HReg raHi, raLo;
550 iselInt64Expr(&raHi, &raLo, env, arg);
551 addInstr(env, mk_iMOVds_RR( argregs[nextArgReg], raLo ));
598 HReg raHi, raLo;
599 iselInt64Expr(&raHi, &raLo, env, args[i]);
600 tmpregs[nextArgReg] = raLo;
    [all...]
host_mips_isel.c 570 HReg raHi, raLo;
571 iselInt64Expr(&raHi, &raLo, env, arg);
572 tmpregs[argreg] = raLo;
    [all...]

Completed in 31 milliseconds