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

  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 110 newTemp(IRType type)
135 IRTemp temp = newTemp(type);
    [all...]
guest_arm_toIR.c 39 All uses of newTemp assign to an IRTemp and not a UInt
332 static IRTemp newTemp ( IRType ty )
892 IRTemp t = newTemp(Ity_I32);
905 IRTemp t = newTemp(Ity_I32);
922 IRTemp nyu = newTemp(Ity_I32);
947 IRTemp masked = newTemp(Ity_I32);
977 IRTemp ge10 = newTemp(Ity_I32);
978 IRTemp ge32 = newTemp(Ity_I32);
993 IRTemp ge0 = newTemp(Ity_I32);
994 IRTemp ge1 = newTemp(Ity_I32)
    [all...]
guest_amd64_toIR.c 230 static IRTemp newTemp ( IRType ty )
    [all...]
guest_x86_toIR.c 322 static IRTemp newTemp ( IRType ty )
759 IRTemp oldTmp = newTemp(tyE);
760 IRTemp expTmp = newTemp(tyE);
    [all...]
guest_ppc_toIR.c 449 static IRTemp newTemp ( IRType ty )
595 IRTemp ones8x16 = newTemp(Ity_V128);
600 *vEvn = newTemp(Ity_V128);
601 *vOdd = newTemp(Ity_V128);
613 IRTemp ones8x16 = newTemp(Ity_V128);
618 *vEvn = newTemp(Ity_V128);
619 *vOdd = newTemp(Ity_V128);
631 IRTemp ones16x8 = newTemp(Ity_V128);
636 *vEvn = newTemp(Ity_V128);
637 *vOdd = newTemp(Ity_V128)
    [all...]
  /hardware/invensense/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 229 newTemp may cause mce->tmpMap to resize, hence previous results
231 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind )
256 = newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]), VSh );
257 /* newTemp may cause mce->tmpMap to resize, hence previous results
286 = newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]), VSh );
287 /* newTemp may cause mce->tmpMap to resize, hence previous results
444 t = newTemp(mce, ty, k);
    [all...]

Completed in 95 milliseconds