HomeSort by: relevance | last modified time | path
    Searched defs:smode (Results 1 - 21 of 21) sorted by relevancy

  /src/usr.sbin/mtree/
create.c 337 mode_t smode; local
368 smode = p->fts_statp->st_mode & MBITS;
369 if (smode < MTREE_MAXMODE && ++m[smode] > maxmode) {
370 savemode = smode;
371 maxmode = m[smode];
  /src/sys/compat/sunos/
sunos_misc.c 691 int smode, nmode; local
696 smode = SCARG(uap, flags);
697 noctty = smode & 0x8000;
698 nmode = smode &
700 nmode |= ((smode & (0x0004 | 0x1000 | 0x4000)) ? O_NONBLOCK : 0);
701 nmode |= ((smode & 0x0080) ? O_SHLOCK : 0);
702 nmode |= ((smode & 0x0100) ? O_EXLOCK : 0);
703 nmode |= ((smode & 0x2000) ? O_FSYNC : 0);
  /src/sys/dev/ic/
interwavevar.h 190 u_char smode; /* Synth Mode */ member in struct:iw_softc
  /src/usr.bin/stat/
stat.c 664 char smode[12], sid[13], path[PATH_MAX + 4], visbuf[PATH_MAX * 4 + 4]; local
735 strmode(st->st_mode, smode);
736 stmp = smode;
  /src/external/gpl3/gcc.old/dist/gcc/
explow.cc 55 scalar_mode smode = as_a <scalar_mode> (mode); local
56 int width = GET_MODE_PRECISION (smode);
62 if (smode == BImode)
836 scalar_mode smode;
857 smode = as_a <scalar_mode> (mode);
858 PROMOTE_MODE (smode, unsignedp, type);
860 return smode;
831 scalar_mode smode; local
emit-rtl.cc 716 scalar_mode smode;
717 if (is_a <scalar_mode> (mode, &smode)
718 && GET_MODE_BITSIZE (smode) <= HOST_BITS_PER_WIDE_INT)
6332 scalar_mode smode = smode_iter.require ();
6333 FCONST0 (smode).data.high = 0;
6334 FCONST0 (smode).data.low = 0;
6335 FCONST0 (smode).mode = smode;
6336 const_tiny_rtx[0][(int) smode]
6337 = CONST_FIXED_FROM_FIXED_VALUE (FCONST0 (smode), smode)
715 scalar_mode smode; local
    [all...]
genrecog.cc 662 machine_mode dmode, smode;
686 smode = GET_MODE (src);
695 else if (dmode != VOIDmode && smode != VOIDmode && dmode != smode)
696 error_at (info->loc, "mode mismatch in set: %smode vs %smode",
697 GET_MODE_NAME (dmode), GET_MODE_NAME (smode));
701 else if (dmode != smode
736 error_at (info->loc, "operand to label_ref %smode not VOIDmode",
777 error_at (info->loc, "%smode of first vec_select operand is not a
660 machine_mode dmode, smode; local
    [all...]
optabs.cc 6160 machine_mode smode = GET_MODE (sel);
6163 gcc_assert (GET_MODE_CLASS (smode) == MODE_VECTOR_INT
6164 || related_int_vector_mode (tmode).require () == smode);
6166 create_input_operand (&ops[3], sel, smode);
6137 machine_mode smode = GET_MODE (sel); local
dwarf2out.cc 17230 scalar_mode smode = as_a <scalar_mode> (mode);
17232 GET_MODE_SIZE (smode), 0);
17234 if (!SCALAR_FLOAT_MODE_P (smode))
17243 unsigned int length = GET_MODE_SIZE (smode);
17217 scalar_mode smode = as_a <scalar_mode> (mode); local
  /src/external/gpl3/gcc/dist/gcc/
explow.cc 55 scalar_mode smode = as_a <scalar_mode> (mode); local
56 int width = GET_MODE_PRECISION (smode);
62 if (smode == BImode)
869 scalar_mode smode;
890 smode = as_a <scalar_mode> (mode);
891 PROMOTE_MODE (smode, unsignedp, type);
893 return smode;
864 scalar_mode smode; local
emit-rtl.cc 720 scalar_mode smode;
721 if (is_a <scalar_mode> (mode, &smode)
722 && GET_MODE_BITSIZE (smode) <= HOST_BITS_PER_WIDE_INT)
6508 scalar_mode smode = smode_iter.require ();
6509 FCONST0 (smode).data.high = 0;
6510 FCONST0 (smode).data.low = 0;
6511 FCONST0 (smode).mode = smode;
6512 const_tiny_rtx[0][(int) smode]
6513 = CONST_FIXED_FROM_FIXED_VALUE (FCONST0 (smode), smode)
719 scalar_mode smode; local
    [all...]
genrecog.cc 662 machine_mode dmode, smode;
686 smode = GET_MODE (src);
695 else if (dmode != VOIDmode && smode != VOIDmode && dmode != smode)
696 error_at (info->loc, "mode mismatch in set: %smode vs %smode",
697 GET_MODE_NAME (dmode), GET_MODE_NAME (smode));
701 else if (dmode != smode
736 error_at (info->loc, "operand to label_ref %smode not VOIDmode",
777 error_at (info->loc, "%smode of first vec_select operand is not a
660 machine_mode dmode, smode; local
    [all...]
optabs.cc 6419 machine_mode smode = GET_MODE (sel);
6422 gcc_assert (GET_MODE_CLASS (smode) == MODE_VECTOR_INT
6423 || related_int_vector_mode (tmode).require () == smode);
6425 create_input_operand (&ops[3], sel, smode);
6397 machine_mode smode = GET_MODE (sel); local
dwarf2out.cc 17316 scalar_mode smode = as_a <scalar_mode> (mode);
17318 GET_MODE_SIZE (smode), 0);
17320 if (!SCALAR_FLOAT_MODE_P (smode))
17329 unsigned int length = GET_MODE_SIZE (smode);
17303 scalar_mode smode = as_a <scalar_mode> (mode); local
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv.cc 1557 scalar_mode smode = GET_MODE_INNER (mode); local
1558 int size = GET_MODE_SIZE (smode);
1836 scalar_mode smode = GET_MODE_INNER (GET_MODE (x)); local
1837 if (maybe_gt (GET_MODE_SIZE (smode), UNITS_PER_WORD)
2912 scalar_mode smode = as_a<scalar_mode> (mode);
2914 unsigned int num = known_eq (GET_MODE_SIZE (smode), 8)
2923 need_int_reg_p = smode == DFmode;
2924 smode = SImode;
2928 if (riscv_vector::get_vector_mode (smode, nunits).exists (&vmode))
2945 result = gen_lowpart (smode, int_reg)
    [all...]
riscv-v.cc 845 scalar_mode smode = GET_MODE_INNER (mode); local
846 rtx c = gen_int_mode (val, smode);
847 if (!val.is_constant () && GET_MODE_SIZE (smode) > GET_MODE_SIZE (Pmode))
1892 scalar_mode smode = GET_MODE_INNER (mode); local
1893 unsigned int bytes = GET_MODE_SIZE (smode);
1895 return get_vector_mode (smode, m1_nunits);
3213 scalar_mode smode = GET_MODE_INNER (vmode); local
3249 unsigned int container_bits = consecutive_num * GET_MODE_BITSIZE (smode);
3256 else if (FLOAT_MODE_P (smode) && !TARGET_VECTOR_ELEN_FP_64)
3265 if (FLOAT_MODE_P (smode))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 4462 machine_mode smode;
4479 smode = V4SFmode;
4480 if (crtl->stack_alignment_needed < GET_MODE_ALIGNMENT (smode))
4481 crtl->stack_alignment_needed = GET_MODE_ALIGNMENT (smode);
4491 mem = gen_rtx_MEM (smode, mem);
4494 set_mem_align (mem, GET_MODE_ALIGNMENT (smode));
4496 emit_move_insn (mem, gen_rtx_REG (smode, GET_SSE_REGNO (i)));
4449 machine_mode smode; local
i386-expand.cc 958 machine_mode smode = GET_MODE (op1); local
960 machine_mode inner_smode = GET_MODE_INNER (smode);
971 machine_mode sse_smode = mode_for_vector (GET_MODE_INNER (smode),
15029 machine_mode smode, wsmode, wvmode; local
15032 smode = GET_MODE_INNER (mode);
15036 val = convert_modes (wsmode, smode, val, true);
15038 if (smode == QImode && !TARGET_PARTIAL_REG_STALL)
15043 GEN_INT (GET_MODE_BITSIZE (smode)),
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 4577 machine_mode smode;
4594 smode = V4SFmode;
4595 if (crtl->stack_alignment_needed < GET_MODE_ALIGNMENT (smode))
4596 crtl->stack_alignment_needed = GET_MODE_ALIGNMENT (smode);
4606 mem = gen_rtx_MEM (smode, mem);
4609 set_mem_align (mem, GET_MODE_ALIGNMENT (smode));
4611 emit_move_insn (mem, gen_rtx_REG (smode, GET_SSE_REGNO (i)));
4564 machine_mode smode; local
i386-expand.cc 1072 machine_mode smode = GET_MODE (op1); local
1074 machine_mode inner_smode = GET_MODE_INNER (smode);
1085 machine_mode sse_smode = mode_for_vector (GET_MODE_INNER (smode),
15960 machine_mode smode, wsmode, wvmode; local
15963 smode = GET_MODE_INNER (mode);
15967 val = convert_modes (wsmode, smode, val, true);
15972 GEN_INT (GET_MODE_BITSIZE (smode)));
15975 else if (smode == QImode && !TARGET_PARTIAL_REG_STALL)
15980 GEN_INT (GET_MODE_BITSIZE (smode)),
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 3808 machine_mode smode;
3828 smode = smallest_int_mode_for_size (byte_size * BITS_PER_UNIT);
3831 gen_rtx_REG (smode, FIRST_RETURN_REGNUM + n),
3862 machine_mode smode;
3866 smode = smallest_int_mode_for_size (byte_size * BITS_PER_UNIT);
3868 gen_rtx_REG (smode, FIRST_ARG_REGNUM + *cum),
3800 machine_mode smode; local
3854 machine_mode smode; local

Completed in 180 milliseconds