Searched refs:vbytes (Results 1 – 1 of 1) sorted by relevance
1243 void mc_STOREVn_slow ( Addr a, SizeT nBits, ULong vbytes, Bool bigendian ) in mc_STOREVn_slow() argument1272 if (LIKELY(V_BITS64_DEFINED == vbytes)) { in mc_STOREVn_slow()1275 } else if (V_BITS64_UNDEFINED == vbytes) { in mc_STOREVn_slow()1294 if (LIKELY(V_BITS32_DEFINED == (vbytes & 0xFFFFFFFF))) { in mc_STOREVn_slow()1297 } else if (V_BITS32_UNDEFINED == (vbytes & 0xFFFFFFFF)) { in mc_STOREVn_slow()1314 vbits8 = vbytes & 0xff; in mc_STOREVn_slow()1317 vbytes >>= 8; in mc_STOREVn_slow()