Home
last modified time | relevance | path

Searched refs:op_binop (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_mips_isel.c2371 IROp op_binop = e->Iex.Binop.op; in iselInt64Expr_wrk() local
2372 switch (op_binop) { in iselInt64Expr_wrk()
2433 Bool syned = toBool(op_binop == Iop_MullS32); in iselInt64Expr_wrk()
2452 Bool syned = toBool(op_binop == Iop_DivModS64to32); in iselInt64Expr_wrk()
2478 MIPSAluOp op = (op_binop == Iop_Or64) ? Malu_OR : in iselInt64Expr_wrk()
2479 (op_binop == Iop_And64) ? Malu_AND : Malu_XOR; in iselInt64Expr_wrk()
Dhost_ppc_isel.c3238 IROp op_binop = e->Iex.Binop.op; in iselInt128Expr_to_32x4_wrk() local
3239 switch (op_binop) { in iselInt128Expr_to_32x4_wrk()
3246 op_binop); in iselInt128Expr_to_32x4_wrk()
3385 IROp op_binop = e->Iex.Binop.op; in iselInt64Expr_wrk() local
3386 switch (op_binop) { in iselInt64Expr_wrk()
3392 Bool syned = toBool(op_binop == Iop_MullS32); in iselInt64Expr_wrk()
3415 PPCAluOp op = (op_binop == Iop_Or64) ? Palu_OR : in iselInt64Expr_wrk()
3416 (op_binop == Iop_And64) ? Palu_AND : Palu_XOR; in iselInt64Expr_wrk()
3465 (op_binop == Iop_F64toI64S) ? True : False, in iselInt64Expr_wrk()