Home
last modified time | relevance | path

Searched defs:operand_alternative (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Drecog.h34 struct operand_alternative struct
38 const char *constraint;
41 enum reg_class class;
45 unsigned int reject;
48 int matches;
52 int matched;
55 unsigned int earlyclobber:1;
57 unsigned int memory_ok:1;
59 unsigned int offmem_ok:1;
61 unsigned int nonoffmem_ok:1;
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Drecog.h32 struct operand_alternative struct
36 const char *constraint;
39 enum reg_class cl;
43 unsigned int reject;
46 int matches;
50 int matched;
53 unsigned int earlyclobber:1;
55 unsigned int memory_ok:1;
57 unsigned int offmem_ok:1;
59 unsigned int nonoffmem_ok:1;
[all …]