Searched refs:small_store (Results 1 – 1 of 1) sorted by relevance
59 #define small_store(arg) { \ in inlined_memset_const_c_count4() macro68 if (count == 1*4 + 3) small_store("stosl; stosw; stosb"); in inlined_memset_const_c_count4()74 if (count == 2*4 + 1) small_store("stosl; stosl; stosb"); in inlined_memset_const_c_count4()75 if (count == 2*4 + 2) small_store("stosl; stosl; stosw"); in inlined_memset_const_c_count4()76 if (count == 2*4 + 3) small_store("stosl; stosl; stosw; stosb"); in inlined_memset_const_c_count4()77 if (count == 3*4 + 0) small_store("stosl; stosl; stosl"); in inlined_memset_const_c_count4()78 if (count == 3*4 + 1) small_store("stosl; stosl; stosl; stosb"); in inlined_memset_const_c_count4()79 if (count == 3*4 + 2) small_store("stosl; stosl; stosl; stosw"); in inlined_memset_const_c_count4()80 if (count == 3*4 + 3) small_store("stosl; stosl; stosl; stosw; stosb"); in inlined_memset_const_c_count4()81 if (count == 4*4 + 0) small_store("stosl; stosl; stosl; stosl"); in inlined_memset_const_c_count4()[all …]
Completed in 2 milliseconds