Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:EmitIntValue

56   OS.EmitIntValue(ABIFlagsSection.getVersionValue(), 2);      // version
57 OS.EmitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level
58 OS.EmitIntValue(ABIFlagsSection.getISARevisionValue(), 1); // isa_rev
59 OS.EmitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size
60 OS.EmitIntValue(ABIFlagsSection.getCPR1SizeValue(), 1); // cpr1_size
61 OS.EmitIntValue(ABIFlagsSection.getCPR2SizeValue(), 1); // cpr2_size
62 OS.EmitIntValue(ABIFlagsSection.getFpABIValue(), 1); // fp_abi
63 OS.EmitIntValue(ABIFlagsSection.getISAExtensionValue(), 4); // isa_ext
64 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases
65 OS.EmitIntValue(ABIFlagsSection.getFlags1Value(), 4); // flags1
66 OS.EmitIntValue(ABIFlagsSection.getFlags2Value(), 4); // flags2