Fix overly-general method definitions in cpu.x86.64
parent
48572a3c7b
commit
0754b991e5
core/cpu/x86/64
|
@ -13,8 +13,8 @@ PREDICATE: x86-backend amd64-backend
|
|||
M: amd64-backend ds-reg R14 ;
|
||||
M: amd64-backend rs-reg R15 ;
|
||||
M: amd64-backend stack-reg RSP ;
|
||||
M: x86-backend xt-reg RCX ;
|
||||
M: x86-backend stack-save-reg RSI ;
|
||||
M: amd64-backend xt-reg RCX ;
|
||||
M: amd64-backend stack-save-reg RSI ;
|
||||
|
||||
M: temp-reg v>operand drop RBX ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue