Home
last modified time | relevance | path

Searched refs:tmpv (Results 1 – 2 of 2) 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.c1890 UWord tmpv[8]; in VG_() local
1891 tmpv[0] = sci->orig_args.arg1; in VG_()
1892 tmpv[1] = sci->orig_args.arg2; in VG_()
1893 tmpv[2] = sci->orig_args.arg3; in VG_()
1894 tmpv[3] = sci->orig_args.arg4; in VG_()
1895 tmpv[4] = sci->orig_args.arg5; in VG_()
1896 tmpv[5] = sci->orig_args.arg6; in VG_()
1897 tmpv[6] = sci->orig_args.arg7; in VG_()
1898 tmpv[7] = sci->orig_args.arg8; in VG_()
1900 &tmpv[0], sizeof(tmpv)/sizeof(tmpv[0])); in VG_()
[all …]