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

  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 111 newTemp(IRType type)
150 IRTemp temp = newTemp(type);
    [all...]
guest_mips_toIR.c 287 t1 = newTemp(Ity_I32); \
291 t2 = newTemp(Ity_I32); \
293 t4 = newTemp(Ity_I32); \
321 t3 = newTemp(Ity_I32); \
647 static IRTemp newTemp(IRType ty)
665 IRTemp t0 = newTemp(Ity_I8);
666 IRTemp t1 = newTemp(Ity_I8);
813 t0 = newTemp(Ity_I64);
814 t1 = newTemp(Ity_I32);
840 t0 = newTemp(Ity_I1)
    [all...]
guest_ppc_toIR.c 454 static IRTemp newTemp ( IRType ty )
600 IRTemp ones8x16 = newTemp(Ity_V128);
605 *vEvn = newTemp(Ity_V128);
606 *vOdd = newTemp(Ity_V128);
618 IRTemp ones8x16 = newTemp(Ity_V128);
623 *vEvn = newTemp(Ity_V128);
624 *vOdd = newTemp(Ity_V128);
636 IRTemp ones16x8 = newTemp(Ity_V128);
641 *vEvn = newTemp(Ity_V128);
642 *vOdd = newTemp(Ity_V128)
    [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_x86_toIR.c 322 static IRTemp newTemp ( IRType ty )
759 IRTemp oldTmp = newTemp(tyE);
760 IRTemp expTmp = newTemp(tyE);
    [all...]
guest_amd64_toIR.c 230 static IRTemp newTemp ( IRType ty )
    [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 236 newTemp may cause mce->tmpMap to resize, hence previous results
238 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind )
263 = newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]), VSh );
264 /* newTemp may cause mce->tmpMap to resize, hence previous results
293 = newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]), VSh );
294 /* newTemp may cause mce->tmpMap to resize, hence previous results
456 t = newTemp(mce, ty, k);
    [all...]

Completed in 306 milliseconds