Home
last modified time | relevance | path

Searched defs:wHi (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_x86_isel.c2095 UInt wHi = toUInt(w64 >> 32); in iselInt64Expr_wrk() local
2254 UInt wHi = toUInt(w64 >> 32); in iselInt64Expr_wrk() local
Dhost_mips_isel.c2312 UInt wHi = toUInt(w64 >> 32); in iselInt64Expr_wrk() local
Dhost_ppc_isel.c3197 UInt wHi = ((UInt)(w64 >> 32)) & 0xFFFFFFFF; in iselInt64Expr_wrk() local
Dhost_arm_isel.c1934 UInt wHi = toUInt(w64 >> 32); in iselInt64Expr_wrk() local
/external/valgrind/none/tests/amd64/
Dsse4-64.c45 static void do64HLtoV128 ( /*OUT*/V128* res, ULong wHi, ULong wLo ) in do64HLtoV128()