Lines Matching refs:places
99 expression_t *places, symbol_ref_t *src, int ret);
1727 format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places, in format_2_instr() argument
1750 if (places->value > 8 || places->value <= 0) { in format_2_instr()
1756 if (places->value == 8) in format_2_instr()
1759 shift_control = (places->value << 4) | places->value; in format_2_instr()
1762 if (places->value == 8) { in format_2_instr()
1765 shift_control = (places->value << 4) in format_2_instr()
1766 | (8 - places->value) in format_2_instr()
1771 shift_control = places->value & 0x7; in format_2_instr()
1774 shift_control = (8 - places->value) | 0x08; in format_2_instr()
1783 symlist_free(&places->referenced_syms); in format_2_instr()