Searched refs:OpCode_TwoByteNegInt0 (Results 1 – 3 of 3) sorted by relevance
84 #define OpCode_TwoByteNegInt0 251 /* All. first byte of two byte negative int (-1131 to -108) */ macro658 case OpCode_TwoByteNegInt0: case OpCode_TwoByteNegInt1: in process_op()660 env.argStack.push_int ((-(int16_t)(op - OpCode_TwoByteNegInt0) * 256 - env.str_ref[0] - 108)); in process_op()
66 encode_byte ((v >> 8) + OpCode_TwoByteNegInt0); in encode_int()
448 case OpCode_TwoByteNegInt0: case OpCode_TwoByteNegInt1: in is_number_op()