Searched refs:get_mem_expr_from_op (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | final.cc | 213 static tree get_mem_expr_from_op (rtx, int *); 3278 get_mem_expr_from_op (rtx op, int *paddressp) in get_mem_expr_from_op() function 3300 if ((expr = get_mem_expr_from_op (op, &inner_addressp)) && ! inner_addressp) in get_mem_expr_from_op() 3303 && (expr = get_mem_expr_from_op (XEXP (op, 1), &inner_addressp))) in get_mem_expr_from_op() 3310 expr = get_mem_expr_from_op (op, &inner_addressp); in get_mem_expr_from_op() 3328 tree expr = get_mem_expr_from_op (op, &addressp); in output_asm_operand_names()
|
H A D | ChangeLog-2004 | 26737 get_mem_expr_from_op): Likewise. 29828 get_mem_expr_from_op, output_asm_operand_names, output_operand, 39659 * final.c (final_scan_insn, get_mem_expr_from_op): Likewise.
|
H A D | ChangeLog-2002 | 20061 * final.c (get_mem_expr_from_op): Return 0 if op is NULL.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | final.c | 223 static tree get_mem_expr_from_op (rtx, int *); 3652 get_mem_expr_from_op (rtx op, int *paddressp) in get_mem_expr_from_op() function 3674 if ((expr = get_mem_expr_from_op (op, &inner_addressp)) && ! inner_addressp) in get_mem_expr_from_op() 3677 && (expr = get_mem_expr_from_op (XEXP (op, 1), &inner_addressp))) in get_mem_expr_from_op() 3684 expr = get_mem_expr_from_op (op, &inner_addressp); in get_mem_expr_from_op() 3702 tree expr = get_mem_expr_from_op (op, &addressp); in output_asm_operand_names()
|