comparison x86_cpu.h @ 570:152ab60d2d53 libavutil

Only define x86 register names on x86.
author diego
date Sun, 14 Sep 2008 22:17:40 +0000
parents bd4052d9050c
children 880c6441f56a
comparison
equal deleted inserted replaced
569:165ae9e8f4fb 570:152ab60d2d53
41 # define REGb rbx 41 # define REGb rbx
42 # define REGc rcx 42 # define REGc rcx
43 # define REGd rdx 43 # define REGd rdx
44 # define REGSP rsp 44 # define REGSP rsp
45 45
46 #else 46 #elif ARCH_X86_32
47 47
48 # define REG_a "eax" 48 # define REG_a "eax"
49 # define REG_b "ebx" 49 # define REG_b "ebx"
50 # define REG_c "ecx" 50 # define REG_c "ecx"
51 # define REG_d "edx" 51 # define REG_d "edx"