Home | History | Annotate | Download | only in mips64

Lines Matching defs:cc

95                                           Condition cc, Strength strength);
276 Condition cc, Strength strength) {
290 if (cc == less || cc == greater) {
307 if (cc != eq) {
323 if (cc == less_equal || cc == greater_equal) {
329 if (cc == le) {
343 if (cc == less) {
345 } else if (cc == greater) {
353 if (cc != lt && cc != gt) {
376 if (cc != eq) {
381 if (cc == le) {
579 Condition cc = GetCondition();
603 EmitIdenticalObjectComparison(masm, &slow, cc, strength());
666 if (cc == lt || cc == le) {
697 if (cc == eq && !strict()) {
714 if (cc == eq) {
727 if (cc == eq) {
731 if (cc == lt || cc == le) {
734 DCHECK(cc == gt || cc == ge); // Remaining cases.