Source file src/runtime/preempt_amd64.go

     1  // Code generated by mkpreempt.go; DO NOT EDIT.
     2  
     3  package runtime
     4  
     5  type xRegs struct {
     6  	Z0  [64]byte
     7  	Z1  [64]byte
     8  	Z2  [64]byte
     9  	Z3  [64]byte
    10  	Z4  [64]byte
    11  	Z5  [64]byte
    12  	Z6  [64]byte
    13  	Z7  [64]byte
    14  	Z8  [64]byte
    15  	Z9  [64]byte
    16  	Z10 [64]byte
    17  	Z11 [64]byte
    18  	Z12 [64]byte
    19  	Z13 [64]byte
    20  	Z14 [64]byte
    21  	Z15 [64]byte
    22  	Z16 [64]byte
    23  	Z17 [64]byte
    24  	Z18 [64]byte
    25  	Z19 [64]byte
    26  	Z20 [64]byte
    27  	Z21 [64]byte
    28  	Z22 [64]byte
    29  	Z23 [64]byte
    30  	Z24 [64]byte
    31  	Z25 [64]byte
    32  	Z26 [64]byte
    33  	Z27 [64]byte
    34  	Z28 [64]byte
    35  	Z29 [64]byte
    36  	Z30 [64]byte
    37  	Z31 [64]byte
    38  	K0  uint64
    39  	K1  uint64
    40  	K2  uint64
    41  	K3  uint64
    42  	K4  uint64
    43  	K5  uint64
    44  	K6  uint64
    45  	K7  uint64
    46  }
    47  

View as plain text