Searched refs:mode (Results 251 - 275 of 2233) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/sqlite3/
H A Dinstall-sh69 # Desired mode of installed file.
70 mode=0755
129 -m) mode=$2
130 case $mode in
132 echo "$0: invalid mode: $mode" >&2
224 case $mode in
235 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
242 cp_umask=$mode$u_plus_rw;;
296 # Create intermediate dirs using mode 75
[all...]
/freebsd-11-stable/contrib/openpam/
H A Dinstall-sh69 # Desired mode of installed file.
70 mode=0755
129 -m) mode=$2
130 case $mode in
132 echo "$0: invalid mode: $mode" >&2
224 case $mode in
235 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
242 cp_umask=$mode$u_plus_rw;;
296 # Create intermediate dirs using mode 75
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dinstall-sh69 # Desired mode of installed file.
70 mode=0755
129 -m) mode=$2
130 case $mode in
132 echo "$0: invalid mode: $mode" >&2
224 case $mode in
235 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
242 cp_umask=$mode$u_plus_rw;;
296 # Create intermediate dirs using mode 75
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h44 CompletionMode mode)
46 m_mode(mode) {}
63 CompletionMode mode);
141 /// \param mode The CompletionMode for this completion.
144 CompletionMode mode = CompletionMode::Normal) {
145 m_result.AddResult(completion, description, mode);
43 Completion(llvm::StringRef completion, llvm::StringRef description, CompletionMode mode) argument
/freebsd-11-stable/contrib/unbound/
H A Dinstall-sh69 # Desired mode of installed file.
70 mode=0755
129 -m) mode=$2
130 case $mode in
132 echo "$0: invalid mode: $mode" >&2
224 case $mode in
235 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
242 cp_umask=$mode$u_plus_rw;;
296 # Create intermediate dirs using mode 75
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_thread.c689 calc_remaining(struct proc *p, int mode) argument
695 if (mode == SINGLE_EXIT)
697 else if (mode == SINGLE_BOUNDARY)
699 else if (mode == SINGLE_NO_EXIT || mode == SINGLE_ALLPROC)
702 panic("calc_remaining: wrong mode %d", mode);
707 remain_for_mode(int mode) argument
710 return (mode == SINGLE_ALLPROC ? 0 : 1);
714 weed_inhib(int mode, struc argument
776 thread_single(struct proc *p, int mode) argument
1151 thread_single_end(struct proc *p, int mode) argument
[all...]
H A Dsysv_ipc.c93 obj_mode = perm->mode;
97 obj_mode = perm->mode;
100 obj_mode = perm->mode;
106 * granted, as part of the mode, our implementation requires
162 new->mode = old->mode;
176 old->mode = new->mode;
202 CP(*ip32, *ip, mode);
215 CP(*ip, *ip32, mode);
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dcombine.c228 used to store the mode in which the register was last set, the bits
265 is not a nop to this mode we might be able to save an explicit
335 largest integer mode that can fit in HOST_BITS_PER_WIDE_INT. */
497 possible. Unfortunately, there are way too many mode changes
505 that is a valid sign-extension for the original mode. */
511 original mode would be gone. Unfortunately, we can't tell
564 /* Similar to SUBST, but just substitute the mode. This is used when
565 changing the mode of a pseudo-register, so that any other
1027 enum machine_mode mode;
1038 && (reg = promoted_input_arg (regno, &mode,
1019 enum machine_mode mode; local
1750 can_change_dest_mode(rtx x, int added_sets, enum machine_mode mode) argument
2765 enum machine_mode mode = GET_MODE (setsrc); local
3622 enum machine_mode mode = GET_MODE (dest); local
3695 enum machine_mode mode = GET_MODE (XEXP (SET_SRC (x), 0)); local
3745 enum machine_mode mode = GET_MODE (SET_SRC (x)); local
4106 enum machine_mode mode = GET_MODE (x); local
4162 enum machine_mode mode = GET_MODE (x); local
4842 enum machine_mode mode = GET_MODE (x); local
5175 enum machine_mode mode local
5524 enum machine_mode mode = GET_MODE (x); local
5778 enum machine_mode mode = GET_MODE (x); local
5957 make_extraction(enum machine_mode mode, rtx inner, HOST_WIDE_INT pos, rtx pos_rtx, unsigned HOST_WIDE_INT len, int unsignedp, int in_dest, int in_compare) argument
6359 enum machine_mode mode = GET_MODE (x); local
6420 enum machine_mode mode = GET_MODE (x); local
6809 gen_lowpart_or_truncate(enum machine_mode mode, rtx x) argument
6834 force_to_mode(rtx x, enum machine_mode mode, unsigned HOST_WIDE_INT mask, int just_select) argument
7371 enum machine_mode mode = GET_MODE (x); local
7779 enum machine_mode mode; local
8078 enum machine_mode mode; local
8129 simplify_and_const_int_1(enum machine_mode mode, rtx varop, unsigned HOST_WIDE_INT constop) argument
8244 simplify_and_const_int(rtx x, enum machine_mode mode, rtx varop, unsigned HOST_WIDE_INT constop) argument
8266 reg_nonzero_bits_for_combine(rtx x, enum machine_mode mode, rtx known_x ATTRIBUTE_UNUSED, enum machine_mode known_mode ATTRIBUTE_UNUSED, unsigned HOST_WIDE_INT known_ret ATTRIBUTE_UNUSED, unsigned HOST_WIDE_INT *nonzero) argument
8340 reg_num_sign_bit_copies_for_combine(rtx x, enum machine_mode mode, rtx known_x ATTRIBUTE_UNUSED, enum machine_mode known_mode ATTRIBUTE_UNUSED, unsigned int known_ret ATTRIBUTE_UNUSED, unsigned int *result) argument
8386 extended_count(rtx x, enum machine_mode mode, int unsignedp) argument
8421 merge_outer_ops(enum rtx_code *pop0, HOST_WIDE_INT *pconst0, enum rtx_code op1, HOST_WIDE_INT const1, enum machine_mode mode, int *pcomp_p) argument
8545 enum machine_mode mode = result_mode; local
9539 enum machine_mode mode, tmode; local
9586 enum machine_mode mode = GET_MODE (op0); local
9692 enum machine_mode mode = GET_MODE (op0); local
10958 enum machine_mode mode = GET_MODE (reg); local
11086 enum machine_mode mode = GET_MODE (subreg); local
11126 reg_truncated_to_mode(enum machine_mode mode, rtx x) argument
[all...]
H A Dlibgcc2.h137 typedef int QItype __attribute__ ((mode (QI)));
138 typedef unsigned int UQItype __attribute__ ((mode (QI)));
139 typedef int HItype __attribute__ ((mode (HI)));
140 typedef unsigned int UHItype __attribute__ ((mode (HI)));
143 typedef int SItype __attribute__ ((mode (SI)));
144 typedef unsigned int USItype __attribute__ ((mode (SI)));
147 typedef int DItype __attribute__ ((mode (DI)));
148 typedef unsigned int UDItype __attribute__ ((mode (DI)));
151 typedef int TItype __attribute__ ((mode (TI)));
152 typedef unsigned int UTItype __attribute__ ((mode (T
[all...]
H A Demit-rtl.c91 /* We record floating-point CONST_DOUBLEs in each floating-point mode for
280 MEM of mode MODE. */
284 unsigned int align, enum machine_mode mode)
294 || (mode != BLKmode && GET_MODE_SIZE (mode) == INTVAL (size)))
295 && (STRICT_ALIGNMENT && mode != BLKmode
296 ? align == GET_MODE_ALIGNMENT (mode) : align == BITS_PER_UNIT))
339 MEM of mode MODE. */
369 gen_raw_REG (enum machine_mode mode, int regno)
371 rtx x = gen_rtx_raw_REG (mode, regn
282 get_mem_attrs(HOST_WIDE_INT alias, tree expr, rtx offset, rtx size, unsigned int align, enum machine_mode mode) argument
368 gen_raw_REG(enum machine_mode mode, int regno) argument
402 gen_int_mode(HOST_WIDE_INT c, enum machine_mode mode) argument
427 const_double_from_real_value(REAL_VALUE_TYPE value, enum machine_mode mode) argument
443 immed_double_const(HOST_WIDE_INT i0, HOST_WIDE_INT i1, enum machine_mode mode) argument
490 gen_rtx_REG(enum machine_mode mode, unsigned int regno) argument
555 gen_rtx_MEM(enum machine_mode mode, rtx addr) argument
569 gen_const_mem(enum machine_mode mode, rtx addr) argument
581 gen_frame_mem(enum machine_mode mode, rtx addr) argument
593 gen_tmp_stack_mem(enum machine_mode mode, rtx addr) argument
691 gen_rtx_SUBREG(enum machine_mode mode, rtx reg, int offset) argument
701 gen_lowpart_SUBREG(enum machine_mode mode, rtx reg) argument
764 gen_reg_rtx(enum machine_mode mode) argument
820 gen_rtx_REG_offset(rtx reg, enum machine_mode mode, unsigned int regno, int offset) argument
1103 gen_lowpart_common(enum machine_mode mode, rtx x) argument
1166 gen_highpart(enum machine_mode mode, rtx x) argument
1289 operand_subword(rtx op, unsigned int offset, int validate_address, enum machine_mode mode) argument
1335 operand_subword_force(rtx op, unsigned int offset, enum machine_mode mode) argument
1768 change_address_1(rtx memref, enum machine_mode mode, rtx addr, int validate) argument
1801 change_address(rtx memref, enum machine_mode mode, rtx addr) argument
1837 adjust_address_1(rtx memref, enum machine_mode mode, HOST_WIDE_INT offset, int validate, int adjust) argument
1905 adjust_automodify_address_1(rtx memref, enum machine_mode mode, rtx addr, HOST_WIDE_INT offset, int validate) argument
1982 widen_memory_access(rtx memref, enum machine_mode mode, HOST_WIDE_INT offset) argument
5034 gen_const_vector(enum machine_mode mode, int constant) argument
5062 gen_rtx_CONST_VECTOR(enum machine_mode mode, rtvec v) argument
5095 enum machine_mode mode; local
5375 gen_hard_reg_clobber(enum machine_mode mode, unsigned int regno) argument
[all...]
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dtda19988.c424 tda19988_init_encoder(struct tda19988_softc *sc, const struct videomode *mode) argument
437 n_pix = mode->htotal;
438 n_line = mode->vtotal;
440 hs_pix_stop = mode->hsync_end - mode->hdisplay;
441 hs_pix_start = mode->hsync_start - mode->hdisplay;
443 de_stop = mode->htotal;
444 de_start = mode->htotal - mode
777 tda19988_set_videomode(device_t dev, const struct videomode *mode) argument
[all...]
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-jmicron.c56 static int ata_jmicron_setmode(device_t dev, int target, int mode);
143 ata_jmicron_setmode(device_t dev, int target, int mode) argument
148 mode = min(mode, ctlr->chip->max_dma);
150 if (ata_dma_check_80pin && mode > ATA_UDMA2 &&
153 mode = ATA_UDMA2;
155 /* Nothing to do to setup mode, the controller snoop SET_FEATURE cmd. */
156 return (mode);
H A Data-marvell.c56 static int ata_marvell_setmode(device_t dev, int target, int mode);
157 ata_marvell_setmode(device_t dev, int target, int mode) argument
162 mode = min(mode, ctlr->chip->max_dma);
164 if (ata_dma_check_80pin && mode > ATA_UDMA2 &&
167 mode = ATA_UDMA2;
169 /* Nothing to do to setup mode, the controller snoop SET_FEATURE cmd. */
170 return (mode);
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dclock.c93 int mode; /* 0 - off, 1 - periodic, 2 - one-shot. */ member in struct:decr_state
130 if (s->mode == 1) {
141 } else if (s->mode == 2) {
235 s->mode = 1;
238 s->mode = 2;
249 if (s->mode == 1) {
274 s->mode = 0;
/freebsd-11-stable/tools/regression/sysvshm/
H A Dshmtest.c122 s_ds.shm_perm.mode = (s_ds.shm_perm.mode & ~0777) | 0600;
132 if ((s_ds.shm_perm.mode & 0777) != 0600)
133 err(1, "IPC_SET of mode didn't hold");
224 print_shmid_ds(struct shmid_ds *sp, mode_t mode) argument
229 printf("PERM: uid %d, gid %d, cuid %d, cgid %d, mode 0%o\n",
232 sp->shm_perm.mode & 0777);
252 if ((sp->shm_perm.mode & 0777) != mode)
253 errx(1, "mode mismatc
[all...]
/freebsd-11-stable/tests/sys/mac/bsdextended/
H A Dmatches_test.sh119 ugidfw set 1 subject uid $uidrange object mode rasx
137 ugidfw set 1 subject gid $gidrange object mode rasx
161 ugidfw set 1 subject jailid $jailid object mode rasx
188 ugidfw set 1 subject object uid $uidrange mode rasx
203 ugidfw set 1 subject object uid $uidrange mode rasx
222 ugidfw set 1 subject object gid $uidrange mode rasx
254 ugidfw set 1 subject uid $uidrange object filesys / mode rasx
262 ugidfw set 1 subject uid $uidrange object filesys $playground mode rasx
273 ugidfw set 1 subject uid $uidrange object suid mode rasx
293 ugidfw set 1 subject uid $uidrange object sgid mode ras
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c149 * The file-descriptors are specified by the mode:
155 * Experimental: if NCURSES_WGETCH_EVENTS is defined, (mode & 4) determines
159 * We return a mask that corresponds to the mode (e.g., 2 for mouse activity).
166 int mode MAYBE_UNUSED,
200 TR(TRACE_IEVENT, ("start twait: %d milliseconds, mode: %d",
201 milliseconds, mode));
204 if (mode & TW_EVENT) {
224 if ((mode & TW_EVENT) && evl)
232 if ((mode & TW_EVENT) && evl) {
239 if (mode
[all...]
/freebsd-11-stable/usr.bin/fstat/
H A Dfstat.c438 char mode[15]; local
448 (void)snprintf(mode, sizeof(mode), "%o", sem.mode);
451 strmode(sem.mode, mode);
453 printf(" %10s %6u", mode, sem.value);
462 char mode[15]; local
472 (void)snprintf(mode, sizeof(mode), "
486 char mode[15]; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-dump.c121 fopen_with_cleanup (char *filename, const char *mode) argument
123 FILE *file = fopen (filename, mode);
148 bfd_openw_with_cleanup (char *filename, const char *target, char *mode) argument
152 if (*mode == 'w') /* Write: create new file */
162 else if (*mode == 'a') /* Append to existing file */
167 error ("bfd_openw_with_cleanup: unknown mode %s.", mode);
195 dump_binary_file (char *filename, char *mode, argument
201 file = fopen_with_cleanup (filename, mode);
208 dump_bfd_file (char *filename, char *mode, argument
226 dump_memory_to_file(char *cmd, char *mode, char *file_format) argument
277 dump_memory_command(char *cmd, char *mode) argument
283 dump_value_to_file(char *cmd, char *mode, char *file_format) argument
328 dump_value_command(char *cmd, char *mode) argument
396 char *mode; member in struct:dump_context
407 add_dump_command(char *name, void (*func) (char *args, char *mode), char *descr) argument
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-spi.c127 * @param mode The operating mode for the SPI interface. The interface
136 int cvmx_spi_start_interface(int interface, cvmx_spi_mode_t mode, int timeout, int num_ports) argument
144 INVOKE_CB( cvmx_spi_callbacks.reset_cb, interface, mode);
147 INVOKE_CB(cvmx_spi_callbacks.calendar_setup_cb, interface, mode, num_ports);
150 INVOKE_CB(cvmx_spi_callbacks.clock_detect_cb, interface, mode, timeout);
153 INVOKE_CB(cvmx_spi_callbacks.training_cb, interface, mode, timeout);
156 INVOKE_CB(cvmx_spi_callbacks.calendar_sync_cb, interface, mode, timeout);
159 INVOKE_CB(cvmx_spi_callbacks.interface_up_cb, interface, mode);
170 * @param mode Th
177 cvmx_spi_restart_interface(int interface, cvmx_spi_mode_t mode, int timeout) argument
222 cvmx_spi_reset_cb(int interface, cvmx_spi_mode_t mode) argument
327 cvmx_spi_calendar_setup_cb(int interface, cvmx_spi_mode_t mode, int num_ports) argument
436 cvmx_spi_clock_detect_cb(int interface, cvmx_spi_mode_t mode, int timeout) argument
508 cvmx_spi_training_cb(int interface, cvmx_spi_mode_t mode, int timeout) argument
577 cvmx_spi_calendar_sync_cb(int interface, cvmx_spi_mode_t mode, int timeout) argument
629 cvmx_spi_interface_up_cb(int interface, cvmx_spi_mode_t mode) argument
[all...]
/freebsd-11-stable/libexec/tftpd/
H A Dtftpd.c105 static void tftp_recvfile(int peer, const char *mode);
106 static void tftp_xmitfile(int peer, const char *mode);
244 * We do this so that inetd can run tftpd in "wait" mode.
245 * The problem with tftpd running in "nowait" mode is that
471 char **filename, char **mode)
477 *mode = NULL;
491 *mode = cp;
494 /* Find the file transfer mode */
495 for (cp = *mode; *cp; cp++)
499 if (strcmp(pf->f_mode, *mode)
470 parse_header(int peer, char *recvbuffer, ssize_t size, char **filename, char **mode) argument
520 char *filename, *mode; local
565 char *filename, *mode; local
686 validate_access(int peer, char **filep, int mode) argument
802 tftp_xmitfile(int peer, const char *mode) argument
823 tftp_recvfile(int peer, const char *mode) argument
[all...]
/freebsd-11-stable/sys/dev/firewire/
H A Dfwmem.c103 xfer->send.hdr.mode.hdr.dst = FWLOCALBUS | fwdev->dst;
135 fp->mode.rreqq.tcode = FWTCODE_RREQQ;
136 fp->mode.rreqq.dest_hi = dst_hi;
137 fp->mode.rreqq.dest_lo = dst_lo;
171 fp->mode.wreqq.tcode = FWTCODE_WREQQ;
172 fp->mode.wreqq.dest_hi = dst_hi;
173 fp->mode.wreqq.dest_lo = dst_lo;
174 fp->mode.wreqq.data = *(uint32_t *)data;
208 fp->mode.rreqb.tcode = FWTCODE_RREQB;
209 fp->mode
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c60 /* Return index of given mode in mult and division cost tables. */
61 #define MODE_INDEX(mode) \
62 ((mode) == QImode ? 0 \
63 : (mode) == HImode ? 1 \
64 : (mode) == SImode ? 2 \
65 : (mode) == DImode ? 3 \
1132 /* The "default" register map used in 32bit mode. */
1156 /* The "default" register map used in 64bit mode. */
1247 unsigned short mode; local
1422 static bool ix86_must_pass_in_stack (enum machine_mode mode, tre
3039 ix86_must_pass_in_stack(enum machine_mode mode, tree type) argument
3157 enum machine_mode mode = TYPE_MODE (type); local
3192 gen_reg_or_parallel(enum machine_mode mode, enum machine_mode orig_mode, unsigned int regno) argument
3269 classify_argument(enum machine_mode mode, tree type, enum x86_64_reg_class classes[MAX_CLASSES], int bit_offset) argument
3571 examine_argument(enum machine_mode mode, tree type, int in_return, int *int_nregs, int *sse_nregs) argument
3613 construct_container(enum machine_mode mode, enum machine_mode orig_mode, tree type, int in_return, int nintregs, int nsseregs, const int *intreg, int sse_regno) argument
3796 function_arg_advance(CUMULATIVE_ARGS *cum, enum machine_mode mode, tree type, int named) argument
3919 enum machine_mode mode = orig_mode; local
4075 enum machine_mode mode = TYPE_MODE (type); local
4131 ix86_function_arg_boundary(enum machine_mode mode, tree type) argument
4236 enum machine_mode mode = type_natural_mode (type); local
4295 enum machine_mode mode = TYPE_MODE (TREE_TYPE (type)); local
4325 ix86_libcall_value(enum machine_mode mode) argument
4356 ix86_value_regno(enum machine_mode mode, tree func, tree fntype) argument
4441 ix86_setup_incoming_varargs(CUMULATIVE_ARGS *cum, enum machine_mode mode, tree type, int *pretend_size ATTRIBUTE_UNUSED, int no_rtl) argument
4777 enum machine_mode mode = GET_MODE (reg); local
5007 standard_sse_mode_p(enum machine_mode mode) argument
5029 enum machine_mode mode = GET_MODE (x); local
6654 legitimate_address_p(enum machine_mode mode, rtx addr, int strict) argument
7317 legitimize_address(rtx x, rtx oldx ATTRIBUTE_UNUSED, enum machine_mode mode) argument
7754 put_condition_code(enum rtx_code code, enum machine_mode mode, int reverse, int fp, FILE *file) argument
8875 enum attr_i387_cw mode; local
8927 emit_i387_cw_initialization(int mode) argument
9275 ix86_expand_move(enum machine_mode mode, rtx operands[]) argument
9388 ix86_expand_vector_move(enum machine_mode mode, rtx operands[]) argument
9418 ix86_expand_vector_move_misalign(enum machine_mode mode, rtx operands[]) argument
9555 ix86_expand_push(enum machine_mode mode, rtx x) argument
9574 ix86_fixup_binary_operands(enum rtx_code code, enum machine_mode mode, rtx operands[]) argument
9633 ix86_fixup_binary_operands_no_copy(enum rtx_code code, enum machine_mode mode, rtx operands[]) argument
9645 ix86_expand_binary_operator(enum rtx_code code, enum machine_mode mode, rtx operands[]) argument
9709 ix86_expand_unary_operator(enum rtx_code code, enum machine_mode mode, rtx operands[]) argument
9776 ix86_build_signbit_mask(enum machine_mode mode, bool vect, bool invert) argument
9823 ix86_expand_fp_absneg_operator(enum rtx_code code, enum machine_mode mode, rtx operands[]) argument
9893 enum machine_mode mode, vmode; local
9947 enum machine_mode mode, vmode; local
9975 enum machine_mode mode, vmode; local
11068 enum machine_mode mode = local
11195 enum machine_mode mode = GET_MODE (operands[0]); local
11772 enum machine_mode mode; local
11823 enum machine_mode mode = GET_MODE (dest); local
11847 enum machine_mode mode = GET_MODE (dest); local
11891 enum machine_mode mode = GET_MODE (operands[0]); local
12000 enum machine_mode mode = GET_MODE (operands[0]); local
12109 enum machine_mode mode = GET_MODE (operands[0]); local
12189 ix86_split_to_parts(rtx operand, rtx *parts, enum machine_mode mode) argument
12349 enum machine_mode mode = GET_MODE (operands[0]); local
12569 ix86_expand_ashl_const(rtx operand, int count, enum machine_mode mode) argument
12595 ix86_split_ashl(rtx *operands, rtx scratch, enum machine_mode mode) argument
12722 ix86_split_ashr(rtx *operands, rtx scratch, enum machine_mode mode) argument
12801 ix86_split_lshr(rtx *operands, rtx scratch, enum machine_mode mode) argument
13832 assign_386_stack_local(enum machine_mode mode, enum ix86_stack_slot n) argument
15738 enum machine_mode mode; local
15797 enum machine_mode mode; local
16137 safe_vector_operand(rtx x, enum machine_mode mode) argument
17229 ix86_force_to_memory(enum machine_mode mode, rtx operand) argument
17307 ix86_free_from_memory(enum machine_mode mode) argument
17332 enum machine_mode mode = GET_MODE (x); local
17406 enum machine_mode mode = GET_MODE (x); local
17440 ix86_secondary_memory_needed(enum reg_class class1, enum reg_class class2, enum machine_mode mode, int strict) argument
17531 ix86_register_move_cost(enum machine_mode mode, enum reg_class class1, enum reg_class class2) argument
17578 ix86_hard_regno_mode_ok(int regno, enum machine_mode mode) argument
17637 ix86_tieable_integer_mode_p(enum machine_mode mode) argument
17708 ix86_memory_move_cost(enum machine_mode mode, enum reg_class class, int in) argument
17793 enum machine_mode mode = GET_MODE (x); local
18489 enum machine_mode mode; local
18756 enum machine_mode mode, inmode; local
18790 ix86_expand_vector_init_duplicate(bool mmx_ok, enum machine_mode mode, rtx target, rtx val) argument
18928 ix86_expand_vector_init_one_nonzero(bool mmx_ok, enum machine_mode mode, rtx target, rtx var, int one_var) argument
19040 ix86_expand_vector_init_one_var(bool mmx_ok, enum machine_mode mode, rtx target, rtx vals, int one_var) argument
19114 ix86_expand_vector_init_general(bool mmx_ok, enum machine_mode mode, rtx target, rtx vals) argument
19245 enum machine_mode mode = GET_MODE (target); local
19297 enum machine_mode mode = GET_MODE (target); local
19459 enum machine_mode mode = GET_MODE (vec); local
19605 ix86_scalar_mode_supported_p(enum machine_mode mode) argument
19615 ix86_vector_mode_supported_p(enum machine_mode mode) argument
19693 ix86_reverse_condition(enum rtx_code code, enum machine_mode mode) argument
[all...]
/freebsd-11-stable/contrib/pjdfstest/tests/mkdir/
H A D00.t19 # mode. These file permission bits of the mode argument shall be modified by the
22 expect dir,0755 lstat ${n0} type,mode
25 expect dir,0151 lstat ${n0} type,mode
28 expect dir,0100 lstat ${n0} type,mode
31 expect dir,0305 lstat ${n0} type,mode
34 expect dir,0244 lstat ${n0} type,mode
/freebsd-11-stable/contrib/pjdfstest/tests/mkfifo/
H A D00.t19 # mode. The file permission bits of the mode argument shall be modified by the
22 expect fifo,0755 lstat ${n0} type,mode
25 expect fifo,0151 lstat ${n0} type,mode
28 expect fifo,0100 lstat ${n0} type,mode
31 expect fifo,0305 lstat ${n0} type,mode
34 expect fifo,0244 lstat ${n0} type,mode

Completed in 403 milliseconds

<<11121314151617181920>>