Skip to content

Fixes for i965_asm and i965_disasm

Sagar Ghuge requested to merge sagarghuge/mesa:review/asm_fix into master

/cc @mattst88

Though we don't use illegal instruction in Mesa at some point in future we might need it. That's why no tests are added in this series to test illegal instruction assembly.

  • Added illegal instruction support

  • Handling state and address register correctly

  • Print c_literals 4 byte wide.

  • Allow i965_disasm to support c_literals

      ./i965_disasm -t c_literal --gen=XYZ -i PATH_TO_C_LITERAL_FILE
Edited by Sagar Ghuge

Merge request reports