summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru2010-11-23 13:02:51 -0600
committerAndroid Git Automerger2010-11-23 13:02:51 -0600
commit720fdebb4ca2306133099126eb1f10b0b79ccce1 (patch)
treee6182215df37b7ed9e8e3413210c37fb568d570e /libpixelflinger
parentb7171987382b768466a472c4c5f84cc496c95aea (diff)
parent4906db21e041327042b87122b233e1f150618334 (diff)
downloadplatform-system-core-720fdebb4ca2306133099126eb1f10b0b79ccce1.tar.gz
platform-system-core-720fdebb4ca2306133099126eb1f10b0b79ccce1.tar.xz
platform-system-core-720fdebb4ca2306133099126eb1f10b0b79ccce1.zip
am 4906db21: Merge "codeflinger: Correct misleading comment of STM instruction"
* commit '4906db21e041327042b87122b233e1f150618334': codeflinger: Correct misleading comment of STM instruction
Diffstat (limited to 'libpixelflinger')
-rw-r--r--libpixelflinger/codeflinger/ARMAssembler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpixelflinger/codeflinger/ARMAssembler.cpp b/libpixelflinger/codeflinger/ARMAssembler.cpp
index fa9f1ade8..4726a08ec 100644
--- a/libpixelflinger/codeflinger/ARMAssembler.cpp
+++ b/libpixelflinger/codeflinger/ARMAssembler.cpp
@@ -334,7 +334,7 @@ void ARMAssembler::LDM(int cc, int dir,
334 334
335void ARMAssembler::STM(int cc, int dir, 335void ARMAssembler::STM(int cc, int dir,
336 int Rn, int W, uint32_t reg_list) 336 int Rn, int W, uint32_t reg_list)
337{ // FA EA FD ED IB IA DB DA 337{ // ED FD EA FA IB IA DB DA
338 const uint8_t P[8] = { 0, 1, 0, 1, 1, 0, 1, 0 }; 338 const uint8_t P[8] = { 0, 1, 0, 1, 1, 0, 1, 0 };
339 const uint8_t U[8] = { 0, 0, 1, 1, 1, 1, 0, 0 }; 339 const uint8_t U[8] = { 0, 0, 1, 1, 1, 1, 0, 0 };
340 *mPC++ = (cc<<28) | (4<<25) | (uint32_t(P[dir])<<24) | 340 *mPC++ = (cc<<28) | (4<<25) | (uint32_t(P[dir])<<24) |