Lines Matching defs:O
28 void MSP430InstPrinter::printRegName(raw_ostream &O, MCRegister Reg) {
29 O << getRegisterName(Reg);
34 raw_ostream &O) {
35 if (!printAliasInstr(MI, Address, O))
36 printInstruction(MI, Address, O);
37 printAnnotation(O, Annot);
41 raw_ostream &O) {
45 O << "$";
47 O << '+';
48 O << Imm;
51 Op.getExpr()->print(O, &MAI);
56 raw_ostream &O, const char *Modifier) {
60 O << getRegisterName(Op.getReg());
62 O << '#' << Op.getImm();
65 O << '#';
66 Op.getExpr()->print(O, &MAI);
71 raw_ostream &O,
85 O << '&';
88 Disp.getExpr()->print(O, &MAI);
91 O << Disp.getImm();
97 O << '(' << getRegisterName(Base.getReg()) << ')';
101 raw_ostream &O) {
103 O << "@" << getRegisterName(Base.getReg());
107 raw_ostream &O) {
109 O << "@" << getRegisterName(Base.getReg()) << "+";
113 raw_ostream &O) {
120 O << "eq";
123 O << "ne";
126 O << "hs";
129 O << "lo";
132 O << "ge";
135 O << 'l';
138 O << 'n';