Searched refs:global_offset_table (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/config/m32r/ |
| D | m32r.c | 1334 static rtx global_offset_table; variable 1362 global_offset_table = gen_rtx_SYMBOL_REF (Pmode, "_GLOBAL_OFFSET_TABLE_"); in m32r_load_pic_register() 1363 emit_insn (gen_get_pc (pic_offset_table_rtx, global_offset_table, in m32r_load_pic_register()
|
| /openbsd/src/gnu/gcc/gcc/config/sparc/ |
| D | sparc.c | 2744 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()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/ |
| D | sparc.c | 3150 static GTY(()) rtx global_offset_table; 3169 == global_offset_table) 3333 global_offset_table = gen_rtx_SYMBOL_REF (Pmode, "_GLOBAL_OFFSET_TABLE_"); in load_pic_register() 3337 emit_insn (gen_get_pc (pic_offset_table_rtx, global_offset_table, in load_pic_register()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/ |
| D | arm.c | 2500 rtx global_offset_table; local 2511 global_offset_table = gen_rtx_SYMBOL_REF (Pmode, "_GLOBAL_OFFSET_TABLE_"); 2517 gen_rtx_PLUS (Pmode, global_offset_table, pc_rtx)); 2519 pic_tmp2 = gen_rtx_CONST (VOIDmode, global_offset_table);
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZOperators.td | 235 def global_offset_table : SDNode<"ISD::GLOBAL_OFFSET_TABLE", SDTPtrLeaf>;
|
| D | SystemZInstrInfo.td | 876 [(set GR64:$R1, (global_offset_table))]>;
|
| /openbsd/src/gnu/gcc/gcc/config/arm/ |
| D | arm.c | 3413 rtx global_offset_table; in arm_load_pic_register() local 3427 global_offset_table = gen_rtx_SYMBOL_REF (Pmode, "_GLOBAL_OFFSET_TABLE_"); in arm_load_pic_register() 3433 gen_rtx_PLUS (Pmode, global_offset_table, pc_rtx)); in arm_load_pic_register() 3435 pic_tmp2 = gen_rtx_CONST (VOIDmode, global_offset_table); in arm_load_pic_register()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ChangeLog.2 | 6608 (global_offset_table): New variable. 6609 (load_pic_register): Fill global_offset_table if it hasn't
|