Searched refs:ocode (Results 1 – 7 of 7) sorted by relevance
369 output(struct s_zstate *zs, code_int ocode) in output() argument373 if (ocode >= 0) { in output()386 *bp = (*bp & rmask[r_off]) | ((ocode << r_off) & lmask[r_off]); in output()389 ocode >>= 8 - r_off; in output()392 *bp++ = ocode; in output()393 ocode >>= 8; in output()398 *bp = ocode; in output()
367 output(struct s_zstate *zs, code_int ocode) in output() argument371 if (ocode >= 0) { in output()384 *bp = (*bp & rmask[r_off]) | ((ocode << r_off) & lmask[r_off]); in output()387 ocode >>= 8 - r_off; in output()390 *bp++ = ocode; in output()391 ocode >>= 8; in output()396 *bp = ocode; in output()
4579 enum tree_code ocode; in c_parser_binary_expression() local4586 ocode = MULT_EXPR; in c_parser_binary_expression()4590 ocode = TRUNC_DIV_EXPR; in c_parser_binary_expression()4594 ocode = TRUNC_MOD_EXPR; in c_parser_binary_expression()4598 ocode = PLUS_EXPR; in c_parser_binary_expression()4602 ocode = MINUS_EXPR; in c_parser_binary_expression()4606 ocode = LSHIFT_EXPR; in c_parser_binary_expression()4610 ocode = RSHIFT_EXPR; in c_parser_binary_expression()4614 ocode = LT_EXPR; in c_parser_binary_expression()4618 ocode = GT_EXPR; in c_parser_binary_expression()[all …]
3478 enum tree_code code, ocode; in gimplify_modify_expr_complex_part() local3486 ocode = code == REALPART_EXPR ? IMAGPART_EXPR : REALPART_EXPR; in gimplify_modify_expr_complex_part()3487 other = build1 (ocode, TREE_TYPE (rhs), lhs); in gimplify_modify_expr_complex_part()
610 int ocode; in remotemodtime() local613 ocode = code; in remotemodtime()671 code = ocode; in remotemodtime()
575 int ocode = opcode->code; local577 for (; opcode->code == ocode; opcode++)
1186 my $ocode = "\$$l $op \$$r";1189 my $got = eval $ocode;1193 is ($got, $expect, $ocode) or print "# $rcode\n";