Skip to content
Snippets Groups Projects
Commit 03760270 authored by Max Filippov's avatar Max Filippov
Browse files

xtensa: don't use l32r opcode directly


xtensa assembler is capable of representing register loads with either
movi + addmi, l32r or const16, depending on the core configuration.
Don't use '.literal' and 'l32r' directly in the code, use 'movi' and let
the assembler relax them.

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent f37598be
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment