Lines Matching refs:triop
653 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) in triop() function
3740 triop( op, in fp_do_op_mem_ST_0()
3747 triop( op, in fp_do_op_mem_ST_0()
3766 triop( op, in fp_do_oprev_mem_ST_0()
3773 triop( op, in fp_do_oprev_mem_ST_0()
3793 triop( op, in fp_do_op_ST_ST()
3813 triop( op, in fp_do_oprev_ST_ST()
4320 triop(Iop_Yl2xF64, in dis_FPU()
4356 triop(Iop_AtanF64, in dis_FPU()
4408 triop(Iop_PRem1F64, in dis_FPU()
4413 triop(Iop_PRem1C3210F64, in dis_FPU()
4434 triop(Iop_PRemF64, in dis_FPU()
4439 triop(Iop_PRemC3210F64, in dis_FPU()
4449 triop(Iop_Yl2xp1F64, in dis_FPU()
4501 triop(Iop_ScaleF64, in dis_FPU()
4612 triop(fop, in dis_FPU()
4621 triop(fop, in dis_FPU()
5296 triop(fop, in dis_FPU()
5306 triop(fop, in dis_FPU()
7011 ? triop(op, get_FAKE_roundingmode(), /* XXXROUNDINGFIXME */ in dis_SSE_E_to_G_all_wrk()
7026 ? triop(op, get_FAKE_roundingmode(), /* XXXROUNDINGFIXME */ in dis_SSE_E_to_G_all_wrk()
11934 assign( addV, triop(Iop_Add32Fx4, mkexpr(rm), mkexpr(gV), mkexpr(eV)) ); in disInstr_X86_WRK()
11935 assign( subV, triop(Iop_Sub32Fx4, mkexpr(rm), mkexpr(gV), mkexpr(eV)) ); in disInstr_X86_WRK()
11971 assign( addV, triop(Iop_Add64Fx2, mkexpr(rm), mkexpr(gV), mkexpr(eV)) ); in disInstr_X86_WRK()
11972 assign( subV, triop(Iop_Sub64Fx2, mkexpr(rm), mkexpr(gV), mkexpr(eV)) ); in disInstr_X86_WRK()
12020 triop(isAdd ? Iop_Add32Fx4 : Iop_Sub32Fx4, in disInstr_X86_WRK()
12066 triop(isAdd ? Iop_Add64Fx2 : Iop_Sub64Fx2, in disInstr_X86_WRK()