Lines Matching refs:dec
224 << label.GetLocation() << std::dec;
429 << std::dec;
594 << (instruction >> 16) << std::dec;
597 << instruction << std::dec;
602 << instruction << std::dec;
606 << std::setfill('0') << (instruction >> 16) << std::dec;
610 << std::setfill('0') << instruction << std::dec;
614 << std::setfill('0') << instruction << std::dec;
2725 << std::dec << "\t";
2729 os() << std::hex << std::setw(8) << std::setfill('0') << opcode << std::dec