Home
last modified time | relevance | path

Searched refs:global_offset_table (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.c2744 static GTY(()) rtx global_offset_table;
2758 == global_offset_table) in check_pic()
3031 if (!global_offset_table) in sparc_tls_got()
3032 global_offset_table = gen_rtx_SYMBOL_REF (Pmode, "_GLOBAL_OFFSET_TABLE_"); in sparc_tls_got()
3034 emit_move_insn (temp, global_offset_table); in sparc_tls_got()
3371 global_offset_table = gen_rtx_SYMBOL_REF (Pmode, "_GLOBAL_OFFSET_TABLE_"); in load_pic_register()
3381 emit_insn (gen_load_pcrel_symdi (pic_offset_table_rtx, global_offset_table, in load_pic_register()
3384 emit_insn (gen_load_pcrel_symsi (pic_offset_table_rtx, global_offset_table, in load_pic_register()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td233 def global_offset_table : SDNode<"ISD::GLOBAL_OFFSET_TABLE", SDTPtrLeaf>;
H A DSystemZInstrInfo.td790 [(set GR64:$R1, (global_offset_table))]>;
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.c3423 rtx global_offset_table; in arm_load_pic_register() local
3437 global_offset_table = gen_rtx_SYMBOL_REF (Pmode, "_GLOBAL_OFFSET_TABLE_"); in arm_load_pic_register()
3443 gen_rtx_PLUS (Pmode, global_offset_table, pc_rtx)); in arm_load_pic_register()
3445 pic_tmp2 = gen_rtx_CONST (VOIDmode, global_offset_table); in arm_load_pic_register()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-19996608 (global_offset_table): New variable.
6609 (load_pic_register): Fill global_offset_table if it hasn't
H A DChangeLog-2003102 (global_offset_table, load_pic_register, m32r_legitimate_pic_operand_p,