Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:EmitIntValue

47   OS.EmitIntValue(ABIFlagsSection.getVersionValue(), 2);         // version
48 OS.EmitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level
49 OS.EmitIntValue(ABIFlagsSection.getISARevisionValue(), 1); // isa_rev
50 OS.EmitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size
51 OS.EmitIntValue(ABIFlagsSection.getCPR1SizeValue(), 1); // cpr1_size
52 OS.EmitIntValue(ABIFlagsSection.getCPR2SizeValue(), 1); // cpr2_size
53 OS.EmitIntValue(ABIFlagsSection.getFpABIValue(), 1); // fp_abi
54 OS.EmitIntValue(ABIFlagsSection.getISAExtensionSetValue(), 4); // isa_ext
55 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases
56 OS.EmitIntValue(ABIFlagsSection.getFlags1Value(), 4); // flags1
57 OS.EmitIntValue(ABIFlagsSection.getFlags2Value(), 4); // flags2