Searched refs:get_mem_expr_from_op (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | final.c | 229 static tree get_mem_expr_from_op (rtx, int *); 2849 get_mem_expr_from_op (rtx op, int *paddressp) in get_mem_expr_from_op() function 2871 if ((expr = get_mem_expr_from_op (op, &inner_addressp)) && ! inner_addressp) in get_mem_expr_from_op() 2874 && (expr = get_mem_expr_from_op (XEXP (op, 1), &inner_addressp))) in get_mem_expr_from_op() 2881 expr = get_mem_expr_from_op (op, &inner_addressp); in get_mem_expr_from_op() 2899 tree expr = get_mem_expr_from_op (op, &addressp); in output_asm_operand_names()
|
| 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.
|
| D | ChangeLog-2002 | 20061 * final.c (get_mem_expr_from_op): Return 0 if op is NULL.
|