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

  /external/valgrind/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...]
pcmpxstrx64w.c 47 V128 argL, argR;
48 expand( &argL, summL );
51 printf("rdx %016llx argL ", rdxIN);
52 show_V128(&argL);
57 ULong block[ 2/*in:argL*/ // 0 0
70 memcpy(blockC + 0, &argL, 16);
99 memcpy(blockC + 0, &argL, 16);
128 memcpy(blockC + 0, &argL, 16);
157 memcpy(blockC + 0, &argL, 16);
186 memcpy(blockC + 0, &argL, 16)
    [all...]
aes.c 72 V128 argL, argR;
76 expand(&argL, s_argL);
86 : "m"/*in*/(argL), "m"/*in*/(argR)
104 V128 argL, argR;
108 expand(&argL, s_argL);
118 : "m"/*in*/(argL), "m"/*in*/(argR)
136 V128 argL, argR;
140 expand(&argL, s_argL);
150 : "m"/*in*/(argL), "m"/*in*/(argR)
168 V128 argL, argR
    [all...]
pcmpstr64w.c 98 V128 argL, argR;
99 expand(&argL, summL);
101 UInt h_res = h_fn(&argL, &argR);
102 UInt s_res = s_fn(&argL, &argR);
165 | ((zmaskL == 0) ? 0 : MASK_Z) // Z == 1 iff any in argL is 0
232 UShort* argL = (UShort*)argLV;
236 UShort cL = argL[i];
265 /* argL: the string, argR: charset */
267 UShort* argL = (UShort*)argLV;
280 if (argR[ci] == argL[si]) { m = 1; break;
    [all...]
pcmpstr64.c 96 V128 argL, argR;
97 expand(&argL, summL);
99 UInt h_res = h_fn(&argL, &argR);
100 UInt s_res = s_fn(&argL, &argR);
160 | ((zmaskL == 0) ? 0 : MASK_Z) // Z == 1 iff any in argL is 0
234 UChar* argL = (UChar*)argLV;
238 UChar cL = argL[i];
268 /* argL: the string, argR: charset */
270 UChar* argL = (UChar*)argLV;
283 if (argR[ci] == argL[si]) { m = 1; break;
    [all...]
  /external/valgrind/VEX/priv/
guest_generic_x87.c 683 | ((zmaskL == 0) ? 0 : MASK_Z) // Z == 1 iff any in argL is 0
751 | ((zmaskL == 0) ? 0 : MASK_Z) // Z == 1 iff any in argL is 0
825 UChar* argL = (UChar*)argLV;
829 UChar cL = argL[i];
858 /* argL: the string, argR: charset */
860 UChar* argL = (UChar*)argLV;
873 if (argR[ci] == argL[si]) { m = 1; break; }
897 /* argL: haystack, argR: needle */
899 UChar* argL = (UChar*)argLV;
910 if (argL[i] != argR[ni]) { m = 0; break;
    [all...]
guest_arm_helpers.c 126 /* (argL, argR, unused) */
127 UInt argL = cc_dep1;
129 UInt res = argL + argR;
134 /* (argL, argR, unused) */
135 UInt argL = cc_dep1;
137 UInt res = argL - argR;
142 /* (argL, argR, oldC) */
143 UInt argL = cc_dep1;
147 UInt res = argL + argR + oldC;
152 /* (argL, argR, oldC) *
    [all...]
guest_arm64_helpers.c 125 /* (argL, argR, unused) */
126 UInt argL = (UInt)cc_dep1;
128 UInt res = argL + argR;
133 /* (argL, argR, unused) */
134 ULong argL = cc_dep1;
136 ULong res = argL + argR;
141 /* (argL, argR, unused) */
142 UInt argL = (UInt)cc_dep1;
144 UInt res = argL - argR;
149 /* (argL, argR, unused) *
    [all...]
host_arm64_isel.c     [all...]
host_arm_isel.c     [all...]
host_mips_isel.c     [all...]
host_x86_isel.c     [all...]
guest_amd64_helpers.c 196 ULong argL, argR, res; \
197 argL = CC_DEP1; \
199 res = argL + argR; \
200 cf = (DATA_UTYPE)res < (DATA_UTYPE)argL; \
202 af = (res ^ argL ^ argR) & 0x10; \
205 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
217 ULong argL, argR, res; \
218 argL = CC_DEP1; \
220 res = argL - argR;
    [all...]
host_amd64_isel.c     [all...]
host_arm_defs.h 638 HReg argL;
645 HReg argL;
657 HReg argL;
782 HReg argL;
789 HReg argL;
806 HReg argL;
898 HReg argL;
906 ARMNRS* argL;
914 HReg argL;
1019 extern ARMInstr* ARMInstr_VCmpD ( HReg argL, HReg argR )
    [all...]
host_ppc_isel.c     [all...]
guest_x86_toIR.c     [all...]
host_arm64_defs.h 536 HReg argL;
542 HReg argL;
549 HReg argL;
555 HReg argL;
561 HReg argL;
629 /* CSEL: dst = if cond then argL else argR. cond may be anything. */
632 HReg argL;
660 HReg argL;
783 HReg argL;
790 HReg argL;
    [all...]
guest_arm_toIR.c     [all...]
guest_amd64_toIR.c     [all...]
guest_arm64_toIR.c     [all...]
guest_ppc_toIR.c     [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Math.c     [all...]

Completed in 359 milliseconds