Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c10628 char *picbase = machopic_function_base_name (); in rs6000_emit_prologue() local
10629 rtx src = gen_rtx_SYMBOL_REF (Pmode, ggc_alloc_string (picbase, -1)); in rs6000_emit_prologue()
H A Drs6000.md10415 ;; On Darwin, we need to reload the picbase.
10427 char *picbase = machopic_function_base_name ();
10428 rtx picrtx = gen_rtx_SYMBOL_REF (Pmode, ggc_alloc_string (picbase, -1));
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DREADME.txt421 better to sink the picbase computation down into the block for the
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.md10217 ;; On Darwin, we need to reload the picbase.
10229 const char *picbase = machopic_function_base_name ();
10230 rtx picrtx = gen_rtx_SYMBOL_REF (Pmode, ggc_strdup (picbase));