Home
last modified time | relevance | path

Searched refs:byte_mode (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDmachmode.h276 extern enum machine_mode byte_mode;
HDemit-rtl.c73 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()
HDexpmed.c660 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()
HDexpr.c2839 create_convert_operand_from (&ops[2], val, byte_mode, true); in set_storage_via_setmem()
/dragonfly/contrib/gcc-8.0/gcc/
HDoptabs-query.c106 insn->struct_mode = byte_mode; in get_traditional_extraction_insn()
HDmachmode.h924 extern scalar_int_mode byte_mode;
HDemit-rtl.c74 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()
HDexpr.c3115 create_convert_operand_from (&ops[2], val, byte_mode, true); in set_storage_via_setmem()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-attribs.c1517 mode = byte_mode; in handle_mode_attribute()
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDrtl.texi1461 @findex byte_mode
1463 The global variables @code{byte_mode} and @code{word_mode} contain modes
HDmd.texi5194 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/
HDc-common.c6524 mode = byte_mode; in handle_mode_attribute()