Searched refs:stack_slot (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mmix/ |
| H A D | mmix.md | 496 rtx stack_slot; 500 stack_slot 503 emit_insn (gen_floatdisf2 (stack_slot, operands[1])); 504 emit_move_insn (operands[0], stack_slot); 530 rtx stack_slot; 534 stack_slot 537 emit_insn (gen_floatunsdisf2 (stack_slot, operands[1])); 538 emit_move_insn (operands[0], stack_slot); 607 rtx stack_slot; 616 stack_slot [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/mmix/ |
| H A D | mmix.md | 550 rtx stack_slot; 554 stack_slot 557 emit_insn (gen_floatdisf2 (stack_slot, operands[1])); 558 emit_move_insn (operands[0], stack_slot); 584 rtx stack_slot; 588 stack_slot 591 emit_insn (gen_floatunsdisf2 (stack_slot, operands[1])); 592 emit_move_insn (operands[0], stack_slot); 661 rtx stack_slot; 670 stack_slot [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/dsp16xx/ |
| H A D | dsp16xx.md | 2051 rtx stack_slot; 2053 stack_slot = assign_stack_temp (QImode, GET_MODE_SIZE(QImode), 0); 2054 stack_slot = change_address (stack_slot, VOIDmode, XEXP (stack_slot, 0)); 2055 emit_move_insn (stack_slot, operands[2]); 2056 operands[2] = stack_slot; 2176 rtx stack_slot; 2178 stack_slot = assign_stack_temp (QImode, GET_MODE_SIZE(QImode), 0); 2179 stack_slot = change_address (stack_slot, VOIDmode, XEXP (stack_slot, 0)); 2180 emit_move_insn (stack_slot, operands[2]); 2181 operands[2] = stack_slot; [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | calls.c | 90 rtx stack_slot; member 1424 args[i].stack_slot = gen_rtx_MEM (partial_mode, addr); in compute_argument_addresses() 1425 set_mem_size (args[i].stack_slot, GEN_INT (units_on_stack)); in compute_argument_addresses() 1429 args[i].stack_slot = gen_rtx_MEM (args[i].mode, addr); in compute_argument_addresses() 1430 set_mem_attributes (args[i].stack_slot, in compute_argument_addresses() 1433 set_mem_align (args[i].stack_slot, args[i].locate.boundary); in compute_argument_addresses() 1440 set_mem_alias_set (args[i].stack_slot, 0); in compute_argument_addresses() 3022 XEXP (args[i].stack_slot, 0))); in expand_call() 4065 if (GET_CODE (XEXP (arg->stack_slot, 0)) == PLUS) in store_one_arg() 4066 upper_bound = -INTVAL (XEXP (XEXP (arg->stack_slot, 0), 1)) + 1; in store_one_arg() [all …]
|
| H A D | reload1.c | 2044 rtx stack_slot; in alter_reg() local 2061 stack_slot = x; in alter_reg() 2077 stack_slot in alter_reg() 2084 spill_stack_slot[from_reg] = stack_slot; in alter_reg()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ra-rewrite.c | 317 if (web->stack_slot) 320 web->stack_slot = slot; 426 slot = aweb->stack_slot; 474 slot = aweb->stack_slot; 679 if (aweb->type != SPILLED || !aweb->stack_slot) 681 slot = aweb->stack_slot; 942 slot = aweb->stack_slot; 1598 if (set && web->type == SPILLED && web->stack_slot == NULL) in delete_useless_defs()
|
| H A D | calls.c | 118 rtx stack_slot; member 1686 args[i].stack_slot = gen_rtx_MEM (args[i].mode, addr); 1687 set_mem_align (args[i].stack_slot, PARM_BOUNDARY); 1688 set_mem_attributes (args[i].stack_slot, 1696 set_mem_alias_set (args[i].stack_slot, 0); 3361 XEXP (args[i].stack_slot, 0))); 4411 if (GET_CODE (XEXP (arg->stack_slot, 0)) == PLUS) 4412 upper_bound = -INTVAL (XEXP (XEXP (arg->stack_slot, 0), 1)) + 1; 4418 if (GET_CODE (XEXP (arg->stack_slot, 0)) == PLUS) 4419 lower_bound = INTVAL (XEXP (XEXP (arg->stack_slot, 0), 1)); [all …]
|
| H A D | ra.h | 267 rtx stack_slot; member
|
| H A D | integrate.c | 775 rtx stack_slot = assign_temp (TREE_TYPE (arg), 1, 1, 1); local 777 store_expr (arg, stack_slot, 0); 778 arg_vals[i] = XEXP (stack_slot, 0);
|
| H A D | reload1.c | 2042 rtx stack_slot; local 2056 stack_slot = x; 2072 stack_slot 2079 spill_stack_slot[from_reg] = stack_slot;
|
| H A D | ra-build.c | 1368 web->stack_slot = NULL;
|
| H A D | FSFChangeLog.11 | 4098 * calls.c (store_one_arg): Allow stack_slot to be SP in
|