Home
last modified time | relevance | path

Searched refs:slot0 (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/gnu/usr.bin/grep/
HDquotearg.c531 static char slot0[256]; in quotearg_n_options() local
538 static struct slotvec slotvec0 = {sizeof slot0, slot0}; in quotearg_n_options()
565 slotvec[n].val = val = xrealloc (val == slot0 ? 0 : val, size); in quotearg_n_options()
/freebsd-11-stable/sys/gnu/dts/arm/
HDat91sam9g20ek_2mmc.dts18 /* clk already mux wuth slot0 */
/freebsd-11-stable/contrib/gcc/
HDrtl.def985 after slot0 reservation for a VLIW processor. We could describe it
988 (presence_set "slot1" "slot0")
990 Or slot1 is reserved only after slot0 and unit b0 reservation. In
993 (presence_set "slot1" "slot0 b0")
1010 (presence_set "slot1" "slot0")
1013 slot0 which is absent in the source state).
1015 (define_reservation "insn_and_nop" "slot0 + slot1")
1028 For example, it is useful for description that slot0 can not be
1032 (absence_set "slot2" "slot0, slot1")
1034 Or slot2 can not be reserved if slot0 and unit b0 are reserved or
[all …]
/freebsd-11-stable/contrib/gcc/config/ia64/
HDitanium1.md54 after slot0 reservation for a VLIW processor. We could describe
57 (presence_set "slot1" "slot0")
59 Or slot1 is reserved only after slot0 and unit b0 reservation.
62 (presence_set "slot1" "slot0 b0")
78 (presence_set "slot1" "slot0")
81 slot0 which is absent in the source state).
83 (define_reservation "insn_and_nop" "slot0 + slot1")
95 For example, it is useful for description that slot0 cannot be
99 (absence_set "slot2" "slot0, slot1")
101 Or slot2 cannot be reserved if slot0 and unit b0 are reserved or
[all …]
HDitanium2.md52 after slot0 reservation for a VLIW processor. We could describe
55 (presence_set "slot1" "slot0")
57 Or slot1 is reserved only after slot0 and unit b0 reservation.
60 (presence_set "slot1" "slot0 b0")
76 (presence_set "slot1" "slot0")
79 slot0 which is absent in the source state).
81 (define_reservation "insn_and_nop" "slot0 + slot1")
93 For example, it is useful for description that slot0 cannot be
97 (absence_set "slot2" "slot0, slot1")
99 Or slot2 cannot be reserved if slot0 and unit b0 are reserved or
[all …]
/freebsd-11-stable/contrib/gcc/config/sparc/
HDsparc.c6014 rtx slot0, slot1, result, tem, tem2; in sparc_emit_float_lib_cmp() local
6062 slot0 = assign_stack_temp (TFmode, GET_MODE_SIZE(TFmode), 0); in sparc_emit_float_lib_cmp()
6063 emit_move_insn (slot0, x); in sparc_emit_float_lib_cmp()
6066 slot0 = x; in sparc_emit_float_lib_cmp()
6078 XEXP (slot0, 0), Pmode, in sparc_emit_float_lib_cmp()
/freebsd-11-stable/contrib/gcc/doc/
HDmd.texi6963 @samp{slot0} reservation. We could describe it by the following
6967 (presence_set "slot1" "slot0")
6970 Or @samp{slot1} is reserved only after @samp{slot0} and unit @samp{b0}
6974 (presence_set "slot1" "slot0 b0")
6989 (presence_set "slot1" "slot0")
6993 @samp{slot0} which is absent in the source state).
6996 (define_reservation "insn_and_nop" "slot0 + slot1")
7006 @acronym{VLIW} description to say that @samp{slot0} cannot be reserved
7011 (absence_set "slot0" "slot1, slot2")
7014 Or @samp{slot2} can not be reserved if @samp{slot0} and unit @samp{b0}
[all …]