Searched refs:TestConditionCode (Results 1 – 2 of 2) sorted by relevance
2511 if (TestConditionCode(Condition(r1))) { in DecodeTwoByte()2810 if (TestConditionCode((Condition)m1)) { in DecodeFourByte()3763 if (TestConditionCode((Condition)2) || TestConditionCode((Condition)3)) { in DecodeFourByteArithmetic()3784 if (TestConditionCode((Condition)2) || TestConditionCode((Condition)3)) { in DecodeFourByteArithmetic()4628 if (TestConditionCode((Condition)m1)) { in DecodeSixByte()6105 if (TestConditionCode(m1)) { in EVALUATE()6141 if (TestConditionCode(m1)) { in EVALUATE()6413 if (TestConditionCode(Condition(r1))) { in EVALUATE()10363 if (TestConditionCode((Condition)2) || TestConditionCode((Condition)3)) { in EVALUATE()10384 if (TestConditionCode((Condition)2) || TestConditionCode((Condition)3)) { in EVALUATE()[all …]
438 bool TestConditionCode(Condition mask) { in TestConditionCode() function