Lines Matching refs:literal
745 @cindex literal pool entries, s390
746 @cindex s390 literal pool entries
748 A literal pool is a collection of values. To access the values a pointer
749 to the literal pool is loaded to a register, the literal pool register.
750 Usually, register %r13 is used as the literal pool register
753 instruction operand. The expression is added to the literal pool and the
754 operand is replaced with the offset to the literal in the literal pool.
758 The literal pool entry is created as an 8-bit value. An operand modifier
761 The literal pool entry is created as a 16 bit value. The operand modifier
763 will put the got offset for the global symbol x to the literal pool as
766 The literal pool entry is created as a 32-bit value. The operand modifier
769 literal pool as a 32-bit value. The term @samp{x@@plt:lit4} will put the
770 plt offset for the global symbol x to the literal pool as a 32-bit value.
772 The literal pool entry is created as a 64-bit value. The operand modifier
775 literal pool as a 64-bit value. The term @samp{x@@plt:lit8} will put the
776 plt offset for the global symbol x to the literal pool as a 64-bit value.
779 The assembler directive @samp{.ltorg} is used to emit all literal pool
862 This directive causes the current contents of the literal pool to be