reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1111 o.indent(Indentation) << "tmp = 0x"; 1112 o.write_hex(OpInfo.InitValue); 1113 o << ";\n"; 1117 o.indent(Indentation) << "tmp "; 1118 if (OpInfo.numFields() != 1 || OpInfo.InitValue != 0) o << '|'; 1119 o << "= fieldFromInstruction" 1122 o << " << " << EF.Offset; 1123 o << ";\n"; 1128 o.indent(Indentation) << Emitter->GuardPrefix << Decoder 1135 o.indent(Indentation) << "MI.addOperand(MCOperand::createImm(tmp));\n";