Added CS info
This commit is contained in:
parent
9d48a61694
commit
0695089005
1 changed files with 12 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
wordsize: 2
|
wordsize: 2
|
||||||
pointersize: 2
|
pointersize: 2
|
||||||
%%RA
|
%%RA
|
||||||
|
@ -83,5 +82,17 @@ access costs of local variables:
|
||||||
%%SR
|
%%SR
|
||||||
overflow harmful?: no
|
overflow harmful?: no
|
||||||
array bound harmful?: no
|
array bound harmful?: no
|
||||||
|
%%CS
|
||||||
|
#include "../../../h/em_mnem.h"
|
||||||
|
first time then space:
|
||||||
|
addressing modes: op_adp op_lof op_ldf op_loi op_dch op_lpb -1
|
||||||
|
op_adp op_lof op_ldf op_loi op_dch op_lpb -1
|
||||||
|
cheap operations: op_cii op_cui op_ciu op_cuu -1
|
||||||
|
op_cii op_cui op_ciu op_cuu -1
|
||||||
|
lexical tresholds: 1 1
|
||||||
|
indirection limit: 8
|
||||||
|
do not eliminate sli if index on shiftcounts: -1
|
||||||
|
-1
|
||||||
|
forbidden operators: -1 -1
|
||||||
%%SP
|
%%SP
|
||||||
global stack pollution allowed?: no
|
global stack pollution allowed?: no
|
||||||
|
|
Loading…
Reference in a new issue