Searched refs:newTemp (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_mips_toIR.c464 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(IRTyp function
[all...]
H A Dguest_arm_toIR.c39 All uses of newTemp assign to an IRTemp and not a UInt
378 static IRTemp newTemp ( IRType ty ) function
933 IRTemp t = newTemp(Ity_I32);
946 IRTemp t = newTemp(Ity_I32);
963 IRTemp nyu = newTemp(Ity_I32);
988 IRTemp masked = newTemp(Ity_I32);
1018 IRTemp ge10 = newTemp(Ity_I32);
1019 IRTemp ge32 = newTemp(Ity_I32);
1034 IRTemp ge0 = newTemp(Ity_I32);
1035 IRTemp ge1 = newTemp(Ity_I3
[all...]
H A Dguest_s390_toIR.c115 newTemp(IRType type) function
154 IRTemp temp = newTemp(type);
1526 IRTemp fpc_bits = newTemp(Ity_I32);
1598 IRTemp fpc_bits = newTemp(Ity_I32);
1683 IRTemp cc0 = newTemp(Ity_I32);
1684 IRTemp cc1 = newTemp(Ity_I32);
1685 IRTemp b0 = newTemp(Ity_I32);
1686 IRTemp b2 = newTemp(Ity_I32);
1687 IRTemp b6 = newTemp(Ity_I32);
1900 IRTemp op4addr = newTemp(Ity_I6
[all...]
H A Dguest_ppc_toIR.c468 static IRTemp newTemp ( IRType ty ) function
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_V12
[all...]
H A Dguest_x86_toIR.c319 static IRTemp newTemp ( IRType ty ) function
757 IRTemp oldTmp = newTemp(tyE);
758 IRTemp expTmp = newTemp(tyE);
986 IRTemp guardB = newTemp(Ity_I1);
1130 IRTemp oldc = newTemp(Ity_I32);
1131 IRTemp oldcn = newTemp(ty);
1184 IRTemp oldc = newTemp(Ity_I32);
1185 IRTemp oldcn = newTemp(ty);
1441 seg_selector = newTemp(Ity_I32);
1442 ldt_ptr = newTemp(hWordT
[all...]
H A Dguest_arm64_toIR.c35 //ZZ All uses of newTemp assign to an IRTemp and not a UInt
362 static IRTemp newTemp ( IRType ty ) function
555 IRTemp res = newTemp(ty);
575 IRTemp res = newTemp(ty);
1151 //ZZ IRTemp t = newTemp(Ity_I32);
1164 //ZZ IRTemp t = newTemp(Ity_I32);
1181 //ZZ IRTemp nyu = newTemp(Ity_I32);
1207 IRTemp armEncd = newTemp(Ity_I32);
1208 IRTemp swapped = newTemp(Ity_I32);
1411 IRTemp z64 = newTemp(Ity_I6
[all...]
H A Dguest_amd64_toIR.c225 static IRTemp newTemp ( IRType ty ) function
1609 IRTemp oldTmp = newTemp(tyE);
1610 IRTemp expTmp = newTemp(tyE);
1856 IRTemp guardB = newTemp(Ity_I1);
2000 IRTemp oldc = newTemp(Ity_I64);
2001 IRTemp oldcn = newTemp(ty);
2059 IRTemp oldc = newTemp(Ity_I64);
2060 IRTemp oldcn = newTemp(ty);
2379 //.. seg_selector = newTemp(Ity_I32);
2380 //.. ldt_ptr = newTemp(hWordT
[all...]
/external/valgrind/main/exp-sgcheck/
H A Dh_main.c573 newTemp may cause pce->tmpMap to resize, hence previous results
575 static IRTemp newTemp ( PCEnv* pce, IRType ty, TempKind kind ) function
604 return newTemp( pce, ty, NonShad );
/external/valgrind/main/memcheck/
H A Dmc_translate.c241 newTemp may cause mce->tmpMap to resize, hence previous results
243 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind ) function
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);
4430 IRTemp datavbits = newTemp(mce, ty, VSh);
6433 = newTemp( mce, Ity_I32, BSh );
6434 /* newTemp ma
[all...]

Completed in 2185 milliseconds