Searched refs:CC (Results 1 – 6 of 6) sorted by relevance
180 CC.newInstance(); in main()188 static class CC { class in LocalClass3189 private CC() {} in CC() method in LocalClass3.CC193 Class c = CC.class; in newInstance()
106 CC = 3, // carry clear/unsigned lower enumerator
106 conditions_.push_back(arm::Condition::CC); in SetUpHelpers()121 conditions_.push_back(arm::Condition::CC); in SetUpHelpers()
84 // Disable the compiler for CC (for now).
757 __ it(CC); in GenCas()758 __ mov(out, ShifterOperand(0), CC); in GenCas()
2757 __ b(&less, CC); // CC is for both: unsigned compare for longs and 'less than' for floats. in VisitCompare()