Searched refs:A_JMPNZ (Results 1 – 2 of 2) sorted by relevance
160 #define A_JMPNZ 45 macro
196 case A_JMP: case A_JMPZ: case A_JMPNZ: in arith_exec()199 if((c==A_JMPZ && num) || (c==A_JMPNZ &&!num)) in arith_exec()817 op = A_JMPNZ; in expr()