Searched refs:optype (Results 1 – 3 of 3) sorted by relevance
4 int get_op_char(int optype);5 int get_extra_op_char(int optype);
121 get_op_char(int optype) in get_op_char() argument123 return opchars[optype][0]; in get_op_char()130 get_extra_op_char(int optype) in get_extra_op_char() argument132 return opchars[optype][1]; in get_extra_op_char()
97 static void set_op_var(int optype);6610 set_op_var(int optype) in set_op_var() argument6614 if (optype == OP_NOP) in set_op_var()6618 opchars[0] = get_op_char(optype); in set_op_var()6619 opchars[1] = get_extra_op_char(optype); in set_op_var()