intel/tools: Print c_literals 4 byte wide
authorSagar Ghuge <sagar.ghuge@intel.com>
Fri, 7 Feb 2020 22:36:12 +0000 (14:36 -0800)
committerMarge Bot <eric+marge@anholt.net>
Tue, 25 Feb 2020 22:23:38 +0000 (22:23 +0000)
commit2f83daedb19d25744b2b89939713c9ca9e7ad29f
tree23457bf5042e35fe2c4e4de05f7813c1e81ad3bc
parent0b0e958f4f096863fc29d8acd000caa0f0ff5bc2
intel/tools: Print c_literals 4 byte wide

We already print hex value a byte wide, instead of printing c_literal
byte wide, we can print it 4 byte wide, which gives us 2 different
combinations.

v2: Fix the aliasing issue (Matt Turner)

Signed-off-by: Sagar Ghuge <sagar.ghuge@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3952>
src/intel/tools/i965_asm.c