HomeSort by relevance Sort by last modified time
    Searched defs:argL (Results 1 - 19 of 19) 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...]
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...]
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
231 UShort* argL = (UShort*)argLV;
235 UShort cL = argL[i];
264 /* argL: the string, argR: charset */
266 UShort* argL = (UShort*)argLV;
279 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 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 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_mips_isel.c 847 tmp = argR - argL;
848 dst = argL;
853 HReg argL = iselWordExpr_R(env, e->Iex.Binop.arg1);
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_ppc_isel.c     [all...]
host_arm_defs.h 630 HReg argL;
637 HReg argL;
649 HReg argL;
740 HReg argL;
776 HReg argL;
783 HReg argL;
800 HReg argL;
869 HReg argL;
877 ARMNRS* argL;
885 HReg argL;
    [all...]
guest_x86_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 899 milliseconds