HomeSort by relevance Sort by last modified time
    Searched defs:argL (Results 1 - 23 of 23) 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...]
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
228 UChar* argL = (UChar*)argLV;
232 UChar cL = argL[i];
262 /* argL: the string, argR: charset */
264 UChar* argL = (UChar*)argLV;
277 if (argR[ci] == argL[si]) { m = 1; break;
    [all...]
  /external/valgrind/main/VEX/priv/
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...]
guest_arm_helpers.c 125 /* (argL, argR, unused) */
126 UInt argL = cc_dep1;
128 UInt res = argL + argR;
133 /* (argL, argR, unused) */
134 UInt argL = cc_dep1;
136 UInt res = argL - argR;
141 /* (argL, argR, oldC) */
142 UInt argL = cc_dep1;
146 UInt res = argL + argR + oldC;
151 /* (argL, argR, oldC) *
    [all...]
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
819 UChar* argL = (UChar*)argLV;
823 UChar cL = argL[i];
852 /* argL: the string, argR: charset */
854 UChar* argL = (UChar*)argLV;
867 if (argR[ci] == argL[si]) { m = 1; break; }
891 /* argL: haystack, argR: needle */
893 UChar* argL = (UChar*)argLV;
904 if (argL[i] != argR[ni]) { m = 0; break;
    [all...]
guest_amd64_helpers.c 194 Long argL, argR, res; \
195 argL = CC_DEP1; \
197 res = argL + argR; \
198 cf = (DATA_UTYPE)res < (DATA_UTYPE)argL; \
200 af = (res ^ argL ^ argR) & 0x10; \
203 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
215 Long argL, argR, res; \
216 argL = CC_DEP1; \
218 res = argL - argR;
    [all...]
host_arm64_isel.c     [all...]
host_arm_isel.c     [all...]
host_mips_isel.c     [all...]
host_x86_isel.c     [all...]
host_amd64_isel.c     [all...]
host_arm64_defs.h 634 HReg argL;
640 HReg argL;
647 HReg argL;
653 HReg argL;
659 HReg argL;
727 /* CSEL: dst = if cond then argL else argR. cond may be anything. */
730 HReg argL;
758 HReg argL;
837 HReg argL;
844 HReg argL;
    [all...]
host_ppc_isel.c     [all...]
host_arm_defs.h 632 HReg argL;
639 HReg argL;
651 HReg argL;
776 HReg argL;
783 HReg argL;
800 HReg argL;
869 HReg argL;
877 ARMNRS* argL;
885 HReg argL;
990 extern ARMInstr* ARMInstr_VCmpD ( HReg argL, HReg argR )
    [all...]
guest_x86_toIR.c     [all...]
guest_arm64_toIR.c     [all...]
guest_arm_toIR.c     [all...]
guest_amd64_toIR.c     [all...]
guest_ppc_toIR.c     [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Math.c     [all...]

Completed in 2180 milliseconds