|
|
|
|
Synopsis |
|
|
|
Documentation |
|
|
|
|
Constructors | | Instances | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make a spill instruction.
|
|
|
Make a spill reload instruction.
|
|
|
|
|
|
|
|
|
See if this instruction is telling us the current C stack delta
|
|
|
|
|
Make a reg-reg move instruction.
On SPARC v8 there are no instructions to move directly between
floating point and integer regs. If we need to do that then we
have to go via memory.
|
|
|
Check whether an instruction represents a reg-reg move.
The register allocator attempts to eliminate reg->reg moves whenever it can,
by assigning the src and dest temporaries to the same real register.
|
|
|
Make an unconditional branch instruction.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Produced by Haddock version 2.6.1 |