Lines Matching refs:CondMask
1001 …MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->Func…
5513 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()
5552 mach->CondMask = mach->CondStack[mach->CondStackTop]; in exec_instruction()
5594 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()
5598 mach->CondMask &= ~0x1; in exec_instruction()
5601 mach->CondMask &= ~0x2; in exec_instruction()
5604 mach->CondMask &= ~0x4; in exec_instruction()
5607 mach->CondMask &= ~0x8; in exec_instruction()
5616 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()
5620 mach->CondMask &= ~0x1; in exec_instruction()
5623 mach->CondMask &= ~0x2; in exec_instruction()
5626 mach->CondMask &= ~0x4; in exec_instruction()
5629 mach->CondMask &= ~0x8; in exec_instruction()
5641 mach->CondMask = ~mach->CondMask & prevMask; in exec_instruction()
5650 mach->CondMask = mach->CondStack[--mach->CondStackTop]; in exec_instruction()
5777 mach->CondMask = mach->CondStack[mach->CondStackTop]; in exec_instruction()
6319 mach->CondMask = default_mask; in tgsi_exec_machine_setup_masks()