Searched refs:byte_mode (Results 1 – 12 of 12) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | machmode.h | 276 extern enum machine_mode byte_mode;
|
| HD | emit-rtl.c | 73 enum machine_mode byte_mode; /* Mode whose width is BITS_PER_UNIT. */ variable 5623 byte_mode = VOIDmode; in init_emit_once() 5632 && byte_mode == VOIDmode) in init_emit_once() 5633 byte_mode = mode; in init_emit_once()
|
| HD | expmed.c | 660 xop0 = adjust_address (xop0, byte_mode, offset); in store_bit_field_1() 1571 xop0 = adjust_address (xop0, byte_mode, xoffset); in extract_bit_field_1()
|
| HD | expr.c | 2839 create_convert_operand_from (&ops[2], val, byte_mode, true); in set_storage_via_setmem()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | optabs-query.c | 106 insn->struct_mode = byte_mode; in get_traditional_extraction_insn()
|
| HD | machmode.h | 924 extern scalar_int_mode byte_mode;
|
| HD | emit-rtl.c | 74 scalar_int_mode byte_mode; /* Mode whose width is BITS_PER_UNIT. */ variable 6187 byte_mode = opt_byte_mode.require (); in init_derived_machine_modes()
|
| HD | expr.c | 3115 create_convert_operand_from (&ops[2], val, byte_mode, true); in set_storage_via_setmem()
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-attribs.c | 1517 mode = byte_mode; in handle_mode_attribute()
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | rtl.texi | 1461 @findex byte_mode 1463 The global variables @code{byte_mode} and @code{word_mode} contain modes
|
| HD | md.texi | 5194 Operand 1 may have mode @code{byte_mode} or @code{word_mode}; often 5212 operand 2 the starting bit. Operand 0 may have mode @code{byte_mode} or
|
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-common.c | 6524 mode = byte_mode; in handle_mode_attribute()
|