Lines Matching refs:opcode
96 static void format_1_instr(int opcode, symbol_ref_t *dest,
98 static void format_2_instr(int opcode, symbol_ref_t *dest,
100 static void format_3_instr(int opcode, symbol_ref_t *src,
1650 format_1_instr(int opcode, symbol_ref_t *dest, expression_t *immed, in format_1_instr() argument
1665 type_check(dest, immed, opcode); in format_1_instr()
1672 f1_instr->opcode = opcode; in format_1_instr()
1698 switch (opcode) { in format_1_instr()
1727 format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places, in format_2_instr() argument
1745 f2_instr->opcode = AIC_OP_ROL; in format_2_instr()
1754 switch (opcode) { in format_2_instr()
1788 format_3_instr(int opcode, symbol_ref_t *src, in format_3_instr() argument
1810 f3_instr->opcode = opcode; in format_3_instr()
1858 type_check(symbol_ref_t *sym, expression_t *expression, int opcode) in type_check() argument
1871 if (opcode == AIC_OP_AND || opcode == AIC_OP_JNZ || in type_check()
1872 opcode == AIC_OP_JZ || opcode == AIC_OP_JNE || in type_check()
1873 opcode == AIC_OP_BMOV) in type_check()