MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / log2_bytes

Method log2_bytes

src/reginfo.rs:253–255  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

251 #[inline]
252 #[must_use]
253 pub const fn log2_bytes(self) -> u32 {
254 self.0 as u32
255 }
256}
257
258/// Trait which describes the physical registers and register classes that may

Callers 3

bytesMethod · 0.80
acquireMethod · 0.80
releaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected