Searched refs:postinc_reg (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm.cc | 24403 rtx postinc_reg = NULL; in arm_print_operand() local 24415 postinc_reg = XEXP( XEXP (addr, 1), 1); in arm_print_operand() 24443 if (postinc_reg) in arm_print_operand() 24444 asm_fprintf (stream, ", %r", REGNO (postinc_reg)); in arm_print_operand() 24457 rtx postinc_reg = NULL; in arm_print_operand() local 24479 postinc_reg = XEXP (XEXP (addr, 1), 1); in arm_print_operand() 24480 if (postinc_reg && CONST_INT_P (postinc_reg)) in arm_print_operand() 24483 asm_fprintf (stream, "], #%wd",INTVAL (postinc_reg)); in arm_print_operand() 24485 asm_fprintf (stream, ", #%wd]!",INTVAL (postinc_reg)); in arm_print_operand()
|