Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dregalloc.go166 type regMask uint64 type
183 func (s *regAllocState) RegMaskString(m regMask) string {
199 func countRegs(r regMask) int {
204 func pickReg(r regMask) register {
/aosp_15_r20/external/zstd/lib/common/
H A Dbitstream.h308 U32 const regMask = sizeof(bitContainer)*8 - 1; in BIT_getMiddleBits() local
347 U32 const regMask = sizeof(bitD->bitContainer)*8 - 1; in BIT_lookBitsFast() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/
Dmain.go92 type regMask uint64 type
553 func countRegs(r regMask) int {