Home
last modified time | relevance | path

Searched hist:d97d0b715400c2d342031def2c83a3c2c419f32a (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/arch/arm/include/
H A Darm32_macros.Sd97d0b715400c2d342031def2c83a3c2c419f32a Thu Sep 14 10:48:08 UTC 2017 Jens Wiklander <jens.wiklander@linaro.org> core: arm32: fix assembly macro mov_imm

The assembly macro mov_imm incorrectly uses the "mov" instruction to
load 16 bits of immediate data. This patch fixes the macro to use the
"movw" instruction instead.

Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>