reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
237 OS << format(" %" PRIx64, Operand); 243 OS << format(" %+" PRId64, int64_t(Operand)); 247 OS << format(" %" PRId64, Operand * CodeAlignmentFactor); 249 OS << format(" %" PRId64 "*code_alignment_factor" , Operand); 253 OS << format(" %" PRId64, int64_t(Operand) * DataAlignmentFactor); 255 OS << format(" %" PRId64 "*data_alignment_factor" , int64_t(Operand)); 259 OS << format(" %" PRId64, Operand * DataAlignmentFactor); 261 OS << format(" %" PRId64 "*data_alignment_factor" , Operand); 264 OS << format(" reg%" PRId64, Operand);