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);
426 case 'b': { // 'bc - Special for bc1 cc field.
431 case 'C': { // 'Cc - Special for c.xx.d cc field.
432 ASSERT(STRING_STARTS_WITH(format, "Cc"));
553 Format(instr, "c.f.d 'fs, 'ft, 'Cc");
556 Format(instr, "c.un.d 'fs, 'ft, 'Cc");
559 Format(instr, "c.eq.d 'fs, 'ft, 'Cc");
562 Format(instr, "c.ueq.d 'fs, 'ft, 'Cc");
565 Format(instr, "c.olt.d 'fs, 'ft, 'Cc");
568 Format(instr, "c.ult.d 'fs, 'ft, 'Cc");
571 Format(instr, "c.ole.d 'fs, 'ft, 'Cc");
574 Format(instr, "c.ule.d 'fs, 'ft, 'Cc");