Home
last modified time | relevance | path

Searched refs:consttable_operand (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390-protos.h35 extern int consttable_operand PARAMS ((rtx, enum machine_mode));
H A Ds390.md6916 [(unspec_volatile [(match_operand:QI 0 "consttable_operand" "X")] 200)]
6927 [(unspec_volatile [(match_operand:HI 0 "consttable_operand" "X")] 201)]
6938 [(unspec_volatile [(match_operand:SI 0 "consttable_operand" "X")] 202)]
6952 [(unspec_volatile [(match_operand:DI 0 "consttable_operand" "X")] 203)]
6963 [(unspec_volatile [(match_operand:SF 0 "consttable_operand" "X")] 204)]
6980 [(unspec_volatile [(match_operand:DF 0 "consttable_operand" "X")] 205)]
H A Ds390.c937 consttable_operand (op, mode) in consttable_operand() function
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dpredicates.md223 (define_predicate "consttable_operand"
H A Dmips.md5419 [(unspec_volatile [(match_operand 0 "consttable_operand" "")
5431 [(unspec_volatile [(match_operand 0 "consttable_operand" "")]
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Dpredicates.md36 (define_special_predicate "consttable_operand"
H A Ds390.md7651 [(unspec_volatile [(match_operand 0 "consttable_operand" "X")]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.md10947 [(unspec_volatile [(match_operand:QI 0 "consttable_operand" "=g")]
10960 [(unspec_volatile [(match_operand:HI 0 "consttable_operand" "=g")]
10973 [(unspec_volatile [(match_operand:SI 0 "consttable_operand" "=g")]
10986 [(unspec_volatile [(match_operand:DI 0 "consttable_operand" "=g")]
10999 [(unspec_volatile [(match_operand:SF 0 "consttable_operand" "=g")]
11017 [(unspec_volatile [(match_operand:DF 0 "consttable_operand" "=g")]
H A Dmips.c1368 consttable_operand (op, mode) in consttable_operand() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.71764 * s390.c (consttable_operand): New function.
1765 * s390-protos.h (consttable_operand): Declare it.
1766 * s390.h (PREDICATE_CODES): Add consttable_operand.
H A DChangeLog.02050 (consttable_operand): Likewise.