Lines Matching defs:right
1232 struct storage *right = x86_expression(expr->right);
1236 unsigned int right_bits = expr->right->ctype->bit_size;
1270 /* perform comparison, RHS (op1, right) and LHS (op2, EAX) */
1271 insn(opbits("cmp", right_bits), right, reg2, NULL);
1307 static struct storage *emit_divide(struct expression *expr, struct storage *left, struct storage *right)
1325 reg = get_reg_value(right, ®class_32);
1344 struct storage *right = x86_expression(expr->right);
1354 return emit_divide(expr, left, right);
1402 dest = get_reg_value(right, ®class_32);
2167 val = x86_expression(expr->right);