mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Add basic support for NEON modified immediates besides VMOV.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106030 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -154,7 +154,8 @@ namespace llvm {
|
||||
/// instruction with a "modified immediate" operand (e.g., VMOV) of the
|
||||
/// specified element size, return the encoded value for that immediate.
|
||||
/// The ByteSize field indicates the number of bytes of each element [1248].
|
||||
SDValue getNEONModImm(SDNode *N, unsigned ByteSize, SelectionDAG &DAG);
|
||||
SDValue getNEONModImm(SDNode *N, unsigned ByteSize, bool isVMOV,
|
||||
SelectionDAG &DAG);
|
||||
|
||||
/// getVFPf32Imm / getVFPf64Imm - If the given fp immediate can be
|
||||
/// materialized with a VMOV.f32 / VMOV.f64 (i.e. fconsts / fconstd)
|
||||
|
Reference in New Issue
Block a user