Searched refs:byte_mode (Results 1 – 17 of 17) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | machmode.h | 172 extern enum machine_mode byte_mode;
|
| H A D | emit-rtl.c | 63 enum machine_mode byte_mode; /* Mode whose width is BITS_PER_UNIT. */ variable 5115 byte_mode = VOIDmode; in init_emit_once() 5124 && byte_mode == VOIDmode) in init_emit_once() 5125 byte_mode = mode; in init_emit_once()
|
| H A D | expmed.c | 699 xop0 = adjust_address (xop0, byte_mode, offset); in store_bit_field() 1457 xop0 = adjust_address (xop0, byte_mode, xoffset); in extract_bit_field() 1591 xop0 = adjust_address (xop0, byte_mode, xoffset); in extract_bit_field()
|
| H A D | c-common.c | 4530 mode = byte_mode; in handle_mode_attribute()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | machmode.h | 172 extern enum machine_mode byte_mode;
|
| H A D | emit-rtl.c | 61 enum machine_mode byte_mode; /* Mode whose width is BITS_PER_UNIT. */ variable 5373 byte_mode = VOIDmode; 5381 && byte_mode == VOIDmode) 5382 byte_mode = mode;
|
| H A D | expmed.c | 612 xop0 = adjust_address (xop0, byte_mode, offset); 1323 xop0 = adjust_address (xop0, byte_mode, xoffset); 1453 xop0 = adjust_address (xop0, byte_mode, xoffset);
|
| H A D | expr.c | 7772 addr = memory_address (byte_mode, 7778 bit = expand_shift (RSHIFT_EXPR, byte_mode, 7779 gen_rtx_MEM (byte_mode, addr), 7782 result = expand_binop (byte_mode, and_optab, bit, const1_rtx, 7783 GET_MODE (target) == byte_mode ? target : 0,
|
| H A D | c-common.c | 5673 mode = byte_mode;
|
| H A D | combine.c | 6116 enum machine_mode wanted_inner_mode = byte_mode;
|
| /openbsd-src/gnu/gcc/gcc/config/m68k/ |
| H A D | m68k.md | 3284 int byte_mode; 3293 byte_mode = (GET_MODE (operands[1]) == QImode); 3295 operands[0] = adjust_address (operands[0], byte_mode ? QImode : HImode, 3296 byte_mode ? 3 : 2); 3297 if (byte_mode) 3465 int byte_mode; 3468 byte_mode = (GET_MODE (operands[1]) == QImode); 3470 operands[0] = adjust_address (operands[0], byte_mode ? QImode : HImode, 3471 byte_mode ? 3 : 2); 3472 if (byte_mode)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/ |
| H A D | m68k.md | 3809 int byte_mode; 3818 byte_mode = (GET_MODE (operands[1]) == QImode); 3820 operands[0] = adjust_address (operands[0], byte_mode ? QImode : HImode, 3821 byte_mode ? 3 : 2); 3822 if (byte_mode) 3992 int byte_mode; 3995 byte_mode = (GET_MODE (operands[1]) == QImode); 3997 operands[0] = adjust_address (operands[0], byte_mode ? QImode : HImode, 3998 byte_mode ? 3 : 2); 3999 if (byte_mode)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | rtl.texi | 1159 @findex byte_mode 1161 The global variables @code{byte_mode} and @code{word_mode} contain modes
|
| H A D | md.texi | 2803 Operand 1 may have mode @code{byte_mode} or @code{word_mode}; often 2821 operand 2 the starting bit. Operand 0 may have mode @code{byte_mode} or
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | rtl.texi | 1323 @findex byte_mode 1325 The global variables @code{byte_mode} and @code{word_mode} contain modes
|
| H A D | md.texi | 3923 Operand 1 may have mode @code{byte_mode} or @code{word_mode}; often 3941 operand 2 the starting bit. Operand 0 may have mode @code{byte_mode} or
|
| H A D | gccint.info | 9552 The global variables `byte_mode' and `word_mode' contain modes whose 15737 `word_mode'. Operand 1 may have mode `byte_mode' or `word_mode'; 15755 `byte_mode' or `word_mode'; often `word_mode' is allowed only for 31831 * byte_mode: Machine Modes. (line 239)
|