Lines Matching defs:allocated
202 LocationOperand allocated = LocationOperand::cast(op);
204 os << "[stack:" << allocated.index();
206 os << "[fp_stack:" << allocated.index();
209 allocated.register_code() < Register::kNumRegisters
210 ? RegisterName(Register::from_code(allocated.register_code()))
211 : Register::GetSpecialRegisterName(allocated.register_code());
214 os << "[" << DoubleRegister::from_code(allocated.register_code())
217 os << "[" << FloatRegister::from_code(allocated.register_code())
221 os << "[" << Simd128Register::from_code(allocated.register_code())
224 switch (allocated.representation()) {