Home | History | Annotate | Download | only in mips

Lines Matching refs:Cc

237 // Print the integer value of the cc field for the bc1t/f instructions.
239 int cc = instr->FBccValue();
240 out_buffer_pos_ += OS::SNPrintF(out_buffer_ + out_buffer_pos_, "%d", cc);
244 // Print the integer value of the cc field for the FP compare instructions.
246 int cc = instr->FCccValue();
247 out_buffer_pos_ += OS::SNPrintF(out_buffer_ + out_buffer_pos_, "cc(%d)", cc);
423 case 'b': { // 'bc - Special for bc1 cc field.
428 case 'C': { // 'Cc - Special for c.xx.d cc field.
429 ASSERT(STRING_STARTS_WITH(format, "Cc"));
550 Format(instr, "c.f.d 'fs, 'ft, 'Cc");
553 Format(instr, "c.un.d 'fs, 'ft, 'Cc");
556 Format(instr, "c.eq.d 'fs, 'ft, 'Cc");
559 Format(instr, "c.ueq.d 'fs, 'ft, 'Cc");
562 Format(instr, "c.olt.d 'fs, 'ft, 'Cc");
565 Format(instr, "c.ult.d 'fs, 'ft, 'Cc");
568 Format(instr, "c.ole.d 'fs, 'ft, 'Cc");
571 Format(instr, "c.ule.d 'fs, 'ft, 'Cc");