HomeSort by relevance Sort by last modified time
    Searched defs:argR (Results 1 - 15 of 15) 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...]
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...]
  /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 672 | ((zmaskR == 0) ? 0 : MASK_S) // S == 1 iff any in argR is 0
739 UChar* argR = (UChar*)argRV;
743 UChar cR = argR[i];
771 /* argL: the string, argR: charset */
774 UChar* argR = (UChar*)argRV;
786 if (argR[ci] == argL[si]) { m = 1; break; }
810 /* argL: haystack, argR: needle */
813 UChar* argR = (UChar*)argRV;
826 if (argL[i] != argR[ni]) { m = 0; break; }
850 /* argL: string, argR: range-pairs *
    [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_x86_isel.c     [all...]
host_arm_defs.c     [all...]
host_arm_defs.h 624 ARMRI84* argR;
631 ARMRI5* argR;
643 ARMRI84* argR;
746 HReg argR;
753 HReg argR;
770 HReg argR;
839 HReg argR;
847 ARMNRS* argR;
855 HReg argR;
936 extern ARMInstr* ARMInstr_VCmpD ( HReg argL, HReg argR );
    [all...]
host_ppc_isel.c     [all...]
guest_x86_toIR.c     [all...]
guest_amd64_toIR.c     [all...]
guest_arm_toIR.c     [all...]
guest_ppc_toIR.c     [all...]

Completed in 99 milliseconds