Searched refs:op_binop (Results 1 – 2 of 2) sorted by relevance
3131 IROp op_binop = e->Iex.Binop.op; in iselInt128Expr_to_32x4_wrk() local3132 switch (op_binop) { in iselInt128Expr_to_32x4_wrk()3139 op_binop); in iselInt128Expr_to_32x4_wrk()3248 IROp op_binop = e->Iex.Binop.op; in iselInt64Expr_wrk() local3249 switch (op_binop) { in iselInt64Expr_wrk()3255 Bool syned = toBool(op_binop == Iop_MullS32); in iselInt64Expr_wrk()3278 PPCAluOp op = (op_binop == Iop_Or64) ? Palu_OR : in iselInt64Expr_wrk()3279 (op_binop == Iop_And64) ? Palu_AND : Palu_XOR; in iselInt64Expr_wrk()3328 (op_binop == Iop_F64toI64S) ? True : False, in iselInt64Expr_wrk()
2377 IROp op_binop = e->Iex.Binop.op; in iselInt64Expr_wrk() local2378 switch (op_binop) { in iselInt64Expr_wrk()2439 Bool syned = toBool(op_binop == Iop_MullS32); in iselInt64Expr_wrk()2458 Bool syned = toBool(op_binop == Iop_DivModS64to32); in iselInt64Expr_wrk()2484 MIPSAluOp op = (op_binop == Iop_Or64) ? Malu_OR : in iselInt64Expr_wrk()2485 (op_binop == Iop_And64) ? Malu_AND : Malu_XOR; in iselInt64Expr_wrk()