Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:EmitIntValue

38     Streamer->EmitIntValue(ELF::ODK_REGINFO, 1);  // kind
39 Streamer->EmitIntValue(40, 1); // size
40 Streamer->EmitIntValue(0, 2); // section
41 Streamer->EmitIntValue(0, 4); // info
42 Streamer->EmitIntValue(ri_gprmask, 4);
43 Streamer->EmitIntValue(0, 4); // pad
44 Streamer->EmitIntValue(ri_cprmask[0], 4);
45 Streamer->EmitIntValue(ri_cprmask[1], 4);
46 Streamer->EmitIntValue(ri_cprmask[2], 4);
47 Streamer->EmitIntValue(ri_cprmask[3], 4);
48 Streamer->EmitIntValue(ri_gp_value, 8);
56 Streamer->EmitIntValue(ri_gprmask, 4);
57 Streamer->EmitIntValue(ri_cprmask[0], 4);
58 Streamer->EmitIntValue(ri_cprmask[1], 4);
59 Streamer->EmitIntValue(ri_cprmask[2], 4);
60 Streamer->EmitIntValue(ri_cprmask[3], 4);
62 Streamer->EmitIntValue(ri_gp_value, 4);