Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky.c1493 Mfix *this_fix; in csky_emit_constant_pools() local
1567 for (this_fix = fix; this_fix && ftmp != this_fix; in csky_emit_constant_pools()
1568 this_fix = this_fix->next) in csky_emit_constant_pools()
1570 if (GET_CODE (this_fix->insn) != BARRIER) in csky_emit_constant_pools()
1576 this_fix->minipool->offset); in csky_emit_constant_pools()
1577 rtx insn_body = PATTERN (this_fix->insn); in csky_emit_constant_pools()
1579 *this_fix->loc = gen_rtx_MEM (this_fix->mode, addr); in csky_emit_constant_pools()
1580 if (GET_CODE (this_fix->value) == SYMBOL_REF) in csky_emit_constant_pools()
1584 this_fix->insn); in csky_emit_constant_pools()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky.cc1581 Mfix *this_fix; in csky_emit_constant_pools() local
1655 for (this_fix = fix; this_fix && ftmp != this_fix; in csky_emit_constant_pools()
1656 this_fix = this_fix->next) in csky_emit_constant_pools()
1658 if (GET_CODE (this_fix->insn) != BARRIER) in csky_emit_constant_pools()
1664 this_fix->minipool->offset); in csky_emit_constant_pools()
1665 rtx insn_body = PATTERN (this_fix->insn); in csky_emit_constant_pools()
1667 *this_fix->loc = gen_rtx_MEM (this_fix->mode, addr); in csky_emit_constant_pools()
1668 if (GET_CODE (this_fix->value) == SYMBOL_REF) in csky_emit_constant_pools()
1672 this_fix->insn); in csky_emit_constant_pools()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c19249 Mfix * this_fix; in arm_reorg() local
19333 for (this_fix = fix; this_fix && ftmp != this_fix; in arm_reorg()
19334 this_fix = this_fix->next) in arm_reorg()
19335 if (!BARRIER_P (this_fix->insn)) in arm_reorg()
19341 this_fix->minipool->offset); in arm_reorg()
19342 *this_fix->loc = gen_rtx_MEM (this_fix->mode, addr); in arm_reorg()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc19456 Mfix * this_fix; in arm_reorg() local
19540 for (this_fix = fix; this_fix && ftmp != this_fix; in arm_reorg()
19541 this_fix = this_fix->next) in arm_reorg()
19542 if (!BARRIER_P (this_fix->insn)) in arm_reorg()
19548 this_fix->minipool->offset); in arm_reorg()
19549 *this_fix->loc = gen_rtx_MEM (this_fix->mode, addr); in arm_reorg()