Searched refs:regL (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/none/tests/amd64/
H A Dbug137714-amd64.c17 void maskmovq_mmx ( UChar* regL, UChar* regR ) argument
31 : /*in*/ "r"(regL), "r"(regR), "r"(&dst[0])
39 void maskmovdqu_sse ( UChar* regL, UChar* regR ) argument
53 : /*in*/ "r"(regL), "r"(regR), "r"(dst)
67 UChar* regL = malloc(8); local
69 assert(regL);
73 regL[j] = (UChar)randomUInt();
74 printf("%02x", regL[j]);
82 maskmovq_mmx( regR, regL );
89 UChar* regL local
[all...]
/external/valgrind/main/none/tests/x86/
H A Dbug137714-x86.c17 void maskmovq_mmx ( UChar* regL, UChar* regR ) argument
31 : /*in*/ "r"(regL), "r"(regR), "r"(&dst[0])
39 void maskmovdqu_sse ( UChar* regL, UChar* regR ) argument
53 : /*in*/ "r"(regL), "r"(regR), "r"(dst)
67 UChar* regL = malloc(8); local
69 assert(regL);
73 regL[j] = (UChar)randomUInt();
74 printf("%02x", regL[j]);
82 maskmovq_mmx( regR, regL );
89 UChar* regL local
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_amd64_isel.c922 /* regL = the value to be shifted */
923 HReg regL = iselIntExpr_R(env, e->Iex.Binop.arg1); local
924 addInstr(env, mk_iMOVsd_RR(regL,dst));
H A Dhost_x86_isel.c892 /* regL = the value to be shifted */
893 HReg regL = iselIntExpr_R(env, e->Iex.Binop.arg1); local
894 addInstr(env, mk_iMOVsd_RR(regL,dst));
H A Dhost_arm_isel.c1389 HReg regL = iselIntExpr_R(env, e->Iex.Binop.arg1); local
1392 addInstr(env, mk_iMOVds_RR(hregARM_R0(), regL));

Completed in 525 milliseconds