Searched defs:t64 (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/main/none/tests/s390x/
H A Dlpr.c55 void t64(unsigned long value) function
84 t64(0); t64(1); t64(-1);
85 t64(INT_MAX); t64(INT_MIN); t64(UINT_MAX);
86 t64(LONG_MAX); t64(LONG_MIN); t64(ULONG_MA
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_win.c315 sqlite3_int64 t64; local
316 t64 = *t;
317 t64 = (t64 + 11644473600)*10000000;
318 uTm.dwLowDateTime = (DWORD)(t64 & 0xFFFFFFFF);
319 uTm.dwHighDateTime= (DWORD)(t64 >> 32);
/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c1657 IRTemp t64 = newTemp(Ity_I64); local
1658 assign(t64, binop(Iop_Or64, mkexpr(t32),
1660 return t64;
1666 IRTemp t64 = newTemp(Ity_I64); local
1667 assign(t64, binop(Iop_Or64, mkexpr(t32),
1669 return t64;
1672 IRTemp t64 = newTemp(Ity_I64); local
1673 assign(t64, binop(Iop_Or64, mkexpr(src),
1675 return t64;
H A Dguest_x86_toIR.c4091 IRTemp t64 = newTemp(Ity_I64); local
4094 assign( t64, mkIRExprCCall(
4105 put_fpround( unop(Iop_64to32, mkexpr(t64)) );
4106 assign( ew, unop(Iop_64HIto32, mkexpr(t64) ) );
7579 static void breakup64to16s ( IRTemp t64, argument
7586 assign( hi32, unop(Iop_64HIto32, mkexpr(t64)) );
7587 assign( lo32, unop(Iop_64to32, mkexpr(t64)) );
8738 IRTemp t64 = newTemp(Ity_I64); local
8757 assign( t64, mkIRExprCCall(
8765 put_sse_roundingmode( unop(Iop_64to32, mkexpr(t64)) );
[all...]
H A Dguest_amd64_toIR.c5592 IRTemp t64 = newTemp(Ity_I64); local
5595 assign( t64, mkIRExprCCall(
5606 put_fpround( unop(Iop_64to32, mkexpr(t64)) );
5607 assign( ew, unop(Iop_64HIto32, mkexpr(t64) ) );
9382 static void breakup64to16s ( IRTemp t64, argument
9389 assign( hi32, unop(Iop_64HIto32, mkexpr(t64)) );
9390 assign( lo32, unop(Iop_64to32, mkexpr(t64)) );
11442 IRTemp t64 = newTemp(Ity_I64); local
11457 assign( t64, mkIRExprCCall(
11469 put_sse_roundingmode( unop(Iop_64to32, mkexpr(t64)) );
27826 IRTemp t64 = newTemp(Ity_I64); local
27843 IRTemp t64 = newTemp(Ity_I64); local
27860 IRTemp t64 = newTemp(Ity_I64); local
27877 IRTemp t64 = newTemp(Ity_I64); local
27897 IRTemp t64 = newTemp(Ity_I64); local
27912 IRTemp t64 = newTemp(Ity_I64); local
28542 IRTemp t64 = newTemp(Ity_I64); local
28565 IRTemp t64 = newTemp(Ity_I64); local
28580 IRTemp t64 = newTemp(Ity_I64); local
28601 IRTemp t64 = newTemp(Ity_I64); local
28658 IRTemp t64 = newTemp(Ity_I64); local
28684 IRTemp t64 = newTemp(Ity_I64); local
28712 IRTemp t64 = newTemp(Ity_I64); local
28736 IRTemp t64 = newTemp(Ity_I64); local
[all...]
H A Dguest_ppc_toIR.c812 static IRExpr* mkQNarrow64Sto32 ( IRExpr* t64 )
817 vassert(typeOfIRExpr(irsb->tyenv, t64) == Ity_I64);
819 assign( hi32, unop(Iop_64HIto32, t64));
820 assign( lo32, unop(Iop_64to32, t64));
834 static IRExpr* mkQNarrow64Uto32 ( IRExpr* t64 )
839 vassert(typeOfIRExpr(irsb->tyenv, t64) == Ity_I64);
841 assign( hi32, unop(Iop_64HIto32, t64));
842 assign( lo32, unop(Iop_64to32, t64));
845 /* if (top 32 bits of t64 are 0) */
1978 IRTemp t64; local
[all...]
/external/pixman/demos/
H A Dquad2quad.c26 t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61, t62, t63, t64, t65, t66, local
194 t64 = px2 * x3;
196 t66 = t65 + t64 + t63;
242 t102 = x2 * (t98 + t64);
501 t297 = t296 + t64;
646 t408 = t65 + t64;
1065 t681 = t203 + t298 + (t64 + t680) * y2;
1102 t708 = t224 + t204 + (t296 + t64 + t424) * y2;
1368 t899 = py1 * (t596 + t204 + t203 + (t65 + t64 + t97) * y2);
1559 t1035 = (t64
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c31434 sqlite3_int64 t64; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c33933 sqlite3_int64 t64; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c33953 sqlite3_int64 t64; local
[all...]

Completed in 750 milliseconds