Fixed armv6/vfp bugs

This commit is contained in:
ARM9 2015-04-01 17:43:32 +02:00
parent 73a2ad1abe
commit 73fda349a0
2 changed files with 1 additions and 1 deletions

View File

@ -55,6 +55,7 @@ if version >= 508 || !exists("did_armv6_syntax_inits")
HiLink armCPreProc Identifier
HiLink armRegister Type
HiLink armv6Register Type
HiLink armv6Instructions Function
HiLink armTodo Todo

View File

@ -37,5 +37,4 @@ exec 'syn match armv7Instr "\%(DBG\|DMB\|DSB\|ISB\|SEV\|WFE\|WFI\|YIELD\)' . arm
"
exec 'syn match armVfpInstr "\%(VMUL\|VNMUL\|VMLA\|VMLS\|VNMLS\|VNMLA\|VADD\|VSUB\|VDIV\|VABS\|VNEG\|VSQRT\|VCMPE\?\|VCVT[TB]\?\|VMOV\|VMSR\|VMRS\|VSTR\|VSTM\%(DB\|IA\|EA\|FD\)\?\|VPUSH\|VLDR\|VLDM\%(DB\|IA\|EA\|FD\)\?\|VPOP\)' . armCond . '\>"'
syn match armVfp