Home
last modified time | relevance | path

Searched refs:s_operand (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/i370/
H A Di370-protos.h33 extern int s_operand PARAMS ((rtx, enum machine_mode));
H A Di370.md70 ;; s_operand -- Matches a valid S operand in a RS, SI or SS type instruction.
557 (compare (match_operand:BLK 1 "s_operand" "m")
558 (match_operand:BLK 2 "s_operand" "m")))
1478 [(set (match_operand:BLK 0 "s_operand" "=m")
1479 (match_operand:BLK 1 "s_operand" "m"))
1618 if (s_operand (operands[1], GET_MODE (operands[1])))
1646 if (s_operand (operands[1], GET_MODE (operands[1])))
H A Di370.c1095 s_operand (op, mode) in s_operand() function
H A Di370.h428 (C) == 'S' ? s_operand (OP, GET_MODE(OP)) : 0) \
/openbsd/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.md904 && !s_operand (operands[1], VOIDmode)"
1056 && !s_operand (operands[1], VOIDmode)"
1372 && !s_operand (operands[1], VOIDmode)"
1497 (match_operand:DI 2 "s_operand" "Q"))])]
1516 (match_operand:SI 2 "s_operand" "Q"))])]
4453 [(set (match_operand:DI 0 "s_operand" "=Q")
4463 [(set (match_operand:DI 0 "s_operand" "=Q")
4537 [(set (match_operand:SI 0 "s_operand" "=Q")
4547 [(set (match_operand:SI 0 "s_operand" "=Q")
4583 [(set (match_operand:HI 0 "s_operand" "=Q")
[all …]
H A Ds390-protos.h37 extern int s_operand PARAMS ((rtx, enum machine_mode));
H A Ds390.c853 if (s_operand (src, mode) || s_operand (dst, mode))
1088 s_operand (op, mode) in s_operand() function
1594 && !s_operand (out, VOIDmode))
/openbsd/gnu/gcc/gcc/config/s390/
H A Ds390.md840 && !s_operand (operands[1], VOIDmode)"
1039 && !s_operand (operands[1], VOIDmode)"
1500 && !s_operand (operands[1], VOIDmode)"
1651 && !s_operand (operands[1], VOIDmode)"
5082 [(set (match_operand:DI 0 "s_operand" "")
5162 [(set (match_operand:SI 0 "s_operand" "")
5201 [(set (match_operand:HI 0 "s_operand" "")
5379 [(set (match_operand:DI 0 "s_operand" "")
5452 [(set (match_operand:SI 0 "s_operand" "")
5491 [(set (match_operand:HI 0 "s_operand" "")
[all …]
H A Dpredicates.md42 (define_predicate "s_operand"
H A Ds390.c1113 if (s_operand (src, mode) || s_operand (dst, mode)) in s390_split_ok_p()
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog14474 "*cli"): Replace s_operand by memory_operand.
14475 ("cmpstrdi", "cmpstrsi"): Replace s_operand by general_operand.
H A DChangeLog.61427 (s_operand): Remove old definition, call general_s_operand instead.