Searched refs:is_non_allocatable (Results 1 – 1 of 1) sorted by relevance
112 if !self.is_non_allocatable(reg.class(), index) { in free()124 || self.is_non_allocatable(reg.class(), reg.hw_enc().try_into().unwrap()) in named_reg_available()133 if !self.is_non_allocatable(class, index) { in allocate()138 fn is_non_allocatable(&self, class: RegClass, index: u64) -> bool { in is_non_allocatable() method