Home | History | Annotate | Download | only in mips

Lines Matching defs:cc

240 // Print the integer value of the cc field for the bc1t/f instructions.
242 int cc = instr->FBccValue();
243 out_buffer_pos_ += OS::SNPrintF(out_buffer_ + out_buffer_pos_, "%d", cc);
247 // Print the integer value of the cc field for the FP compare instructions.
249 int cc = instr->FCccValue();
250 out_buffer_pos_ += OS::SNPrintF(out_buffer_ + out_buffer_pos_, "cc(%d)", cc);
422 case 'b': { // 'bc - Special for bc1 cc field.
427 case 'C': { // 'Cc - Special for c.xx.d cc field.
428 ASSERT(STRING_STARTS_WITH(format, "Cc"));
549 Format(instr, "c.f.d 'fs, 'ft, 'Cc");
552 Format(instr, "c.un.d 'fs, 'ft, 'Cc");
555 Format(instr, "c.eq.d 'fs, 'ft, 'Cc");
558 Format(instr, "c.ueq.d 'fs, 'ft, 'Cc");
561 Format(instr, "c.olt.d 'fs, 'ft, 'Cc");
564 Format(instr, "c.ult.d 'fs, 'ft, 'Cc");
567 Format(instr, "c.ole.d 'fs, 'ft, 'Cc");
570 Format(instr, "c.ule.d 'fs, 'ft, 'Cc");