Searched refs:OUT (Results 1 - 25 of 69) sorted by last modified time

123

/haiku-buildtools/binutils/opcodes/
H A Dbfin-dis.c487 #define OUT(p, txt, ...) (p)->fprintf_func ((p)->stream, txt, ## __VA_ARGS__) macro
1247 OUT (outf, "CC %s= %s", op_names[op], bitname);
1249 OUT (outf, "%s %s= CC", bitname, op_names[op]);
/haiku-buildtools/binutils/bfd/
H A Dieee.c2578 #define OUT(x) { *output_ptr++ = (x); if (output_ptr == output_ptr_end) flush (); }
2585 OUT (value);
2602 OUT ((int) ieee_number_repeat_start_enum + length);
2606 OUT (value >> 24);
2609 OUT (value >> 16);
2612 OUT (value >> 8);
2615 OUT (value);
2626 OUT (length);
2631 OUT (ch);
2728 OUT (
2575 #define OUT macro
[all...]
/haiku-buildtools/gcc/libgcc/config/rl78/
H A Dlshrsi3.S57 ;; count is zero, just copy IN to OUT
/haiku-buildtools/gcc/libiberty/
H A Dmaint-tool243 open(OUT, ">$srcdir/Makefile.tmp");
246 print OUT;
248 print OUT "# The dependencies in the remainder of this file are automatically\n";
249 print OUT "# generated by \"make maint-deps\". Manual edits will be lost.\n\n";
273 print OUT "$obj \$(srcdir)/$f";
278 printf OUT " \\\n\t$d";
281 print OUT " $d";
285 print OUT "\n";
287 print OUT "$obj \$(srcdir)/$f\n";
291 print OUT
[all...]
/haiku-buildtools/gcc/libcilkrts/include/internal/
H A Drev.mk33 # WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
/haiku-buildtools/gcc/libcilkrts/mk/
H A Dcilk-version.mk33 # WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr19683-1.c15 #define OUT(X) ptr[0] = x##X macro
28 REPEAT30 (OUT);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Delemental_dependency_4.f90143 REAL, INTENT(OUT) :: o
H A Dinvalid_interface_assignment.f9018 TYPE(data_type), INTENT(OUT) :: x1
H A Dpr62695.f9011 TYPE(dbcsr_mp_obj), INTENT(OUT) :: mp_env
18 TYPE(dbcsr_mp_obj), INTENT(OUT) :: mp_env
H A Dunlimited_polymorphic_19.f903 ! PR 64209: [OOP] runtime segfault with CLASS(*), INTENT(OUT) dummy argument
17 CLASS(*), INTENT(OUT) :: b
24 CLASS(*), INTENT(OUT) :: a(:)
45 CLASS(*), INTENT(OUT) :: b
H A Dtypebound_assignment_7.f9016 class(itemType), intent(OUT) :: left
31 class(myItem), intent(OUT) :: left
H A Ddeferred_type_param_9.f9018 CHARACTER( : ), INTENT( OUT ), ALLOCATABLE, OPTIONAL :: c_val
H A Dalloc_comp_auto_array_2.f9030 type(grid_index_region), intent(OUT)::iregion(1:nproc)
H A Dassignment_2.f9010 REAL,INTENT(OUT) :: a(1,*)
25 REAL,INTENT(OUT),VOLATILE :: a(1,*)
45 REAL,INTENT(OUT),VOLATILE :: a(1,*)
H A Dassumed_size_dt_dummy.f9011 TYPE(init), DIMENSION(*), INTENT(OUT) :: A
12 TYPE(init) , INTENT(OUT) :: B ! PR24440 => segfault
H A Ddefault_initialization_3.f9081 TYPE(T1), INTENT(OUT) :: d1
/haiku-buildtools/gcc/gcc/
H A Dreal.h356 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */
357 #define REAL_VALUE_TO_TARGET_LONG_DOUBLE(IN, OUT) \
358 real_to_target (OUT, &(IN), \
361 #define REAL_VALUE_TO_TARGET_DOUBLE(IN, OUT) \
362 real_to_target (OUT, &(IN), mode_for_size (64, MODE_FLOAT, 0))
364 /* IN is a REAL_VALUE_TYPE. OUT is a long. */
365 #define REAL_VALUE_TO_TARGET_SINGLE(IN, OUT) \
366 ((OUT) = real_to_target (NULL, &(IN), mode_for_size (32, MODE_FLOAT, 0)))
370 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */
371 #define REAL_VALUE_TO_TARGET_DECIMAL128(IN, OUT) \
[all...]
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.h461 corresponding to the register number OUT as seen by the calling function.
462 Return OUT if register number OUT is not an outbound register. */
464 #define INCOMING_REGNO(OUT) \
465 ((unsigned) ((OUT) - OUT_REG (0)) < 8 ? IN_REG ((OUT) - OUT_REG (0)) : (OUT))
/haiku-buildtools/gcc/gcc/config/xtensa/
H A Dxtensa.h380 #define INCOMING_REGNO(OUT) \
382 ((GP_REG_P (OUT) && \
383 ((unsigned) ((OUT) - GP_REG_FIRST) >= WINDOW_SIZE)) ? \
384 (OUT) - WINDOW_SIZE : (OUT)) : (OUT))
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.h1142 corresponding to register number OUT as seen by the calling function.
1143 Return OUT if register number OUT is not an outbound register. */
1145 #define INCOMING_REGNO(OUT) \
1146 ((TARGET_FLAT || (OUT) < 8 || (OUT) > 15) ? (OUT) : (OUT) + 16)
/haiku-buildtools/gcc/gcc/config/mmix/
H A Dmmix.h267 #define INCOMING_REGNO(OUT) mmix_opposite_regno (OUT, 0)
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm-ldmstm.ml34 type optype = IN | OUT | INOUT Constructor in type:optype
59 OUT -> "=&"
/haiku-buildtools/binutils/libiberty/
H A Dmaint-tool243 open(OUT, ">$srcdir/Makefile.tmp");
246 print OUT;
248 print OUT "# The dependencies in the remainder of this file are automatically\n";
249 print OUT "# generated by \"make maint-deps\". Manual edits will be lost.\n\n";
273 print OUT "$obj \$(srcdir)/$f";
278 printf OUT " \\\n\t$d";
281 print OUT " $d";
285 print OUT "\n";
287 print OUT "$obj \$(srcdir)/$f\n";
291 print OUT
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dx86-64-opcode.s389 # OUT
390 OUT %al,$0 # -- -- -- -- E6 00
391 OUT %ax,$0 # 66 -- -- -- E7 00 ; O16 for 16-bit operand size
392 OUT %eax,$0 # -- -- -- -- E7 00

Completed in 181 milliseconds

123