Searched refs:vbytes (Results 1 – 1 of 1) sorted by relevance
1199 void mc_STOREVn_slow ( Addr a, SizeT nBits, ULong vbytes, Bool bigendian ) in mc_STOREVn_slow() argument1228 if (LIKELY(V_BITS64_DEFINED == vbytes)) { in mc_STOREVn_slow()1231 } else if (V_BITS64_UNDEFINED == vbytes) { in mc_STOREVn_slow()1250 if (LIKELY(V_BITS32_DEFINED == (vbytes & 0xFFFFFFFF))) { in mc_STOREVn_slow()1253 } else if (V_BITS32_UNDEFINED == (vbytes & 0xFFFFFFFF)) { in mc_STOREVn_slow()1270 vbits8 = vbytes & 0xff; in mc_STOREVn_slow()1273 vbytes >>= 8; in mc_STOREVn_slow()