Home
last modified time | relevance | path

Searched defs:expandState (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dexpand_calls.go910 type expandState struct { struct
911 f *Func
912 …dd values log lost statement markers, so likely settings are 1 (stmts), 2 (expansion), and 3 (both)
913 regSize int64
914 sp *Value
915 typs *Types
917 firstOp Op // for 64-bit integers on 32-bit machines, first word in memory
918 secondOp Op // for 64-bit integers on 32-bit machines, second word in memory
919 firstType *types.Type // first half type, for Int64
920 secondType *types.Type // second half type, for Int64
[all …]