Home | History | Annotate | Download | only in DWARF

Lines Matching refs:Operand

108       // If it's a primary opcode, the first operand is encoded in the bottom
348 /// \brief Print \p Opcode's operand number \p OperandIdx which has
349 /// value \p Operand.
351 uint64_t Operand, uint64_t CodeAlignmentFactor,
358 OS << " Unsupported " << (OperandIdx ? "second" : "first") << " operand to";
367 OS << format(" %" PRIx64, Operand);
373 OS << format(" %+" PRId64, int64_t(Operand));
377 OS << format(" %" PRId64, Operand * CodeAlignmentFactor);
379 OS << format(" %" PRId64 "*code_alignment_factor" , Operand);
383 OS << format(" %" PRId64, int64_t(Operand) * DataAlignmentFactor);
385 OS << format(" %" PRId64 "*data_alignment_factor" , int64_t(Operand));
389 OS << format(" %" PRId64, Operand * DataAlignmentFactor);
391 OS << format(" %" PRId64 "*data_alignment_factor" , Operand);
394 OS << format(" reg%" PRId64, Operand);