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

  /external/valgrind/main/none/tests/amd64/
pcmpxstrx64.c 46 V128 argL, argR;
47 expand( &argL, summL );
50 printf("rdx %016llx argL ", rdxIN);
51 show_V128(&argL);
56 ULong block[ 2/*in:argL*/ // 0 0
69 memcpy(blockC + 0, &argL, 16);
98 memcpy(blockC + 0, &argL, 16);
127 memcpy(blockC + 0, &argL, 16);
156 memcpy(blockC + 0, &argL, 16);
185 memcpy(blockC + 0, &argL, 16)
    [all...]
pcmpstr64.c 95 V128 argL, argR;
96 expand(&argL, summL);
98 UInt h_res = h_fn(&argL, &argR);
99 UInt s_res = s_fn(&argL, &argR);
159 | ((zmaskL == 0) ? 0 : MASK_Z) // Z == 1 iff any in argL is 0
226 UChar* argL = (UChar*)argLV;
230 UChar cL = argL[i];
260 /* argL: the string, argR: charset */
262 UChar* argL = (UChar*)argLV;
275 if (argR[ci] == argL[si]) { m = 1; break;
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_helpers.c 124 /* (argL, argR, unused) */
125 UInt argL = cc_dep1;
127 UInt res = argL + argR;
132 /* (argL, argR, unused) */
133 UInt argL = cc_dep1;
135 UInt res = argL - argR;
140 /* (argL, argR, oldC) */
141 UInt argL = cc_dep1;
145 UInt res = argL + argR + oldC;
150 /* (argL, argR, oldC) *
    [all...]
guest_generic_x87.c 671 | ((zmaskL == 0) ? 0 : MASK_Z) // Z == 1 iff any in argL is 0
738 UChar* argL = (UChar*)argLV;
742 UChar cL = argL[i];
771 /* argL: the string, argR: charset */
773 UChar* argL = (UChar*)argLV;
786 if (argR[ci] == argL[si]) { m = 1; break; }
810 /* argL: haystack, argR: needle */
812 UChar* argL = (UChar*)argLV;
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; \
194 argL = CC_DEP1; \
196 res = argL + argR; \
197 cf = (DATA_UTYPE)res < (DATA_UTYPE)argL; \
199 af = (res ^ argL ^ argR) & 0x10; \
202 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
214 Long argL, argR, res; \
215 argL = CC_DEP1; \
217 res = argL - argR;
    [all...]
host_amd64_isel.c     [all...]
host_arm_isel.c     [all...]
host_x86_isel.c     [all...]
host_arm_defs.h 623 HReg argL;
630 HReg argL;
642 HReg argL;
745 HReg argL;
752 HReg argL;
769 HReg argL;
838 HReg argL;
846 ARMNRS* argL;
854 HReg argL;
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...]
  /external/neven/Embedded/common/src/b_BasicEm/
Math.c     [all...]

Completed in 349 milliseconds