Searched refs:rightop (Results 1 – 1 of 1) sorted by relevance
834 uint32_t leftop, rightop; in compare_opcodes() local837 rightop = list[0]; in compare_opcodes()843 if (rightop == OP_EOD) in compare_opcodes()845 else if (rightop == OP_PROP || rightop == OP_NOTPROP) in compare_opcodes()849 BOOL same = leftop == rightop; in compare_opcodes()851 BOOL risprop = rightop == OP_PROP; in compare_opcodes()945 rightop >= FIRST_AUTOTAB_OP && rightop <= LAST_AUTOTAB_RIGHT_OP && in compare_opcodes()946 autoposstab[leftop - FIRST_AUTOTAB_OP][rightop - FIRST_AUTOTAB_OP]; in compare_opcodes()
Completed in 8 milliseconds