Searched refs:offset_address (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | expr.h | 637 extern rtx offset_address (rtx, rtx, unsigned HOST_WIDE_INT);
|
| H A D | expr.c | 4106 to_rtx = offset_address (to_rtx, offset_rtx, in expand_assignment() 4506 target = offset_address (target, copy_size_rtx, in store_expr() 5008 to_rtx = offset_address (to_rtx, offset_rtx, in store_constructor() 5249 xtarget = offset_address (target, pos_rtx, in store_constructor() 5294 xtarget = offset_address (target, in store_constructor() 7486 op0 = offset_address (op0, offset_rtx, in expand_expr_real_1()
|
| H A D | emit-rtl.c | 1917 offset_address (rtx memref, rtx offset, unsigned HOST_WIDE_INT pow2) in offset_address() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | expr.h | 645 extern rtx offset_address PARAMS ((rtx, rtx, HOST_WIDE_INT));
|
| H A D | expr.c | 4152 to_rtx = offset_address (to_rtx, offset_rtx, 4677 target = offset_address (target, copy_size_rtx, 4987 to_rtx = offset_address (to_rtx, offset_rtx, 5248 xtarget = offset_address (target, pos_rtx, 5284 xtarget = offset_address (target, 7496 op0 = offset_address (op0, offset_rtx,
|
| H A D | emit-rtl.c | 2147 offset_address (memref, offset, pow2) in offset_address() function
|
| H A D | ChangeLog.6 | 7734 (offset_address): Use proper introductory comment. 8002 (adjust_address_1, offset_address): Likewise. 8160 (adjust_address_1, offset_address): Simplify alignment compuitation. 8261 (offset_address): New function. 8267 (expand_assigment): Use it and offset_address. 8271 * expr.h (offset_address): New decl.
|
| H A D | ChangeLog.7 | 12287 * emit-rtl.c (adjust_address_1, offset_address): Cast value to 15191 * emit-rtl.c (offset_address): Call update_temp_slot_address. 15888 * emit-rtl.c (offset_address): Use simplify_gen_binary rather 21501 * emit-rtl.c (adjust_address_1, offset_address): Likewise.
|