x86: cabac: replace explicit memory references with "m" operands
authorMans Rullgard <mans@mansr.com>
Sun, 11 Dec 2011 21:41:59 +0000 (21:41 +0000)
committerMans Rullgard <mans@mansr.com>
Sun, 11 Dec 2011 22:29:22 +0000 (22:29 +0000)
commit599b4c6efddaed33b1667c386b34b07729ba732b
tree5d933e6863515dd94a5ed15d575d692a4c3af5e0
parentb11ce85664caa69d6117e692c7ac49be4f7493cc
x86: cabac: replace explicit memory references with "m" operands

This replaces the explicit offset(reg) memory references with
"m" operands for the same locations.  As a result, one fewer
register operand is needed for these inline asm statements.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/x86/cabac.h
libavcodec/x86/h264_i386.h