Home
last modified time | relevance | path

Searched refs:plus (Results 1 – 25 of 753) sorted by relevance

12345678910>>...31

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Dldmstm.md29 (mem:SI (plus:SI (match_dup 5)
32 (mem:SI (plus:SI (match_dup 5)
35 (mem:SI (plus:SI (match_dup 5)
47 (mem:SI (plus:SI (match_dup 5)
50 (mem:SI (plus:SI (match_dup 5)
53 (mem:SI (plus:SI (match_dup 5)
62 (plus:SI (match_dup 5) (const_int 16)))
66 (mem:SI (plus:SI (match_dup 5)
69 (mem:SI (plus:SI (match_dup 5)
72 (mem:SI (plus:SI (match_dup 5)
[all …]
Diwmmxt2.md108 [(plus:VMMX2
123 (plus:V8HI
124 (plus:V8HI
125 (plus:V8HI
126 (plus:V8HI
155 (plus:V8HI
156 (plus:V8HI
157 (plus:V8HI
158 (plus:V8HI
183 (plus:V2SI
[all …]
Darm.md479 (plus:DI (match_operand:DI 1 "s_register_operand")
595 (plus:DI
596 (plus:DI (match_dup 4)
599 (sign_extend:DI (plus:SI (plus:SI (match_dup 5) (match_dup 1))
602 (plus:SI (plus:SI (match_dup 5) (match_dup 1))
616 (plus:DI
617 (plus:DI
622 (plus:SI (plus:SI (match_operand:SI 4 "arm_carry_operation" "")
626 (plus:SI (plus:SI (match_dup 4) (match_dup 1))
641 (plus:DI
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/
Dpeepholes.md136 [(parallel [(set (mem:SI (plus:SI (reg:SI SP_REG) (const_int -4)))
138 (set (mem:SI (plus:SI (reg:SI SP_REG) (const_int -8)))
140 (set (mem:SI (plus:SI (reg:SI SP_REG) (const_int -12)))
142 (set (mem:SI (plus:SI (reg:SI SP_REG) (const_int -16)))
145 (plus:SI (reg:SI SP_REG)
164 [(parallel [(set (mem:SI (plus:HI (reg:HI SP_REG) (const_int -4)))
166 (set (mem:SI (plus:HI (reg:HI SP_REG) (const_int -8)))
168 (set (mem:SI (plus:HI (reg:HI SP_REG) (const_int -12)))
170 (set (mem:SI (plus:HI (reg:HI SP_REG) (const_int -16)))
173 (plus:HI (reg:HI SP_REG)
[all …]
Dmova.md22 (plus:QI (mult:QI (match_operand:QI 1 "h8300_dst_operand" "0,rQ")
31 (plus:QI (ashift:QI (match_operand:QI 1 "h8300_dst_operand" "0,rQ")
40 (plus:QI (mult:QI (match_operand:QI 1 "h8300_dst_operand" "0,rQ")
49 (plus:QI (ashift:QI (match_operand:QI 1 "h8300_dst_operand" "0,rQ")
58 (plus:HI (zero_extend:HI (match_operand:QI 1 "h8300_dst_operand" "0,rQ"))
74 (plus:HI (mult:HI (zero_extend:HI (match_operand:QI 1 "h8300_dst_operand" "0,rQ"))
92 (plus:HI (and:HI (mult:HI (subreg:HI (match_operand:QI 1 "memory_operand" "m") 0)
111 (plus:HI (and:HI (mult:HI (match_operand:HI 1 "register_operand" "0")
129 (plus:HI (ashift:HI (zero_extend:HI (match_operand:QI 1 "h8300_dst_operand" "0,rQ"))
147 (plus:HI (and:HI (ashift:HI (subreg:HI (match_operand:QI 1 "memory_operand" "m") 0)
[all …]
Daddsub.md7 (plus:QHSI (match_operand:QHSI 1 "register_operand" "")
14 (plus:QI (match_operand:QI 1 "h8300_dst_operand" "%0")
19 [(parallel [(set (match_dup 0) (plus:QI (match_dup 1) (match_dup 2)))
24 (plus:QI (match_operand:QI 1 "h8300_dst_operand" "%0")
33 (plus:HI (match_operand:HI 1 "register_operand" "%0,0,0,0,0")
38 [(parallel [(set (match_dup 0) (plus:HI (match_dup 1) (match_dup 2)))
43 (plus:HI (match_operand:HI 1 "register_operand" "%0,0,0,0,0")
80 (plus:HI (match_operand:HI 1 "h8300_dst_operand" "%0,0,0,0")
85 [(parallel [(set (match_dup 0) (plus:HI (match_dup 1) (match_dup 2)))
90 (plus:HI (match_operand:HI 1 "h8300_dst_operand" "%0,0,0,0")
[all …]
Dgenmova.sh70 (plus:$d (zero_extend:$d $operand)
112 (plus:$d ($form:$d $operand
139 (plus:$d ($form:$d (zero_extend:$d $operand)
177 (plus:$d (and:$d ($form:$d $paradoxical
/netbsd/src/external/gpl3/gcc/dist/gcc/config/v850/
Dpredicates.md179 (set (mem:SI (plus:SI (reg:SI 3)
189 rtx plus;
206 plus = XEXP (dest, 0);
208 if ( GET_CODE (plus) != PLUS
209 || GET_CODE (XEXP (plus, 0)) != REG
210 || GET_MODE (XEXP (plus, 0)) != SImode
211 || REGNO (XEXP (plus, 0)) != STACK_POINTER_REGNUM
212 || GET_CODE (XEXP (plus, 1)) != CONST_INT)
218 if (INTVAL (XEXP (plus, 1))
270 (mem:SI (plus:SI (reg:SI 3) (match_operand:SI n "immediate_operand" "i"))))
[all …]
/netbsd/src/usr.bin/make/unit-tests/
Dposix-execution.mk42 all: prefix-plus
43 prefix-plus:
44 @${MAKE} -f ${MAKEFILE} -n do-prefix-plus
45 @${MAKE} -f ${MAKEFILE} -n -j1 do-prefix-plus
46 do-prefix-plus:
Ddirective-include-guard.mk203 CASES+= variable-ifndef-plus
204 LINES.variable-ifndef-plus= \
213 CASES+= variable-if-plus
214 LINES.variable-if-plus= \
548 CASES+= target-plus
549 LINES.target-plus= \
Dposix-execution.exp11 do-prefix-plus: prefixed by plus
16 do-prefix-plus: prefixed by plus
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/
Dblkmov.md69 (plus:HI (match_dup 3)
72 (plus:HI (match_dup 4)
84 (plus:PSI (match_dup 3)
87 (plus:PSI (match_dup 4)
98 (plus:HI (match_dup 3)
101 (plus:HI (match_dup 4)
113 (plus:PSI (match_dup 3)
116 (plus:PSI (match_dup 4)
149 (plus:HPSI (match_dup 3)
161 (plus:HPSI (match_dup 3)
[all …]
Dprologue.md34 [(set (mem:HI (plus:HI (reg:HI SP_REGNO) (const_int -2)))
37 (plus:HI (reg:HI SP_REGNO) (const_int -2)))
53 [(set (mem:SI (plus:PSI (reg:PSI SP_REGNO) (const_int -4)))
56 (plus:PSI (reg:PSI SP_REGNO) (const_int -4)))
108 (plus:HI (reg:HI FB_REGNO)
121 (plus:HI (reg:HI SP_REGNO)
132 (plus:PSI (reg:PSI FB_REGNO)
145 (plus:PSI (reg:PSI SP_REGNO)
Daddsub.md26 (plus:QI (match_operand:QI 1 "mra_operand"
38 (plus:HI (match_operand:HI 1 "m32c_any_operand"
59 (plus:PSI (match_operand:PSI 1 "m32c_nonimmediate_operand" "0,0,0,0,0, Raa,Rad")
75 (plus:SI (match_operand:SI 1 "mra_operand" "%0,0,0,0")
83 (plus:SI (match_operand:SI 1 "mra_operand" "%0,0,0,0,0,0,0,0")
126 (plus:SI (match_operand:SI 1 "mra_operand" "%0,0,0,0")
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.md842 (plus:SI (leu:SI (match_operand:SI 2 "register_operand" "r")
852 (plus:DI (leu:DI (match_operand:DI 2 "register_operand" "r")
864 (plus:SI (geu:SI (match_operand:SI 2 "register_operand" "r")
874 (plus:DI (geu:DI (match_operand:DI 2 "register_operand" "r")
887 (plus:SI (gtu:SI (match_operand:SI 2 "register_operand" "r")
897 (plus:DI (gtu:DI (match_operand:DI 2 "register_operand" "r")
907 (plus:SI (match_operator:SI 4 "ordered_comparison_operator"
920 (plus:DI (match_operator:DI 4 "ordered_comparison_operator"
1428 (cond [(lt (abs (minus (match_dup 0) (plus (pc) (const_int 8))))
1431 (lt (abs (minus (match_dup 0) (plus (pc) (const_int 8))))
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dmatch-and-simplify.texi151 (minus (plus @@0 @@1) @@0)
212 (addr (mem_ref (addr @@base) (plus @@off @@1))) */
260 (pointer_plus @@0 (plus @@1 @@3)))
278 (for op (plus pointer_plus minus bit_ior bit_xor)
289 (for opa (plus minus)
290 opb (minus plus)
291 (for opc (plus minus)
296 @code{opa, opb, opc} being @code{plus, minus, plus};
297 @code{plus, minus, minus}; @code{minus, plus, plus};
298 @code{minus, plus, minus}.
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/vax/
Dvax.md792 (plus:VAXfp (match_operand:VAXfp 1 "general_operand" "0,gF,gF")
799 (plus:VAXfp (match_dup 1)
806 (plus:VAXfp (match_operand:VAXfp 1 "general_operand" "0,gF,gF")
817 (plus:VAXint (match_operand:VAXint 1 "general_operand" "nrmT")
824 (plus:VAXint (match_dup 1)
831 (plus:VAXint (match_operand:VAXint 1 "general_operand" "nrmT")
839 (plus:DI (match_operand:DI 1 "general_operand" "g")
846 (plus:DI (match_operand:DI 1 "general_addsub_di_operand" "%0")
853 (plus:DI (match_dup 1)
860 (plus:DI (match_operand:DI 1 "general_addsub_di_operand" "%0")
[all …]
/netbsd/src/usr.bin/colcrt/
Dcolcrt.c78 int plus(char, char);
181 if (plus(c, *cp) || plus(*cp, c)) in main()
194 plus(char c, char d) in plus() function
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr-dimode.md100 (plus:ALL8 (reg:ALL8 ACC_A)
106 (plus:ALL8 (reg:ALL8 ACC_A)
112 (plus:ALL8 (reg:ALL8 ACC_A)
121 (plus:DI (reg:DI ACC_A)
127 (plus:DI (reg:DI ACC_A)
133 (plus:DI (reg:DI ACC_A)
146 (plus:ALL8 (reg:ALL8 ACC_A)
153 (plus:ALL8 (reg:ALL8 ACC_A)
159 (plus:ALL8 (reg:ALL8 ACC_A)
168 [(set_attr "adjust_len" "plus")])
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/doc/
Dheimdal.texi49 @global@parskip 6pt plus 1pt
50 @global@chapheadingskip = 15pt plus 4pt minus 2pt
51 @global@secheadingskip = 12pt plus 3pt minus 2pt
52 @global@subsecheadingskip = 9pt plus 2pt minus 2pt
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc.md951 (plus:W (ne:W (match_operand:SI 1 "register_operand" "r")
959 (set (match_dup 0) (plus:W (ltu:W (reg:CCC CC_REG) (const_int 0))
966 (plus:W (plus:W (ne:W (match_operand:SI 1 "register_operand" "r")
975 (set (match_dup 0) (plus:W (plus:W (ltu:W (reg:CCC CC_REG) (const_int 0))
983 (plus:W (ne:W (match_operand:DI 1 "register_operand" "r")
991 (set (match_dup 0) (plus:W (ltu:W (reg:CCXC CC_REG) (const_int 0))
998 (plus:W (plus:W (ne:W (match_operand:DI 1 "register_operand" "r")
1007 (set (match_dup 0) (plus:W (plus:W (ltu:W (reg:CCXC CC_REG) (const_int 0))
1079 (plus:W (eq:W (match_operand:SI 1 "register_operand" "r")
1087 (set (match_dup 0) (plus:W (geu:W (reg:CCC CC_REG) (const_int 0))
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
Dx86-avx512fp16-abi.c27 plus (_Float16 _Complex num) { in plus() function
36 _Float16 _Complex ret = plus (b); /* BP3. */ in main()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/cris/
Dpredicates.md24 (match_code "plus, minus, ior, and, umin"))
27 (match_code "plus, ior, and, umin"))
34 (match_code "plus, minus, umin"))
37 (match_code "plus, minus"))
43 (match_code "plus, umin"))
/netbsd/src/external/gpl3/gcc/dist/gcc/config/moxie/
Dmoxie.cc135 rtx plus = XEXP (XEXP (x, 1), 0); in moxie_print_operand_address() local
136 if (GET_CODE (XEXP (plus, 0)) == SYMBOL_REF in moxie_print_operand_address()
137 && CONST_INT_P (XEXP (plus, 1))) in moxie_print_operand_address()
139 output_addr_const(file, XEXP (plus, 0)); in moxie_print_operand_address()
140 fprintf (file,"+%ld(%s)", INTVAL (XEXP (plus, 1)), in moxie_print_operand_address()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/
Darc.md851 (plus:SI (reg:SI SP_REG)
1150 (compare:CC_C (plus:SI (match_operand:SI 0 "register_operand" "c,c")
1161 (compare:CC_C (plus:SI (match_operand:SI 0 "register_operand" "c")
1417 (set (match_dup 1) (plus:DF (match_dup 1) (match_dup 0)))
1421 (set (match_dup 0) (plus:DF (match_dup 1) (match_dup 0))) ; r1 in op 0
1468 [(plus:SI (match_operand:SI 1 "register_operand" "0,0")
1471 (plus:SI (match_dup 1) (match_dup 2)))]
1480 [(plus:SI (match_operand:SI 1 "register_operand" "0,0")
1483 (plus:SI (match_dup 1) (match_dup 2)))]
1492 [(plus:SI (match_operand:SI 1 "register_operand" "0,0")
[all …]

12345678910>>...31