mirror of
https://github.com/intel/isa-l.git
synced 2025-10-30 05:29:39 +01:00
Avoid using x18 register
Signed-off-by: Taiju Yamada <tyamada@bi.a.u-tokyo.ac.jp>
This commit is contained in:
committed by
Marcel Cornu
parent
14ec878aae
commit
38279f5e9e
@@ -61,7 +61,7 @@ x_tbl3 .req x15
|
||||
x_tbl4 .req x16
|
||||
x_tbl5 .req x17
|
||||
x_tbl6 .req x_tbl
|
||||
x_const .req x18
|
||||
x_const .req x0
|
||||
|
||||
/* vectors */
|
||||
v_mask0f .req v0
|
||||
|
||||
Reference in New Issue
Block a user