Searched refs:CondMask (Results 1 – 2 of 2) sorted by relevance
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()[all …]
389 uint CondMask; /**< For IF/ELSE/ENDIF */ member