Home
last modified time | relevance | path

Searched refs:literal_pool (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/gcc/gcc/config/s390/
H A Ds390.c228 bool literal_pool; member
1532 bool literal_pool = false; in s390_decompose_address() local
1612 base = fake_pool_base, literal_pool = true; in s390_decompose_address()
1614 indx = fake_pool_base, literal_pool = true; in s390_decompose_address()
1642 base = fake_pool_base, literal_pool = true; in s390_decompose_address()
1668 pointer = base_ptr = literal_pool = true; in s390_decompose_address()
1690 indx = fake_pool_base, literal_pool = true; in s390_decompose_address()
1716 pointer = indx_ptr = literal_pool = true; in s390_decompose_address()
1805 out->literal_pool = literal_pool; in s390_decompose_address()
1895 if (addr.literal_pool) in s390_mem_constraint()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-arm.c2579 typedef struct literal_pool struct
2587 struct literal_pool * next; argument
2588 } literal_pool; typedef
2591 literal_pool * list_of_pools = NULL;
2596 static literal_pool *
2599 literal_pool * pool; in find_literal_pool()
2611 static literal_pool *
2616 literal_pool * pool; in find_or_make_literal_pool()
2654 literal_pool * pool; in add_to_lit_pool()
3092 literal_pool * pool;
[all …]
H A Dtc-xtensa.c7483 fragS *search_frag, *next_frag, *last_frag, *literal_pool, *insert_after; in xtensa_move_literals() local
7502 literal_pool = NULL; in xtensa_move_literals()
7533 literal_pool = search_frag->tc_frag_data.literal_frag; in xtensa_move_literals()
7534 assert (literal_pool->fr_subtype == RELAX_LITERAL_POOL_BEGIN); in xtensa_move_literals()
7538 frchain_to = (frchainS *) literal_pool->fr_var; in xtensa_move_literals()
7540 insert_after = literal_pool; in xtensa_move_literals()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c601 typedef struct literal_pool struct
609 struct literal_pool * next; argument
610 } literal_pool; typedef
613 literal_pool * list_of_pools = NULL;
1827 static literal_pool *
1830 literal_pool * pool; in find_literal_pool()
1842 static literal_pool *
1847 literal_pool * pool; in find_or_make_literal_pool()
1886 literal_pool * pool; in add_to_lit_pool()
1989 literal_pool * pool; in s_ltorg()
[all …]
H A Dtc-xtensa.c9674 fragS *search_frag, *next_frag, *last_frag, *literal_pool, *insert_after; in xtensa_move_literals() local
9693 literal_pool = NULL; in xtensa_move_literals()
9726 literal_pool = search_frag->tc_frag_data.literal_frag; in xtensa_move_literals()
9727 assert (literal_pool->fr_subtype == RELAX_LITERAL_POOL_BEGIN); in xtensa_move_literals()
9728 frchain_to = literal_pool->tc_frag_data.lit_frchain; in xtensa_move_literals()
9731 insert_after = literal_pool; in xtensa_move_literals()
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog-02035006 * config/tc-arm.c (struct literal_pool): Add fields to allow
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-02035006 * config/tc-arm.c (struct literal_pool): Add fields to allow