HomeSort by relevance Sort by last modified time
    Searched refs:t64 (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/none/tests/s390x/
lpr.c 55 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_MAX)
    [all...]
  /external/valgrind/tsan/
tsan_pin.sh 69 -t64 $TS_ROOT/bin/amd64-$OS${TS_VARIANT}-ts_pin$MT.$DLL \
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 783 static IRExpr* mkQNarrow64Sto32 ( IRExpr* t64 )
788 vassert(typeOfIRExpr(irsb->tyenv, t64) == Ity_I64);
790 assign( hi32, unop(Iop_64HIto32, t64));
791 assign( lo32, unop(Iop_64to32, t64));
806 static IRExpr* mkQNarrow64Uto32 ( IRExpr* t64 )
811 vassert(typeOfIRExpr(irsb->tyenv, t64) == Ity_I64);
813 assign( hi32, unop(Iop_64HIto32, t64));
814 assign( lo32, unop(Iop_64to32, t64));
817 /* if (top 32 bits of t64 are 0) */
1812 IRTemp t64; local
    [all...]
guest_amd64_toIR.c 5130 IRTemp t64 = newTemp(Ity_I64); local
9724 IRTemp t64 = newTemp(Ity_I64); local
    [all...]
guest_x86_toIR.c 3979 IRTemp t64 = newTemp(Ity_I64); local
8507 IRTemp t64 = newTemp(Ity_I64); local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 33342 sqlite3_int64 t64; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 33353 sqlite3_int64 t64; local
    [all...]

Completed in 244 milliseconds