Searched refs:OP_SUB (Results 1 – 3 of 3) sorted by relevance
55 %token OP_JSET OP_ADD OP_SUB OP_MUL OP_DIV OP_AND OP_OR OP_XOR OP_LSH OP_RSH357 : OP_SUB '#' number {359 | OP_SUB 'x' {361 | OP_SUB '%' 'x' {
70 "sub" { return OP_SUB; }
40 OP_SUB, enumerator542 case OP_SUB: in altera_execute()