Home | History | Annotate | Download | only in out

Lines Matching refs:putLongToArray

172 static inline void putLongToArray(u4* ptr, int idx, s8 val)
242 (void)putLongToArray(fp, (_idx), (_val)) : assert(!"bad reg") )
263 # define SET_REGISTER_WIDE(_idx, _val) putLongToArray(fp, (_idx), (_val))