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