Adds instr_zeroes_zmmh(), which returns true if the instruction clears the upper bits of a ZMM register with zeros.
Updates instr_zeroes_ymmh() to take into account EVEX instructions.
Tests for the above are also included.
Issue: #1312
Adds instr_zeroes_zmmh(), which returns true if the instruction clears the upper bits of a ZMM register with zeros.
Updates instr_zeroes_ymmh() to take into account EVEX instructions.
Tests for the above are also included.
Issue: #1312