Home | History | Annotate | Download | only in mips

Lines Matching defs:cc

253 // Print the integer value of the cc field for the bc1t/f instructions.
255 int cc = instr->FBccValue();
256 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", cc);
260 // Print the integer value of the cc field for the FP compare instructions.
262 int cc = instr->FCccValue();
263 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "cc(%d)", cc);
725 case 'c': { // 'bc - Special for bc1 cc field.
741 case 'C': { // 'Cc - Special for c.xx.d cc field.
742 DCHECK(STRING_STARTS_WITH(format, "Cc"));
813 Format(instr, "movt.'t 'fd, 'fs, 'Cc");
815 Format(instr, "movf.'t 'fd, 'fs, 'Cc");
885 Format(instr, "c.f.'t 'fs, 'ft, 'Cc");
888 Format(instr, "c.un.'t 'fs, 'ft, 'Cc");
891 Format(instr, "c.eq.'t 'fs, 'ft, 'Cc");
894 Format(instr, "c.ueq.'t 'fs, 'ft, 'Cc");
897 Format(instr, "c.olt.'t 'fs, 'ft, 'Cc");
900 Format(instr, "c.ult.'t 'fs, 'ft, 'Cc");
903 Format(instr, "c.ole.'t 'fs, 'ft, 'Cc");
906 Format(instr, "c.ule.'t 'fs, 'ft, 'Cc");