reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
71 case SP::I7: O << "\tret"; return true; 72 case SP::O7: O << "\tretl"; return true; 75 O << "\tjmp "; printMemOperand(MI, 1, STI, O); 75 O << "\tjmp "; printMemOperand(MI, 1, STI, O); 78 O << "\tcall "; printMemOperand(MI, 1, STI, O); 78 O << "\tcall "; printMemOperand(MI, 1, STI, O); 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; 99 printOperand(MI, 1, STI, O); 100 O << ", "; 101 printOperand(MI, 2, STI, O);