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

  /external/valgrind/main/VEX/priv/
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 395 static IRTemp newTemp ( IRType ty )
535 IRTemp ones8x16 = newTemp(Ity_V128);
540 *vEvn = newTemp(Ity_V128);
541 *vOdd = newTemp(Ity_V128);
553 IRTemp ones8x16 = newTemp(Ity_V128);
558 *vEvn = newTemp(Ity_V128);
559 *vOdd = newTemp(Ity_V128);
571 IRTemp ones16x8 = newTemp(Ity_V128);
576 *vEvn = newTemp(Ity_V128);
577 *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-ptrcheck/
h_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 221 newTemp may cause mce->tmpMap to resize, hence previous results
223 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind )
248 = newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]), VSh );
249 /* newTemp may cause mce->tmpMap to resize, hence previous results
278 = newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]), VSh );
279 /* newTemp may cause mce->tmpMap to resize, hence previous results
434 t = newTemp(mce, ty, k);
    [all...]

Completed in 295 milliseconds