Rax updated to eax to avoid uninitialized memory
usage.
Change-Id: Iedb953f104329ede2a786fc648a47f1be2f3798a
x8x16sad_wmt_loop:
movq rax, mm7
- cmp rax, arg(4)
+ cmp eax, arg(4)
jg x8x16sad_wmt_early_exit
movq mm0, QWORD PTR [rsi]
x8x8sad_wmt_loop:
movq rax, mm7
- cmp rax, arg(4)
+ cmp eax, arg(4)
jg x8x8sad_wmt_early_exit
movq mm0, QWORD PTR [rsi]
x16x8sad_wmt_loop:
movq rax, mm7
- cmp rax, arg(4)
+ cmp eax, arg(4)
jg x16x8sad_wmt_early_exit
movq mm0, QWORD PTR [rsi]