Home | History | Annotate | Download | only in arm64

Lines Matching refs:encode

442   // Encode the immediate in a single move instruction, if possible.
3295 StackHandler::IndexField::encode(handler_index) |
3296 StackHandler::KindField::encode(kind);
5024 // argument so we can properly encode it for the simulator call.
5075 // directly in the instruction stream. It might be cleaner to encode it in a
5350 // Encode the register (x0-x30) in the lowest 5 bits, then the offset to
5355 __ InlineData(RegisterBits::encode(reg.code()) | DeltaBits::encode(delta));