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

  /external/valgrind/main/none/tests/ppc64/
std_reg_imm.c 46 unsigned long long int w64; member in struct:__anon30240
  /external/valgrind/main/VEX/priv/
host_generic_simd128.c 258 res->w64[0] = cmpEQ64(argL->w64[0], argR->w64[0]);
259 res->w64[1] = cmpEQ64(argL->w64[1], argR->w64[1]);
266 res->w64[0] = cmpGT64S(argL->w64[0], argR->w64[0]);
267 res->w64[1] = cmpGT64S(argL->w64[1], argR->w64[1])
    [all...]
host_generic_simd64.c 52 static inline UInt sel32x2_1 ( ULong w64 ) {
53 return 0xFFFFFFFF & toUInt(w64 >> 32);
55 static inline UInt sel32x2_0 ( ULong w64 ) {
56 return 0xFFFFFFFF & toUInt(w64);
70 static inline UShort sel16x4_3 ( ULong w64 ) {
71 UInt hi32 = toUInt(w64 >> 32);
74 static inline UShort sel16x4_2 ( ULong w64 ) {
75 UInt hi32 = toUInt(w64 >> 32);
78 static inline UShort sel16x4_1 ( ULong w64 ) {
79 UInt lo32 = (UInt)w64;
    [all...]
guest_x86_helpers.c 1833 ULong w64 = x86g_check_ldmxcsr( w32 ); local
    [all...]
guest_amd64_helpers.c 1820 ULong w64 = amd64g_check_ldmxcsr( (ULong)w32 ); local
    [all...]
ir_opt.c 1407 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1413 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1419 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1425 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1491 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
    [all...]
host_x86_isel.c 1957 ULong w64 = e->Iex.Const.con->Ico.U64; local
2159 ULong w64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64; local
    [all...]
host_mips_isel.c 1893 ULong w64 = e->Iex.Const.con->Ico.U64; local
    [all...]