Lines Matching refs:U16
183 idx = U16(*ptr); in atom_get_src_int()
264 idx = U16(*ptr); in atom_get_src_int()
297 val = U16(*ptr); in atom_get_src_int()
415 val = U16(*ptr); in atom_get_src_direct()
459 idx = U16(*ptr); in atom_put_dst()
626 if (U16(ctx->ctx->cmd_table + 4 + 2 * idx)) in atom_op_calltable()
716 int execute = 0, target = U16(*ptr); in atom_op_jump()
876 ctx->ctx->data_block = U16(ctx->ctx->data_table + 4 + 2 * idx); in atom_op_setdatablock()
892 port = U16(*ptr); in atom_op_setport()
916 ctx->ctx->reg_block = U16(*ptr); in atom_op_setregblock()
1011 while (U16(*ptr) != ATOM_CASE_END) in atom_op_switch()
1018 target = U16(*ptr); in atom_op_switch()
1066 uint16_t val = U16(*ptr); in atom_op_processds()