Home | History | Annotate | Download | only in InstPrinter

Lines Matching full:case

58   case SP::JMPLrr:
59 case SP::JMPLri: {
66 case SP::G0: // jmp $addr | ret | retl
71 case SP::I7: O << "\tret"; return true;
72 case SP::O7: O << "\tretl"; return true;
77 case SP::O7: // call $addr
82 case SP::V9FCMPS: case SP::V9FCMPD: case SP::V9FCMPQ:
83 case SP::V9FCMPES: case SP::V9FCMPED: case SP::V9FCMPEQ: {
92 case SP::V9FCMPS: O << "\tfcmps "; break;
93 case SP::V9FCMPD: O << "\tfcmpd "; break;
94 case SP::V9FCMPQ: O << "\tfcmpq "; break;
95 case SP::V9FCMPES: O << "\tfcmpes "; break;
96 case SP::V9FCMPED: O << "\tfcmped "; break;
97 case SP::V9FCMPEQ: O << "\tfcmpeq "; break;
155 case SP::FBCOND:
156 case SP::FBCONDA:
157 case SP::BPFCC:
158 case SP::BPFCCA:
159 case SP::BPFCCNT:
160 case SP::BPFCCANT:
161 case SP::MOVFCCrr: case SP::V9MOVFCCrr:
162 case SP::MOVFCCri: case SP::V9MOVFCCri:
163 case SP::FMOVS_FCC: case SP::V9FMOVS_FCC:
164 case SP::FMOVD_FCC: case SP::V9FMOVD_FCC:
165 case SP::FMOVQ_FCC: case SP::V9FMOVQ_FCC: