[mips] Add support to the '.dword' directive.
authorMatheus Almeida <matheus.almeida@imgtec.com>
Wed, 26 Mar 2014 15:44:18 +0000 (15:44 +0000)
committerMatheus Almeida <matheus.almeida@imgtec.com>
Wed, 26 Mar 2014 15:44:18 +0000 (15:44 +0000)
commit75203b6d11aea26ecb18514ab18d28273c20ca2f
treec039e37e13c185422092bfa617bc16bfa1a3f60c
parentdd6d74f064380d459e0e9de3ca54d79658ae0ab3
[mips] Add support to the '.dword' directive.

The '.dword' directive accepts a list of expressions and emits
them in 8-byte chunks in successive locations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204822 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
test/MC/Mips/mips-data-directives.s [new file with mode: 0644]