Home
last modified time | relevance | path

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

/dports/devel/vasm/vasm/cpus/x86/
H A Dcpu.h194 #define NEGOPT 0x40 /* negatively optimized, bytes gained */ macro
196 #define OPTFAILED (POSOPT|NEGOPT) /* no longer try to optimize this */
H A Dcpu.c1786 realip->ext.flags |= NEGOPT; in instruction_size()