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

  /external/valgrind/main/VEX/priv/
guest_mips_toIR.c 464 t1 = newTemp(mode64 ? Ity_I64 : Ity_I32); \
473 t1 = newTemp(mode64 ? Ity_I64 : Ity_I32); \
480 t2 = newTemp(Ity_I64); \
482 t4 = newTemp(Ity_I32); \
487 t2 = newTemp(Ity_I64); \
489 t4 = newTemp(Ity_I64); \
493 t2 = newTemp(Ity_I32); \
495 t4 = newTemp(Ity_I32); \
540 t3 = newTemp(Ity_I32); \
926 static IRTemp newTemp(IRType ty
    [all...]
guest_s390_toIR.c 115 newTemp(IRType type)
154 IRTemp temp = newTemp(type);
    [all...]
guest_arm_toIR.c 39 All uses of newTemp assign to an IRTemp and not a UInt
378 static IRTemp newTemp ( IRType ty )
933 IRTemp t = newTemp(Ity_I32);
946 IRTemp t = newTemp(Ity_I32);
963 IRTemp nyu = newTemp(Ity_I32);
988 IRTemp masked = newTemp(Ity_I32);
    [all...]
guest_ppc_toIR.c 468 static IRTemp newTemp ( IRType ty )
614 IRTemp ones8x16 = newTemp(Ity_V128);
619 *vEvn = newTemp(Ity_V128);
620 *vOdd = newTemp(Ity_V128);
632 IRTemp ones8x16 = newTemp(Ity_V128);
637 *vEvn = newTemp(Ity_V128);
638 *vOdd = newTemp(Ity_V128);
650 IRTemp ones16x8 = newTemp(Ity_V128);
655 *vEvn = newTemp(Ity_V128);
656 *vOdd = newTemp(Ity_V128)
    [all...]
guest_x86_toIR.c 319 static IRTemp newTemp ( IRType ty )
757 IRTemp oldTmp = newTemp(tyE);
758 IRTemp expTmp = newTemp(tyE);
986 IRTemp guardB = newTemp(Ity_I1);
    [all...]
guest_amd64_toIR.c 225 static IRTemp newTemp ( IRType ty )
    [all...]
guest_arm64_toIR.c 35 //ZZ All uses of newTemp assign to an IRTemp and not a UInt
362 static IRTemp newTemp ( IRType ty )
555 IRTemp res = newTemp(ty);
575 IRTemp res = newTemp(ty);
    [all...]
  /hardware/invensense/60xx/mlsdk/mllite/
ml_stored_data.c 158 float newTemp;
168 newTemp = (float)inv_decode_temperature(
170 LOADCAL_LOG("newTemp = %f\n", newTemp);
185 bin = FindTempBin(newTemp);
188 inv_obj.temp_data[bin][inv_obj.temp_ptrs[bin]] = newTemp;
264 float newTemp = 0;
274 newTemp = (float)inv_decode_temperature(
276 LOADCAL_LOG("newTemp = %f\n", newTemp);
    [all...]
  /external/valgrind/main/exp-sgcheck/
h_main.c 573 newTemp may cause pce->tmpMap to resize, hence previous results
575 static IRTemp newTemp ( PCEnv* pce, IRType ty, TempKind kind )
604 return newTemp( pce, ty, NonShad );
  /external/valgrind/main/memcheck/
mc_translate.c 241 newTemp may cause mce->tmpMap to resize, hence previous results
243 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind )
268 = newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]), VSh );
269 /* newTemp may cause mce->tmpMap to resize, hence previous results
298 = newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]), VSh );
299 /* newTemp may cause mce->tmpMap to resize, hence previous results
463 t = newTemp(mce, ty, k);
    [all...]

Completed in 1356 milliseconds