ack/util/ego/descr/i86.descr
George Koehler b1b737ed6c Optimize procedures that do both a / b and a % b.
Enable this in CS for PowerPC; disable it for all other machines.
PowerPC has no remainder instruction; the back end uses division to
compute remainder.  If CS finds both a / b and a % b, then CS now
rewrites a % b as a - b * (a / b) and computes a / b only once.  This
removes an extra division in the PowerPC code, so it saves both time
and space.

I have not considered whether to enable this optimization for other
machines.  It might be less useful in machines with a remainder
instruction.  Also, if a % b occurs before a / b, the EM code gets a
DUP.  PowerPC ncg handles this DUP well; other back ends might not.
2018-03-05 13:32:06 -05:00

102 lines
2.8 KiB
Plaintext

wordsize: 2
pointersize: 2
%%RA
general registers: 2
address registers: 0
floating point registers: 0
use general as pointer: yes
register score parameters:
local variable:
(2 cases)
pointer,general
(1 size)
default -> (8,4)
general,general
(1 size)
default -> (4,2)
address of local variable:
(2 cases)
pointer,general
(1 size)
default -> (0,0)
general,general
(1 size)
default -> (2,2)
constant:
(1 sizes)
default -> (2,2)
double constant:
(1 size)
default -> (-1,-1)
address of global variable:
(1 size)
default -> (4,2)
address of procedure:
(1 size)
default -> (2,2)
opening cost parameters:
local variable:
(2 cases)
pointer
(1 size)
default -> (9,4)
general
(1 size)
default -> (9,4)
address of local variable:
(2 cases)
pointer
(1 size)
default -> (10,6)
general
(1 size)
general -> (10,6)
constant:
(1 size)
default -> (4,4)
double constant:
(1 size)
default -> (1000,1000)
address of global variable:
(1 size)
default -> (4,4)
address of procedure:
(1 size)
default -> (4,4)
register save costs:
(4 cases)
0 -> (0,0)
1 -> (18,2)
2 -> (36,4)
0 -> (0,0)
%%UD
access costs of global variables:
(1 size)
default -> (4,2)
access costs of local variables:
(1 size)
default -> (4,2)
%%SR
overflow harmful?: no
array bound harmful?: no
reduce sli if shift count larger than: 0
%%CS
#include "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
convert remainder to division?: no no
do not eliminate sli if index on shiftcounts: -1
-1
forbidden operators: -1 -1
%%SP
global stack pollution allowed?: no