Home
last modified time | relevance | path

Searched refs:tmpv (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dfast-isel-constrain-store-indexreg.ll13 define i32 @main(i32* %i, double %tmpv) {
21 store double %tmpv, double* %tmp16, align 8
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-main.c1842 UWord tmpv[8]; in VG_() local
1843 tmpv[0] = sci->orig_args.arg1; in VG_()
1844 tmpv[1] = sci->orig_args.arg2; in VG_()
1845 tmpv[2] = sci->orig_args.arg3; in VG_()
1846 tmpv[3] = sci->orig_args.arg4; in VG_()
1847 tmpv[4] = sci->orig_args.arg5; in VG_()
1848 tmpv[5] = sci->orig_args.arg6; in VG_()
1849 tmpv[6] = sci->orig_args.arg7; in VG_()
1850 tmpv[7] = sci->orig_args.arg8; in VG_()
1852 &tmpv[0], sizeof(tmpv)/sizeof(tmpv[0])); in VG_()
[all …]
/external/python/cpython2/Lib/distutils/
Dsysconfig.py309 tmpv = v.replace('$$', '')
311 if "$" in tmpv:
/external/python/cpython2/Lib/
Dsysconfig.py220 tmpv = v.replace('$$', '')
222 if "$" in tmpv: