[Open64-devel] What in pro64 "Relocatable" means?
Brought to you by:
ributzka,
suneeljain
|
From: Chen K. <ch...@ar...> - 2001-11-20 03:05:22
|
Dear Colleagues,
When I read the pro64 source,I found in isa_operands_gen.cxx a =
procedure
void Relocatable (int operand_index),
At first I think it indicates which operand is pc relative. But in =
isa_operands.cxx=20
I found the second operand of TOP_adds and TOP_addl ,which is an lit14 =
or lit22=20
corresponsively, is relocatable. Why? Is this because the adds and addl =
can add=20
an lit14 or lit22 to pc?
=20
=20
=20
|