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

  /external/valgrind/VEX/priv/
host_mips_isel.c 517 IRType aTy = Ity_INVALID;
519 aTy = typeOfIRExpr(env->type_env, arg);
521 if (aTy == Ity_I32 || mode64) {
526 } else if (aTy == Ity_I64) { /* Ity_I64 */
558 IRType aTy = Ity_INVALID;
560 aTy = typeOfIRExpr(env->type_env, arg);
562 if (aTy == Ity_I32 || (mode64 && arg->tag != Iex_BBPTR)) {
565 } else if (aTy == Ity_I64) { /* Ity_I64 */
    [all...]
host_arm64_isel.c 642 IRType aTy = Ity_INVALID;
644 aTy = typeOfIRExpr(env->type_env, args[i]);
649 if (aTy == Ity_I64) {
681 IRType aTy = Ity_INVALID;
683 aTy = typeOfIRExpr(env->type_env, args[i]);
688 if (aTy == Ity_I64) {
    [all...]
host_arm_isel.c 524 IRType aTy = Ity_INVALID;
526 aTy = typeOfIRExpr(env->type_env, arg);
531 if (aTy == Ity_I32) {
536 else if (aTy == Ity_I64) {
581 IRType aTy = Ity_INVALID;
583 aTy = typeOfIRExpr(env->type_env, arg);
588 if (aTy == Ity_I32) {
592 else if (aTy == Ity_I64) {
    [all...]
  /external/valgrind/memcheck/
mc_translate.c     [all...]

Completed in 347 milliseconds