Searched defs:src2 (Results 176 - 185 of 185) sorted by relevance

12345678

/external/valgrind/VEX/priv/
H A Dguest_s390_toIR.c7221 IRTemp src2 = newTemp(Ity_F32); local
7304 assign(src2, get_fpr_w0(4)); /* get source from FPR 4,6 */
7305 assign(dst2, binop(Iop_F32toD64, irrm, mkexpr(src2)));
7308 s390_cc_thunk_putFZ(S390_CC_OP_PFPO_32, src2, gr0);
H A Dguest_amd64_toIR.c19268 IRTemp src2 = newTemp(Ity_F32); local
19284 assign( src2,
19301 assign( src2, loadLE(Ity_F32,
19320 assign(res2, binop(Iop_RoundF32toInt, mkexpr(rm), mkexpr(src2)) );
29807 IRTemp src2 = newTemp(ty); local
29951 IRTemp src2 = newTemp(ty); local
30089 IRTemp src2 = newTemp(ty); local
30146 IRTemp src2 = newTemp(ty); local
30273 UInt src2 = getUChar(delta + 1) >> 4; local
[all...]
H A Dguest_ppc_toIR.c1669 static IRTemp gen_vpopcntd_mode32 ( IRTemp src1, IRTemp src2 )
1703 old = src2;
4439 static IRExpr * CmpGT128U ( IRExpr *src1, IRExpr *src2 )
4445 unop( Iop_V128HIto64, src2 ),
4449 unop( Iop_V128HIto64, src2 ) );
4451 unop( Iop_V128to64, src2),
17329 static IRExpr * _get_maxmin_fp_cmp(IRTemp src1, IRTemp src2, Bool isMin) argument
17335 mkexpr( src2 ) ) ) );
17342 /* else: use src2 */
17343 mkexpr( src2 ) );
[all...]
/external/python/cpython2/Mac/Modules/qt/
H A D_Qtmodule.c11300 long src2; local
11307 &src2))
11310 src2,
26621 PyDoc_STR("(long src1, long src2) -> (wide dst)")},
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 549 milliseconds

12345678