Searched refs:TestConditionCode (Results 1 – 2 of 2) sorted by relevance
2531 if (TestConditionCode(Condition(r1))) { in DecodeTwoByte()2830 if (TestConditionCode((Condition)m1)) { in DecodeFourByte()3783 if (TestConditionCode((Condition)2) || TestConditionCode((Condition)3)) { in DecodeFourByteArithmetic()3804 if (TestConditionCode((Condition)2) || TestConditionCode((Condition)3)) { in DecodeFourByteArithmetic()4648 if (TestConditionCode((Condition)m1)) { in DecodeSixByte()6205 if (TestConditionCode(m1)) { in EVALUATE()6241 if (TestConditionCode(m1)) { in EVALUATE()6513 if (TestConditionCode(Condition(r1))) { in EVALUATE()10552 if (TestConditionCode((Condition)2) || TestConditionCode((Condition)3)) { in EVALUATE()10573 if (TestConditionCode((Condition)2) || TestConditionCode((Condition)3)) { in EVALUATE()[all …]
439 bool TestConditionCode(Condition mask) { in TestConditionCode() function