comparison graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiAddress.java @ 5504:452f91ebdb54

Moved RiKind to cri.ri package.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 17:09:57 +0200
parents 438ab53efdd0
children 56860d3f9f39
comparison
equal deleted inserted replaced
5503:438ab53efdd0 5504:452f91ebdb54
21 * questions. 21 * questions.
22 */ 22 */
23 package com.oracle.max.cri.ci; 23 package com.oracle.max.cri.ci;
24 24
25 import static com.oracle.max.cri.ci.CiValueUtil.*; 25 import static com.oracle.max.cri.ci.CiValueUtil.*;
26
27 import com.oracle.max.cri.ri.*;
26 28
27 /** 29 /**
28 * Represents an address in target machine memory, specified via some combination of a base register, an index register, 30 * Represents an address in target machine memory, specified via some combination of a base register, an index register,
29 * a displacement and a scale. Note that the base and index registers may be a variable that will get a register assigned 31 * a displacement and a scale. Note that the base and index registers may be a variable that will get a register assigned
30 * later by the register allocator. 32 * later by the register allocator.