Searched refs:rightop (Results 1 – 1 of 1) sorted by relevance
816 uint32_t leftop, rightop; in compare_opcodes() local819 rightop = list[0]; in compare_opcodes()825 if (rightop == OP_EOD) in compare_opcodes()827 else if (rightop == OP_PROP || rightop == OP_NOTPROP) in compare_opcodes()831 BOOL same = leftop == rightop; in compare_opcodes()833 BOOL risprop = rightop == OP_PROP; in compare_opcodes()927 rightop >= FIRST_AUTOTAB_OP && rightop <= LAST_AUTOTAB_RIGHT_OP && in compare_opcodes()928 autoposstab[leftop - FIRST_AUTOTAB_OP][rightop - FIRST_AUTOTAB_OP]; in compare_opcodes()
Completed in 10 milliseconds