Displaying 2 results from an estimated 2 matches for "emitint16".
2018 Mar 09
2
Why is there no EmitInt64 in AsmPrinter?
Hi all,
The AsmPrinter class supports functions like EmitInt8, EmitInt16, and
EmitInt32 for writing a 1/2/4 byte directive to the assembly. Each of these
calls the MCStreamer::EmitIntValue method with the corresponding size. For
some reason, there is no EmitInt64, and I was wondering if there was a
fundamental reason why? The EmitIntValue function appears to support 8-b...
2018 Mar 20
0
Why is there no EmitInt64 in AsmPrinter?
...y reasonable.)
--paulr
From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of James Henderson via llvm-dev
Sent: Friday, March 09, 2018 7:44 AM
To: llvm-dev
Subject: [llvm-dev] Why is there no EmitInt64 in AsmPrinter?
Hi all,
The AsmPrinter class supports functions like EmitInt8, EmitInt16, and EmitInt32 for writing a 1/2/4 byte directive to the assembly. Each of these calls the MCStreamer::EmitIntValue method with the corresponding size. For some reason, there is no EmitInt64, and I was wondering if there was a fundamental reason why? The EmitIntValue function appears to support 8-b...