|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RegisterConstants.FloatingPointMachineRegister | |
|---|---|
| org.jikesrvm.compilers.opt.ir.ia32 | |
| org.jikesrvm.ia32 | |
| Uses of RegisterConstants.FloatingPointMachineRegister in org.jikesrvm.compilers.opt.ir.ia32 |
|---|
| Methods in org.jikesrvm.compilers.opt.ir.ia32 with parameters of type RegisterConstants.FloatingPointMachineRegister | |
|---|---|
Register |
PhysicalRegisterSet.getFPR(RegisterConstants.FloatingPointMachineRegister n)
|
| Uses of RegisterConstants.FloatingPointMachineRegister in org.jikesrvm.ia32 |
|---|
| Classes in org.jikesrvm.ia32 that implement RegisterConstants.FloatingPointMachineRegister | |
|---|---|
static class |
RegisterConstants.FPR
Representation of x87 floating point registers |
static class |
RegisterConstants.XMM
Representation of SSE XMM registers |
| Fields in org.jikesrvm.ia32 declared as RegisterConstants.FloatingPointMachineRegister | |
|---|---|
static RegisterConstants.FloatingPointMachineRegister[] |
RegisterConstants.ALL_FPRS
All floating point purpose registers NB with SSE x87 registers must be explicitly managed |
static RegisterConstants.FloatingPointMachineRegister[] |
RegisterConstants.NATIVE_NONVOLATILE_FPRS
Native non-volatile FPRS |
static RegisterConstants.FloatingPointMachineRegister[] |
RegisterConstants.NATIVE_PARAMETER_FPRS
Floating point registers to pass arguments to native code |
static RegisterConstants.FloatingPointMachineRegister[] |
RegisterConstants.NATIVE_VOLATILE_FPRS
Native volatile FPRS |
static RegisterConstants.FloatingPointMachineRegister[] |
RegisterConstants.NONVOLATILE_FPRS
Non-volatile floating point registers within the RVM. |
static RegisterConstants.FloatingPointMachineRegister[] |
RegisterConstants.PARAMETER_FPRS
Floating point registers to pass arguments within the RVM |
static RegisterConstants.FloatingPointMachineRegister[] |
RegisterConstants.RETURN_FPRS
FPR registers used for returning values |
static RegisterConstants.FloatingPointMachineRegister[] |
RegisterConstants.VOLATILE_FPRS
Volatile floating point registers within the RVM. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||