diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-11-10 19:44:56 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-11-10 19:44:56 +0000 |
commit | e6548f4106cdca833db66b3b4335de9bec36ba66 (patch) | |
tree | f7f73165356f42e882f04e9787b1ed9b45eefd22 | |
parent | 23344095de1b594a9bd44c2222c42b63adcc124b (diff) | |
download | bcm5719-llvm-e6548f4106cdca833db66b3b4335de9bec36ba66.tar.gz bcm5719-llvm-e6548f4106cdca833db66b3b4335de9bec36ba66.zip |
Add a comment.
llvm-svn: 86706
-rw-r--r-- | llvm/lib/Target/ARM/ARMInstrVFP.td | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrVFP.td b/llvm/lib/Target/ARM/ARMInstrVFP.td index 1b0b6871bbd..f2e0743466c 100644 --- a/llvm/lib/Target/ARM/ARMInstrVFP.td +++ b/llvm/lib/Target/ARM/ARMInstrVFP.td @@ -418,6 +418,8 @@ def VNEGScc : ASuI<0b11101011, 0b0001, 0b0100, // Misc. // +// APSR is the application level alias of CPSR. This FPSCR N, Z, C, V flags +// to APSR. let Defs = [CPSR], Uses = [FPSCR] in def FMSTAT : VFPAI<(outs), (ins), VFPMiscFrm, IIC_fpSTAT, "vmrs", "\tAPSR_nzcv, FPSCR", |