diff options
| author | Joey Gouly <joey.gouly@arm.com> | 2013-07-18 12:00:25 +0000 |
|---|---|---|
| committer | Joey Gouly <joey.gouly@arm.com> | 2013-07-18 12:00:25 +0000 |
| commit | e25a86b0820326c678dc46e0901e85b3b1bc41ff (patch) | |
| tree | a795f71c3abd88c57245294bd0a9ee07f8f6c734 /llvm/lib/Target/ARM | |
| parent | 0ffd0a9e54347584c982c2dd9ae822e9e7af91da (diff) | |
| download | bcm5719-llvm-e25a86b0820326c678dc46e0901e85b3b1bc41ff.tar.gz bcm5719-llvm-e25a86b0820326c678dc46e0901e85b3b1bc41ff.zip | |
Change 'n' to 'N' to keep consistent with other instructions.
llvm-svn: 186576
Diffstat (limited to 'llvm/lib/Target/ARM')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrNEON.td | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrNEON.td b/llvm/lib/Target/ARM/ARMInstrNEON.td index d707e588737..08367004155 100644 --- a/llvm/lib/Target/ARM/ARMInstrNEON.td +++ b/llvm/lib/Target/ARM/ARMInstrNEON.td @@ -5461,10 +5461,10 @@ multiclass VCVT_FPI<string op, bits<3> op10_8, SDPatternOperator IntS, } } -defm VCVTAn : VCVT_FPI<"a", 0b000, int_arm_neon_vcvtas, int_arm_neon_vcvtau>; -defm VCVTNn : VCVT_FPI<"n", 0b001, int_arm_neon_vcvtns, int_arm_neon_vcvtnu>; -defm VCVTPn : VCVT_FPI<"p", 0b010, int_arm_neon_vcvtps, int_arm_neon_vcvtpu>; -defm VCVTMn : VCVT_FPI<"m", 0b011, int_arm_neon_vcvtms, int_arm_neon_vcvtmu>; +defm VCVTAN : VCVT_FPI<"a", 0b000, int_arm_neon_vcvtas, int_arm_neon_vcvtau>; +defm VCVTNN : VCVT_FPI<"n", 0b001, int_arm_neon_vcvtns, int_arm_neon_vcvtnu>; +defm VCVTPN : VCVT_FPI<"p", 0b010, int_arm_neon_vcvtps, int_arm_neon_vcvtpu>; +defm VCVTMN : VCVT_FPI<"m", 0b011, int_arm_neon_vcvtms, int_arm_neon_vcvtmu>; // VCVT : Vector Convert Between Floating-Point and Fixed-Point. let DecoderMethod = "DecodeVCVTD" in { |

