Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c1083 bool matching_memory = false; in ix86_expand_unary_operator() local
1094 matching_memory = true; in ix86_expand_unary_operator()
1100 if (MEM_P (src) && !matching_memory) in ix86_expand_unary_operator()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc1369 bool matching_memory = false; in ix86_expand_unary_operator() local
1380 matching_memory = true; in ix86_expand_unary_operator()
1386 if (MEM_P (src) && !matching_memory) in ix86_expand_unary_operator()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201421 (ix86_expand_unary_operator): Declare "matching_memory" as bool.