Lines Matching refs:CondMask
955 …MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->Func…
5292 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()
5331 mach->CondMask = mach->CondStack[mach->CondStackTop]; in exec_instruction()
5373 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()
5377 mach->CondMask &= ~0x1; in exec_instruction()
5380 mach->CondMask &= ~0x2; in exec_instruction()
5383 mach->CondMask &= ~0x4; in exec_instruction()
5386 mach->CondMask &= ~0x8; in exec_instruction()
5395 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()
5399 mach->CondMask &= ~0x1; in exec_instruction()
5402 mach->CondMask &= ~0x2; in exec_instruction()
5405 mach->CondMask &= ~0x4; in exec_instruction()
5408 mach->CondMask &= ~0x8; in exec_instruction()
5420 mach->CondMask = ~mach->CondMask & prevMask; in exec_instruction()
5429 mach->CondMask = mach->CondStack[--mach->CondStackTop]; in exec_instruction()
5556 mach->CondMask = mach->CondStack[mach->CondStackTop]; in exec_instruction()
6083 mach->CondMask = default_mask; in tgsi_exec_machine_setup_masks()