Searched refs:vbytes (Results 1 – 1 of 1) sorted by relevance
1262 void mc_STOREVn_slow ( Addr a, SizeT nBits, ULong vbytes, Bool bigendian ) in mc_STOREVn_slow() argument1291 if (LIKELY(V_BITS64_DEFINED == vbytes)) { in mc_STOREVn_slow()1294 } else if (V_BITS64_UNDEFINED == vbytes) { in mc_STOREVn_slow()1313 if (LIKELY(V_BITS32_DEFINED == (vbytes & 0xFFFFFFFF))) { in mc_STOREVn_slow()1316 } else if (V_BITS32_UNDEFINED == (vbytes & 0xFFFFFFFF)) { in mc_STOREVn_slow()1333 vbits8 = vbytes & 0xff; in mc_STOREVn_slow()1336 vbytes >>= 8; in mc_STOREVn_slow()