aubinator: Make gen_disasm_disassemble handle split sends

Graphics / Mesa 3D Graphics Library / Mesa - Sirisha Gandikota [intel.com] - 13 September 2016 18:32 UTC

Skylake adds new SENDS and SENDSC opcodes, which should be handled in the send-with-EOT check. Make an is_send() helper that checks if the opcode is SEND/SENDC/SENDS/SENDSC (Ken)

v2: Make is_send() much more crispier, Mix declaration and code to make the code compact (Ken)

1ab92d8 aubinator: Make gen_disasm_disassemble handle split sends
src/intel/tools/disasm.c | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)

Upstream: cgit.freedesktop.org


  • Share