Searched refs:assign_386_stack_local (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/gcc/config/i386/ |
| HD | i386-protos.h | 119 extern rtx assign_386_stack_local (enum machine_mode, enum ix86_stack_slot);
|
| HD | i386.md | 3746 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 …]
|
| HD | i386.c | 8929 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/ |
| HD | ChangeLog | 294 * config/i386/i386.c (assign_386_stack_local): Assert that
|
| HD | ChangeLog-2005 | 15609 (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,
|
| HD | ChangeLog-2003 | 32793 (assign_386_stack_local): Change to match.
|