Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_isel.c2098 UInt wLo = toUInt(w64); in iselInt64Expr_wrk() local
2257 UInt wLo = toUInt(w64); in iselInt64Expr_wrk() local
Dhost_mips_isel.c2307 UInt wLo = toUInt(w64); in iselInt64Expr_wrk() local
Dhost_ppc_isel.c3305 UInt wLo = ((UInt)w64) & 0xFFFFFFFF; in iselInt64Expr_wrk() local
Dhost_arm_isel.c2080 UInt wLo = toUInt(w64); in iselInt64Expr_wrk() local
/external/valgrind/none/tests/amd64/
Dsse4-64.c45 static void do64HLtoV128 ( /*OUT*/V128* res, ULong wHi, ULong wLo ) in do64HLtoV128()