Searched refs:maxmode (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | expmed.c | 559 enum machine_mode maxmode = mode_for_extraction (EP_insv, 3); local 581 || GET_MODE_SIZE (GET_MODE (op0)) > GET_MODE_SIZE (maxmode)) 583 = get_best_mode (bitsize, bitnum, MEM_ALIGN (op0), maxmode, 619 xop0 = gen_rtx_SUBREG (maxmode, SUBREG_REG (xop0), SUBREG_BYTE (xop0)); 620 if (GET_CODE (xop0) == REG && GET_MODE (xop0) != maxmode) 621 xop0 = gen_rtx_SUBREG (maxmode, xop0, 0); 632 xbitpos += GET_MODE_BITSIZE (maxmode) - unit; 634 unit = GET_MODE_BITSIZE (maxmode); 638 if (GET_MODE (value) != maxmode) 646 if (GET_MODE_SIZE (GET_MODE (value)) < GET_MODE_SIZE (maxmode)) [all …]
|
| H A D | ChangeLog.7 | 15884 value is less than maxmode.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | expmed.c | 648 enum machine_mode maxmode = mode_for_extraction (EP_insv, 3); in store_bit_field() local 668 || GET_MODE_SIZE (GET_MODE (op0)) > GET_MODE_SIZE (maxmode)) in store_bit_field() 670 = get_best_mode (bitsize, bitnum, MEM_ALIGN (op0), maxmode, in store_bit_field() 706 xop0 = gen_rtx_SUBREG (maxmode, SUBREG_REG (xop0), SUBREG_BYTE (xop0)); in store_bit_field() 707 if (REG_P (xop0) && GET_MODE (xop0) != maxmode) in store_bit_field() 708 xop0 = gen_rtx_SUBREG (maxmode, xop0, 0); in store_bit_field() 719 xbitpos += GET_MODE_BITSIZE (maxmode) - unit; in store_bit_field() 721 unit = GET_MODE_BITSIZE (maxmode); in store_bit_field() 725 if (GET_MODE (value) != maxmode) in store_bit_field() 733 if (GET_MODE_SIZE (GET_MODE (value)) < GET_MODE_SIZE (maxmode)) in store_bit_field() [all …]
|
| /openbsd-src/usr.sbin/mtree/ |
| H A D | create.c | 279 u_short maxmode; in statd() local 296 maxuid = maxgid = maxmode = 0; in statd() 300 if (smode < MAXMODE && ++m[smode] > maxmode) { in statd() 302 maxmode = m[smode]; in statd()
|
| /openbsd-src/sys/arch/hppa/stand/libsa/ |
| H A D | cmd_hppa.c | 253 int maxmode, mode = 0; local 284 maxmode = sstor.ss_console.dp_layers[1]; 290 if (mode > maxmode) { 292 maxmode); 298 maxmode = mode; 303 console->dp_layers[1] = maxmode;
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | sysroff.info | 302 (("max mode") (chars variable bytes) ("maxmode")))
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | sysroff.info | 302 (("max mode") (chars variable bytes) ("maxmode")))
|