diff options
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMISelLowering.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h index 0f56201bcb8..8eb4525b82f 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.h +++ b/llvm/lib/Target/ARM/ARMISelLowering.h @@ -153,6 +153,10 @@ namespace llvm {        VZIP,         // zip (interleave)        VUZP,         // unzip (deinterleave)        VTRN,         // transpose +      VTBL1,        // 1-register shuffle with mask +      VTBL2,        // 2-register shuffle with mask +      VTBL3,        // 3-register shuffle with mask +      VTBL4,        // 4-register shuffle with mask        // Vector multiply long:        VMULLs,       // ...signed | 

