Home
last modified time | relevance | path

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

/external/valgrind/main/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.c2303 UInt wHi = toUInt(w64 >> 32); in iselInt64Expr_wrk() local
Dhost_ppc_isel.c3097 UInt wHi = ((UInt)(w64 >> 32)) & 0xFFFFFFFF; in iselInt64Expr_wrk() local
Dhost_arm_isel.c1923 UInt wHi = toUInt(w64 >> 32); in iselInt64Expr_wrk() local
/external/valgrind/main/none/tests/amd64/
Dsse4-64.c70 static void do64HLtoV128 ( /*OUT*/V128* res, ULong wHi, ULong wLo ) in do64HLtoV128()