Home | History | Annotate | Download | only in mips

Lines Matching refs:Cc

214 // Print the integer value of the cc field for the bc1t/f instructions.
216 int cc = instr->FBccValue();
217 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", cc);
221 // Print the integer value of the cc field for the FP compare instructions.
223 int cc = instr->FCccValue();
224 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "cc(%d)", cc);
400 case 'b': { // 'bc - Special for bc1 cc field.
405 case 'C': { // 'Cc - Special for c.xx.d cc field.
406 ASSERT(STRING_STARTS_WITH(format, "Cc"));
527 Format(instr, "c.f.d 'fs, 'ft, 'Cc");
530 Format(instr, "c.un.d 'fs, 'ft, 'Cc");
533 Format(instr, "c.eq.d 'fs, 'ft, 'Cc");
536 Format(instr, "c.ueq.d 'fs, 'ft, 'Cc");
539 Format(instr, "c.olt.d 'fs, 'ft, 'Cc");
542 Format(instr, "c.ult.d 'fs, 'ft, 'Cc");
545 Format(instr, "c.ole.d 'fs, 'ft, 'Cc");
548 Cc");