Searched refs:mode (Results 51 - 75 of 3214) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sh/sh64/
H A Dendian-1.s2 .mode shmedia
H A Dendian-2.s2 .mode shmedia
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-sh/sh64/
H A Dendian.s2 .mode shmedia
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Dfloatunsidf.c2 typedef int SItype __attribute__ ((mode (SI)));
3 typedef unsigned int USItype __attribute__ ((mode (SI)));
4 typedef float DFtype __attribute__ ((mode (DF)));
H A Dfloatunsisf.c2 typedef int SItype __attribute__ ((mode (SI)));
3 typedef unsigned int USItype __attribute__ ((mode (SI)));
4 typedef float SFtype __attribute__ ((mode (SF)));
H A Dfloatunsitf.c2 typedef int SItype __attribute__ ((mode (SI)));
3 typedef unsigned int USItype __attribute__ ((mode (SI)));
4 typedef float TFtype __attribute__ ((mode (TF)));
H A Dfloatunsixf.c2 typedef int SItype __attribute__ ((mode (SI)));
3 typedef unsigned int USItype __attribute__ ((mode (SI)));
4 typedef float XFtype __attribute__ ((mode (XF)));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/dfp/
H A Ddfp-dbg.h2 typedef float _Decimal32 __attribute__((mode(SD)));
3 typedef float _Decimal64 __attribute__((mode(DD)));
4 typedef float _Decimal128 __attribute__((mode(TD)));
H A Dmodes.c3 typedef float decimal32 __attribute__ ((mode (SD)));
4 typedef float decimal64 __attribute__ ((mode (DD)));
5 typedef float decimal128 __attribute__ ((mode (TD)));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/compat/decimal/
H A Dpass-1_x.C1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
H A Dpass-3_x.C1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
H A Dpass-5_x.C1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
H A Dreturn-1_x.C1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
H A Dreturn-3_x.C1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
H A Dreturn-5_x.C1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr43299.c20 emit_load_locked (int mode, void *reg, void *mem) argument
23 if (mode == 9)
25 else if (mode == 10)
H A Dattr-mode-2.c5 typedef int tword __attribute__((mode(word)));
8 typedef enum { C1 = 1 } C __attribute__ ((mode(QI)));
9 typedef enum { D1 = 1 } __attribute__ ((mode(word))) D;
11 B __attribute__ ((mode (QI))) bqi;
12 B __attribute__ ((mode (word))) bword;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dpr36786.c4 typedef int DItype __attribute__ ((mode (DI)));
5 typedef unsigned int UDItype __attribute__ ((mode (DI)));
6 typedef int TItype __attribute__ ((mode (TI)));
/netbsd-6-1-5-RELEASE/sys/compat/ibcs2/
H A Dibcs2_stat.h80 #define IBCS2_S_ISFIFO(mode) (((mode) & IBCS2_S_IFMT) == IBCS2_S_IFIFO)
81 #define IBCS2_S_ISCHR(mode) (((mode) & IBCS2_S_IFMT) == IBCS2_S_IFCHR)
82 #define IBCS2_S_ISDIR(mode) (((mode) & IBCS2_S_IFMT) == IBCS2_S_IFDIR)
83 #define IBCS2_S_ISBLK(mode) (((mode) & IBCS2_S_IFMT) == IBCS2_S_IFBLK)
84 #define IBCS2_S_ISREG(mode) (((mode)
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dsetmode.c3 /* Set a file descriptor's mode to binary or to text.
48 /* Set the binary mode of FD to MODE, returning its previous mode.
49 MODE is 1 for binary and 0 for text. If setting the mode might
55 set_binary_mode (int fd, bool mode) argument
59 return mode;
60 return setmode (fd, mode ? O_BINARY : O_TEXT) != O_TEXT;
/netbsd-6-1-5-RELEASE/tools/compat/
H A Dgetmode.c47 getmode(const void *mp, mode_t mode) argument
53 mode &= ~ALLPERMS; /* input mode less RWX permissions */
56 return m | mode;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Drtlhooks.c42 gen_lowpart_general (enum machine_mode mode, rtx x)
44 rtx result = gen_lowpart_common (mode, x);
51 result = gen_lowpart_common (mode, copy_to_reg (x));
65 && TRULY_NOOP_TRUNCATION (GET_MODE_BITSIZE (mode),
68 return gen_lowpart_general (mode, force_reg (GET_MODE (x), x));
72 - MAX (GET_MODE_SIZE (mode), UNITS_PER_WORD));
77 offset -= (MIN (UNITS_PER_WORD, GET_MODE_SIZE (mode))
80 return adjust_address (x, mode, offset);
87 gen_lowpart_no_emit_general (enum machine_mode mode, rtx x)
89 rtx result = gen_lowpart_if_possible (mode,
41 gen_lowpart_general(enum machine_mode mode, rtx x) argument
86 gen_lowpart_no_emit_general(enum machine_mode mode, rtx x) argument
127 gen_lowpart_if_possible(enum machine_mode mode, rtx x) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dattr-mode-2.c5 typedef int tword __attribute__((mode(word)));
8 typedef enum { C1 = 1 } C __attribute__ ((mode(QI)));
9 typedef enum { D1 = 1 } __attribute__ ((mode(word))) D;
11 B __attribute__ ((mode (QI))) bqi;
12 B __attribute__ ((mode (word))) bword;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/gnu-encoding/
H A Dvector-defs.h4 typedef int __attribute__((mode(QI))) qi;
5 typedef int __attribute__((mode(HI))) hi;
6 typedef int __attribute__((mode(SI))) si;
7 typedef int __attribute__((mode(DI))) di;
8 typedef float __attribute__((mode(SF))) sf;
9 typedef float __attribute__((mode(DF))) df;
34 typedef int __attribute__((mode(V8QI))) v8qi;
35 typedef int __attribute__((mode(V16QI))) v16qi;
37 typedef int __attribute__((mode(V2HI))) v2hi;
38 typedef int __attribute__((mode(V4H
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/compat/
H A Dvector-defs.h4 typedef int __attribute__((mode(QI))) qi;
5 typedef int __attribute__((mode(HI))) hi;
6 typedef int __attribute__((mode(SI))) si;
7 typedef int __attribute__((mode(DI))) di;
8 typedef float __attribute__((mode(SF))) sf;
9 typedef float __attribute__((mode(DF))) df;
34 typedef int __attribute__((mode(V8QI))) v8qi;
35 typedef int __attribute__((mode(V16QI))) v16qi;
37 typedef int __attribute__((mode(V2HI))) v2hi;
38 typedef int __attribute__((mode(V4H
[all...]

Completed in 278 milliseconds

1234567891011>>