Home
last modified time | relevance | path

Searched refs:tst_operand (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dm68hc11-protos.h106 extern int tst_operand PARAMS((rtx,enum machine_mode));
H A Dm68hc11.md163 (match_operand:SI 0 "tst_operand" ""))]
174 (match_operand:HI 0 "tst_operand" ""))]
185 (match_operand:HI 0 "tst_operand" "dx,*y"))]
197 (match_operand:QI 0 "tst_operand" ""))]
252 (match_operand:QI 0 "tst_operand" "m"))
260 (match_operand:QI 0 "tst_operand" ""))
277 (compare (match_operand:SI 0 "tst_operand" "")
326 (compare (match_operand:HI 0 "tst_operand"
346 (compare (match_operand:HI 0 "tst_operand"
446 (and:QI (match_operand:QI 0 "tst_operand" "")
[all …]
H A Dm68hc11.c906 tst_operand (operand, mode) in tst_operand() function
/openbsd/gnu/gcc/gcc/config/m68hc11/
H A Dpredicates.md205 (define_predicate "tst_operand"
H A Dm68hc11.md168 (match_operand:SI 0 "tst_operand" ""))]
179 (match_operand:HI 0 "tst_operand" ""))]
190 (match_operand:HI 0 "tst_operand" "dx,*y"))]
202 (match_operand:QI 0 "tst_operand" ""))]
257 (match_operand:QI 0 "tst_operand" "m"))
276 (compare (match_operand:SI 0 "tst_operand" "")
322 (compare (match_operand:HI 0 "tst_operand" "")
337 (compare (match_operand:HI 0 "tst_operand"
359 (compare (match_operand:HI 0 "tst_operand"
425 (compare (match_operand:QI 0 "tst_operand" "")
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.713981 (tst_operand): After reload, accept all memory operand.