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

  /external/valgrind/main/none/tests/amd64/
bug137714-amd64.c 17 void maskmovq_mmx ( UChar* regL, UChar* regR )
31 : /*in*/ "r"(regL), "r"(regR), "r"(&dst[0])
39 void maskmovdqu_sse ( UChar* regL, UChar* regR )
53 : /*in*/ "r"(regL), "r"(regR), "r"(dst)
67 UChar* regL = malloc(8);
69 assert(regL);
73 regL[j] = (UChar)randomUInt();
74 printf("%02x", regL[j]);
82 maskmovq_mmx( regR, regL );
89 UChar* regL = malloc(16)
    [all...]
  /external/valgrind/main/none/tests/x86/
bug137714-x86.c 17 void maskmovq_mmx ( UChar* regL, UChar* regR )
31 : /*in*/ "r"(regL), "r"(regR), "r"(&dst[0])
39 void maskmovdqu_sse ( UChar* regL, UChar* regR )
53 : /*in*/ "r"(regL), "r"(regR), "r"(dst)
67 UChar* regL = malloc(8);
69 assert(regL);
73 regL[j] = (UChar)randomUInt();
74 printf("%02x", regL[j]);
82 maskmovq_mmx( regR, regL );
89 UChar* regL = malloc(16)
    [all...]
  /external/valgrind/main/VEX/priv/
host_amd64_isel.c 922 /* regL = the value to be shifted */
923 HReg regL = iselIntExpr_R(env, e->Iex.Binop.arg1);
924 addInstr(env, mk_iMOVsd_RR(regL,dst));
    [all...]
host_x86_isel.c 892 /* regL = the value to be shifted */
893 HReg regL = iselIntExpr_R(env, e->Iex.Binop.arg1);
894 addInstr(env, mk_iMOVsd_RR(regL,dst));
    [all...]
host_arm_isel.c     [all...]

Completed in 71 milliseconds