Home
last modified time | relevance | path

Searched refs:matching_memory (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.c9349 int matching_memory; in ix86_fixup_binary_operands() local
9368 matching_memory = 0; in ix86_fixup_binary_operands()
9372 matching_memory = 1; in ix86_fixup_binary_operands()
9375 matching_memory = 2; in ix86_fixup_binary_operands()
9383 if (matching_memory != 2) in ix86_fixup_binary_operands()
9392 || (!matching_memory && GET_CODE (src1) == MEM)) in ix86_fixup_binary_operands()
9484 int matching_memory; in ix86_expand_unary_operator() local
9492 matching_memory = 0; in ix86_expand_unary_operator()
9496 matching_memory = 1; in ix86_expand_unary_operator()
9502 if (MEM_P (src) && !matching_memory) in ix86_expand_unary_operator()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c8098 int matching_memory; local
8117 matching_memory = 0;
8121 matching_memory = 1;
8124 matching_memory = 2;
8132 if (matching_memory != 2)
8141 || (!matching_memory && GET_CODE (src1) == MEM))
8218 int matching_memory; local
8226 matching_memory = 0;
8230 matching_memory = 1;
8236 if (!matching_memory && GET_CODE (src) == MEM)