/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 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/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...] |
host_tilegx_isel.c | 728 tmp = argL - argR; 730 dst = (tmp) ? (argL) ? (argR) 732 HReg argL = iselWordExpr_R(env, e->Iex.Binop.arg1); 737 // temp = argL - argR 738 addInstr(env, TILEGXInstr_Alu(GXalu_SUB, tmp, argL, argR)); 741 // (tmp == 0) ? (argL) : (argR) 742 addInstr(env, TILEGXInstr_MovCond(dst, argL, argR, tmp, TILEGXcc_EZ)); [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_ppc_isel.c | [all...] |
host_arm_defs.h | 635 HReg argL; 642 HReg argL; 654 HReg argL; 779 HReg argL; 786 HReg argL; 803 HReg argL; 872 HReg argL; 880 ARMNRS* argL; 888 HReg argL; 993 extern ARMInstr* ARMInstr_VCmpD ( HReg argL, HReg argR ) [all...] |
guest_x86_toIR.c | [all...] |
host_arm64_defs.h | 534 HReg argL; 540 HReg argL; 547 HReg argL; 553 HReg argL; 559 HReg argL; 627 /* CSEL: dst = if cond then argL else argR. cond may be anything. */ 630 HReg argL; 658 HReg argL; 752 HReg argL; 759 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...] |