HomeSort by relevance Sort by last modified time
    Searched defs:argR (Results 1 - 19 of 19) sorted by null

  /external/valgrind/main/none/tests/amd64/
pcmpxstrx64.c 46 V128 argL, argR;
48 expand( &argR, summR );
52 printf(" rax %016llx argR ", raxIN);
53 show_V128(&argR);
57 + 2/*in:argR*/ // 2 16
70 memcpy(blockC + 16, &argR, 16);
99 memcpy(blockC + 16, &argR, 16);
128 memcpy(blockC + 16, &argR, 16);
157 memcpy(blockC + 16, &argR, 16);
186 memcpy(blockC + 16, &argR, 16)
    [all...]
pcmpxstrx64w.c 47 V128 argL, argR;
49 expand( &argR, summR );
53 printf(" rax %016llx argR ", raxIN);
54 show_V128(&argR);
58 + 2/*in:argR*/ // 2 16
71 memcpy(blockC + 16, &argR, 16);
100 memcpy(blockC + 16, &argR, 16);
129 memcpy(blockC + 16, &argR, 16);
158 memcpy(blockC + 16, &argR, 16);
187 memcpy(blockC + 16, &argR, 16)
    [all...]
aes.c 72 V128 argL, argR;
77 expand(&argR, s_argR);
86 : "m"/*in*/(argL), "m"/*in*/(argR)
104 V128 argL, argR;
109 expand(&argR, s_argR);
118 : "m"/*in*/(argL), "m"/*in*/(argR)
136 V128 argL, argR;
141 expand(&argR, s_argR);
150 : "m"/*in*/(argL), "m"/*in*/(argR)
168 V128 argL, argR;
    [all...]
pcmpstr64.c 95 V128 argL, argR;
97 expand(&argR, summR);
98 UInt h_res = h_fn(&argL, &argR);
99 UInt s_res = s_fn(&argL, &argR);
160 | ((zmaskR == 0) ? 0 : MASK_S) // S == 1 iff any in argR is 0
227 UChar* argR = (UChar*)argRV;
231 UChar cR = argR[i];
260 /* argL: the string, argR: charset */
263 UChar* argR = (UChar*)argRV;
275 if (argR[ci] == argL[si]) { m = 1; break;
    [all...]
pcmpstr64w.c 98 V128 argL, argR;
100 expand(&argR, summR);
101 UInt h_res = h_fn(&argL, &argR);
102 UInt s_res = s_fn(&argL, &argR);
166 | ((zmaskR == 0) ? 0 : MASK_S) // S == 1 iff any in argR is 0
232 UShort* argR = (UShort*)argRV;
236 UShort cR = argR[i];
264 /* argL: the string, argR: charset */
267 UShort* argR = (UShort*)argRV;
279 if (argR[ci] == argL[si]) { m = 1; break;
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_helpers.c 124 /* (argL, argR, unused) */
126 UInt argR = cc_dep2;
127 UInt res = argL + argR;
132 /* (argL, argR, unused) */
134 UInt argR = cc_dep2;
135 UInt res = argL - argR;
140 /* (argL, argR, oldC) */
142 UInt argR = cc_dep2;
145 UInt res = argL + argR + oldC;
150 /* (argL, argR, oldC) *
    [all...]
guest_generic_x87.c 684 | ((zmaskR == 0) ? 0 : MASK_S) // S == 1 iff any in argR is 0
752 | ((zmaskR == 0) ? 0 : MASK_S) // S == 1 iff any in argR is 0
820 UChar* argR = (UChar*)argRV;
824 UChar cR = argR[i];
852 /* argL: the string, argR: charset */
855 UChar* argR = (UChar*)argRV;
867 if (argR[ci] == argL[si]) { m = 1; break; }
891 /* argL: haystack, argR: needle */
894 UChar* argR = (UChar*)argRV;
904 if (argL[i] != argR[ni]) { m = 0; break;
    [all...]
guest_amd64_helpers.c 193 Long argL, argR, res; \
195 argR = CC_DEP2; \
196 res = argL + argR; \
199 af = (res ^ argL ^ argR) & 0x10; \
202 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
214 Long argL, argR, res; \
216 argR = CC_DEP2; \
217 res = argL - argR; \
218 cf = (DATA_UTYPE)argL < (DATA_UTYPE)argR; \
220 af = (res ^ argL ^ argR) & 0x10;
    [all...]
host_amd64_isel.c     [all...]
host_arm_isel.c     [all...]
host_mips_isel.c 847 tmp = argR - argL;
850 dst = argR;
854 MIPSRH *argR = iselWordExpr_RH(env, False /*signed */ ,
858 addInstr(env, MIPSInstr_Alu(Malu_SUB, tmp, argL, argR));
859 addInstr(env, MIPSInstr_MovCond(dst, argL, argR, tmp, MIPScc_MI));
    [all...]
host_x86_isel.c     [all...]
host_arm_defs.c     [all...]
host_ppc_isel.c     [all...]
host_arm_defs.h 631 ARMRI84* argR;
638 ARMRI5* argR;
650 ARMRI84* argR;
741 HReg argR;
777 HReg argR;
784 HReg argR;
801 HReg argR;
870 HReg argR;
878 ARMNRS* argR;
886 HReg argR;
    [all...]
guest_x86_toIR.c     [all...]
guest_arm_toIR.c     [all...]
guest_amd64_toIR.c     [all...]
guest_ppc_toIR.c     [all...]

Completed in 1000 milliseconds