Home
last modified time | relevance | path

Searched hist:"037602705109 ec2ab96340bea93ad87daa3ac046" (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/xtensa/boot/boot-elf/
H A Dbootstrap.Sdiff 037602705109ec2ab96340bea93ad87daa3ac046 Wed Dec 05 14:48:19 CST 2018 Max Filippov <jcmvbkbc@gmail.com> 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: Max Filippov <jcmvbkbc@gmail.com>
/openbmc/linux/arch/xtensa/include/asm/
H A Dfutex.hdiff 037602705109ec2ab96340bea93ad87daa3ac046 Wed Dec 05 14:48:19 CST 2018 Max Filippov <jcmvbkbc@gmail.com> 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: Max Filippov <jcmvbkbc@gmail.com>
H A Duaccess.hdiff 037602705109ec2ab96340bea93ad87daa3ac046 Wed Dec 05 14:48:19 CST 2018 Max Filippov <jcmvbkbc@gmail.com> 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: Max Filippov <jcmvbkbc@gmail.com>
/openbmc/linux/arch/xtensa/kernel/
H A Dhead.Sdiff 037602705109ec2ab96340bea93ad87daa3ac046 Wed Dec 05 14:48:19 CST 2018 Max Filippov <jcmvbkbc@gmail.com> 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: Max Filippov <jcmvbkbc@gmail.com>