Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/config/s390/
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()
/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-arm.c689 typedef struct literal_pool struct
697 struct literal_pool * next; argument
698 } literal_pool; typedef
701 literal_pool * list_of_pools = NULL;
2681 static literal_pool *
2684 literal_pool * pool; in find_literal_pool()
2696 static literal_pool *
2701 literal_pool * pool; in find_or_make_literal_pool()
2740 literal_pool * pool; in add_to_lit_pool()
2843 literal_pool * pool; in s_ltorg()
[all …]
/freebsd-9-stable/contrib/binutils/gas/
DChangeLog-02035006 * config/tc-arm.c (struct literal_pool): Add fields to allow
/freebsd-9-stable/contrib/gcc/
DChangeLog-20051846 * config/s390/s390.c (struct s390_address): New field literal_pool.
1847 (s390_decompose_address): Compute literal_pool field. Do not
1849 (s390_extra_constraint_str): Use literal_pool field.