Home
last modified time | relevance | path

Searched refs:assign_386_stack_local (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
HDi386-protos.h119 extern rtx assign_386_stack_local (enum machine_mode, enum ix86_stack_slot);
HDi386.md3746 rtx temp = assign_386_stack_local (SFmode, SLOT_VIRTUAL);
3898 operands[2] = assign_386_stack_local (SFmode, SLOT_VIRTUAL);
3996 operands[2] = assign_386_stack_local (DFmode, SLOT_VIRTUAL);
4243 operands[2] = assign_386_stack_local (<MODE>mode, SLOT_TEMP);
4321 operands[2] = assign_386_stack_local (HImode, SLOT_CW_STORED);
4322 operands[3] = assign_386_stack_local (HImode, SLOT_CW_TRUNC);
4328 operands[4] = assign_386_stack_local (<MODE>mode, SLOT_TEMP);
17496 operands[2] = assign_386_stack_local (DImode, SLOT_TEMP);
17562 operands[2] = assign_386_stack_local (<MODE>mode, SLOT_TEMP);
17636 operands[2] = assign_386_stack_local (HImode, SLOT_CW_STORED);
[all …]
HDi386.c8929 rtx stored_mode = assign_386_stack_local (HImode, SLOT_CW_STORED); in emit_i387_cw_initialization()
9008 new_mode = assign_386_stack_local (HImode, slot); in emit_i387_cw_initialization()
13832 assign_386_stack_local (enum machine_mode mode, enum ix86_stack_slot n) in assign_386_stack_local() function
16667 target = assign_386_stack_local (SImode, SLOT_VIRTUAL); in ix86_expand_builtin()
16673 target = assign_386_stack_local (SImode, SLOT_VIRTUAL); in ix86_expand_builtin()
/freebsd-11-stable/contrib/gcc/
HDChangeLog294 * config/i386/i386.c (assign_386_stack_local): Assert that
HDChangeLog-200515609 (assign_386_stack_local): Use enum ix86_stack_slot. Change assert.
15622 assign_386_stack_local to SLOT_TEMP.
15624 assign_386_stack_local to SLOT_CW_STORED and SLOT_CW_TRUNC.
15627 assign_386_stack_local to SLOT_CW_STORED and SLOT_CW_FLOOR.
15630 assign_386_stack_local to SLOT_CW_STORED and SLOT_CW_CEIL.
15633 assign_386_stack_local to SLOT_CW_STORED and SLOT_CW_TRUNC.
15636 assign_386_stack_local to SLOT_CW_STORED and SLOT_CW_MASK_PM.
22908 ix86_expand_movmem, ix86_expand_call, assign_386_stack_local,
HDChangeLog-200332793 (assign_386_stack_local): Change to match.