Searched refs:int_op (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_s390_isel.c2781 IRExpr *int_op; local
2787 int_op = expr->Iex.Binop.arg2;
2792 int_op = expr->Iex.Binop.arg2;
2796 int_op = expr->Iex.Binop.arg1;
2815 op2 = s390_isel_int_expr(env, int_op); /* int operand */
3138 IRExpr *int_op; local
3145 int_op = expr->Iex.Binop.arg2;
3150 int_op = expr->Iex.Binop.arg2;
3154 int_op = expr->Iex.Binop.arg1;
3160 op2 = s390_isel_int_expr(env, int_op);
[all...]
/external/pcre/dist2/src/sljit/
H A DsljitNativePPC_common.c1253 sljit_s32 int_op = op & SLJIT_I32_OP; local
1278 FAIL_IF(push_inst(compiler, (int_op ? (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) : (op == SLJIT_DIVMOD_UW ? DIVDU : DIVD)) | D(SLJIT_R0) | A(SLJIT_R0) | B(SLJIT_R1)));
1279 FAIL_IF(push_inst(compiler, (int_op ? MULLW : MULLD) | D(SLJIT_R1) | A(SLJIT_R0) | B(SLJIT_R1)));
1288 return push_inst(compiler, (int_op ? (op == SLJIT_DIV_UW ? DIVWU : DIVW) : (op == SLJIT_DIV_UW ? DIVDU : DIVD)) | D(SLJIT_R0) | A(SLJIT_R0) | B(SLJIT_R1));
H A DsljitNativeMIPS_common.c1035 sljit_s32 int_op = op & SLJIT_I32_OP; local
1067 if (int_op)

Completed in 155 milliseconds