Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
Drotate.go30 type RotateParams struct { struct
31 Start uint8 // big-endian start bit index [0..63]
32 End uint8 // big-endian end bit index [0..63]
33 Amount uint8 // amount to rotate left
61 func (r RotateParams) RotateLeft(amount uint8) RotateParams {
68 func (r RotateParams) OutMask() uint64 {
76 func (r RotateParams) InMask() uint64 {
84 func (r RotateParams) OutMerge(mask uint64) *RotateParams {
113 func (r RotateParams) InMerge(mask uint64) *RotateParams {
117 func (RotateParams) CanBeAnSSAAux() {}
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Drewrite.go787 func s390xRotateParamsToAux(r s390x.RotateParams) Aux {