Searched defs:expandState (Results 1 – 1 of 1) sorted by relevance
910 type expandState struct { struct911 f *Func912 …dd values log lost statement markers, so likely settings are 1 (stmts), 2 (expansion), and 3 (both)913 regSize int64914 sp *Value915 typs *Types917 firstOp Op // for 64-bit integers on 32-bit machines, first word in memory918 secondOp Op // for 64-bit integers on 32-bit machines, second word in memory919 firstType *types.Type // first half type, for Int64920 secondType *types.Type // second half type, for Int64[all …]