Searched defs:immediate (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp78 // or embedded immediate constants).
100 // On machines that have 32-bit immediate fields, there is usually
199 // immediate field must not straddle a unit of memory coherence.
235 // added to "%lo(myObject)" does not overflow the immediate fields of the
337 int immediate() const { assert(is_immediate(), "must have immed"); function in class:VALUE_OBJ_CLASS_SPEC
371 // "immediate" in the prefix header word itself. This optimization
377 // an immediate relocInfo optimizes a prefix with one 10-bit unsigned value
714 // (The "immediate data" mechanism of relocInfo works independently
904 // immediate constant. The "o" arguments for the set-lo instructions are
905 // added into the low-half immediate constan
[all...]

Completed in 31 milliseconds