mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
assembler/bdw: Disable mask control for advanced mode
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
parent
220f165008
commit
2df4d3115a
@ -1403,8 +1403,12 @@ jumpinstruction: predicate JMPI execsize relativelocation2
|
||||
*/
|
||||
memset(&$$, 0, sizeof($$));
|
||||
set_instruction_opcode(&$$, $2);
|
||||
if(advanced_flag)
|
||||
GEN(&$$)->header.mask_control = BRW_MASK_DISABLE;
|
||||
if(advanced_flag) {
|
||||
if (IS_GENp(8))
|
||||
gen8_set_mask_control(GEN8(&$$), BRW_MASK_DISABLE);
|
||||
else
|
||||
GEN(&$$)->header.mask_control = BRW_MASK_DISABLE;
|
||||
}
|
||||
set_instruction_predicate(&$$, &$1);
|
||||
ip_dst.width = BRW_WIDTH_1;
|
||||
set_instruction_dest(&$$, &ip_dst);
|
||||
|
Loading…
x
Reference in New Issue
Block a user