Searched refs:OP_MOD (Results 1 – 3 of 3) sorted by relevance
56 %token OP_RET OP_TAX OP_TXA OP_LDXB OP_MOD OP_NEG OP_JNEQ OP_JLT OP_JLE OP_LDI384 : OP_MOD '#' number {386 | OP_MOD 'x' {388 | OP_MOD '%' 'x' {
73 "mod" { return OP_MOD; }
43 OP_MOD, enumerator560 case OP_MOD: in altera_execute()