Home
last modified time | relevance | path

Searched refs:triop (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py602 def triop(name, ty, const_expr): function
609 triop("ffma", tfloat, "src0 * src1 + src2")
611 triop("flrp", tfloat, "src0 * (1 - src2) + src1 * src2")
620 triop("fcsel", tfloat32, "(src0 != 0.0f) ? src1 : src2")
625 triop("bfi", tuint32, """
/external/valgrind/VEX/priv/
Dir_defs.c1329 const IRTriop *triop = e->Iex.Triop.details; in ppIRExpr() local
1330 ppIROp(triop->op); in ppIRExpr()
1332 ppIRExpr(triop->arg1); in ppIRExpr()
1334 ppIRExpr(triop->arg2); in ppIRExpr()
1336 ppIRExpr(triop->arg3); in ppIRExpr()
1857 IRTriop* triop = LibVEX_Alloc_inline(sizeof(IRTriop)); in IRExpr_Triop() local
1858 triop->op = op; in IRExpr_Triop()
1859 triop->arg1 = arg1; in IRExpr_Triop()
1860 triop->arg2 = arg2; in IRExpr_Triop()
1861 triop->arg3 = arg3; in IRExpr_Triop()
[all …]
Dir_inject.c44 #define triop(kind, a1, a2, a3) IRExpr_Triop(kind, a1, a2, a3) macro
238 data = triop(iricb.op, rounding_mode, opnd1, opnd2); in vex_inject_ir()
271 data = triop(iricb.op, opnd1, opnd2, opnd3); in vex_inject_ir()
Dhost_ppc_isel.c4173 IRTriop *triop = e->Iex.Triop.details; in iselDblExpr_wrk() local
4175 switch (triop->op) { in iselDblExpr_wrk()
4188 HReg r_srcL = iselDblExpr(env, triop->arg2, IEndianess); in iselDblExpr_wrk()
4189 HReg r_srcR = iselDblExpr(env, triop->arg3, IEndianess); in iselDblExpr_wrk()
4190 set_FPU_rounding_mode( env, triop->arg1, IEndianess ); in iselDblExpr_wrk()
4693 IRTriop *triop = e->Iex.Triop.details; in iselFp128Expr_wrk() local
4695 switch (triop->op) { in iselFp128Expr_wrk()
4697 if (FPU_rounding_mode_isOdd(triop->arg1)) { in iselFp128Expr_wrk()
4701 set_FPU_rounding_mode( env, triop->arg1, IEndianess ); in iselFp128Expr_wrk()
4705 if (FPU_rounding_mode_isOdd(triop->arg1)) { in iselFp128Expr_wrk()
[all …]
Dhost_amd64_isel.c1876 IRTriop *triop = e->Iex.Triop.details; in iselIntExpr_R_wrk() local
1879 if (triop->op == Iop_PRemC3210F64 in iselIntExpr_R_wrk()
1880 || triop->op == Iop_PRem1C3210F64) { in iselIntExpr_R_wrk()
1882 HReg arg1 = iselDblExpr(env, triop->arg2); in iselIntExpr_R_wrk()
1883 HReg arg2 = iselDblExpr(env, triop->arg3); in iselIntExpr_R_wrk()
1895 switch (triop->op) { in iselIntExpr_R_wrk()
2817 IRTriop *triop = e->Iex.Triop.details; in iselDblExpr_wrk() local
2819 switch (triop->op) { in iselDblExpr_wrk()
2828 HReg argL = iselDblExpr(env, triop->arg2); in iselDblExpr_wrk()
2829 HReg argR = iselDblExpr(env, triop->arg3); in iselDblExpr_wrk()
[all …]
Dhost_s390_isel.c1996 IRTriop *triop = expr->Iex.Triop.details; in s390_isel_float128_expr_wrk() local
1997 IROp op = triop->op; in s390_isel_float128_expr_wrk()
1998 IRExpr *left = triop->arg2; in s390_isel_float128_expr_wrk()
1999 IRExpr *right = triop->arg3; in s390_isel_float128_expr_wrk()
2029 set_bfp_rounding_mode_in_fpc(env, triop->arg1); in s390_isel_float128_expr_wrk()
2368 IRTriop *triop = expr->Iex.Triop.details; in s390_isel_float_expr_wrk() local
2369 IROp op = triop->op; in s390_isel_float_expr_wrk()
2370 IRExpr *left = triop->arg2; in s390_isel_float_expr_wrk()
2371 IRExpr *right = triop->arg3; in s390_isel_float_expr_wrk()
2393 set_bfp_rounding_mode_in_fpc(env, triop->arg1); in s390_isel_float_expr_wrk()
[all …]
Dhost_arm64_isel.c2948 IRTriop* triop = e->Iex.Triop.details; in iselV128Expr_wrk() local
2950 switch (triop->op) { in iselV128Expr_wrk()
2962 HReg argL = iselV128Expr(env, triop->arg2); in iselV128Expr_wrk()
2963 HReg argR = iselV128Expr(env, triop->arg3); in iselV128Expr_wrk()
2965 set_FPCR_rounding_mode(env, triop->arg1); in iselV128Expr_wrk()
2970 if (triop->op == Iop_SliceV128) { in iselV128Expr_wrk()
2973 IRExpr* argHi = triop->arg1; in iselV128Expr_wrk()
2974 IRExpr* argLo = triop->arg2; in iselV128Expr_wrk()
2975 IRExpr* argAmt = triop->arg3; in iselV128Expr_wrk()
3147 IRTriop* triop = e->Iex.Triop.details; in iselDblExpr_wrk() local
[all …]
Dhost_arm_isel.c3876 IRTriop *triop = e->Iex.Triop.details; in iselNeon64Expr_wrk() local
3878 switch (triop->op) { in iselNeon64Expr_wrk()
3881 HReg argL = iselNeon64Expr(env, triop->arg2); in iselNeon64Expr_wrk()
3882 HReg argR = iselNeon64Expr(env, triop->arg1); in iselNeon64Expr_wrk()
3884 if (triop->arg3->tag != Iex_Const || in iselNeon64Expr_wrk()
3885 typeOfIRExpr(env->type_env, triop->arg3) != Ity_I8) { in iselNeon64Expr_wrk()
3889 imm4 = triop->arg3->Iex.Const.con->Ico.U8; in iselNeon64Expr_wrk()
3902 HReg dreg = iselNeon64Expr(env, triop->arg1); in iselNeon64Expr_wrk()
3903 HReg arg = iselIntExpr_R(env, triop->arg3); in iselNeon64Expr_wrk()
3905 if (triop->arg2->tag != Iex_Const || in iselNeon64Expr_wrk()
[all …]
Dhost_x86_isel.c892 IRTriop *triop = e->Iex.Triop.details; in iselIntExpr_R_wrk() local
895 if (triop->op == Iop_PRemC3210F64 in iselIntExpr_R_wrk()
896 || triop->op == Iop_PRem1C3210F64) { in iselIntExpr_R_wrk()
899 HReg srcL = iselDblExpr(env, triop->arg2); in iselIntExpr_R_wrk()
900 HReg srcR = iselDblExpr(env, triop->arg3); in iselIntExpr_R_wrk()
3069 IRTriop *triop = e->Iex.Triop.details; in iselDblExpr_wrk() local
3070 switch (triop->op) { in iselDblExpr_wrk()
3085 HReg srcL = iselDblExpr(env, triop->arg2); in iselDblExpr_wrk()
3086 HReg srcR = iselDblExpr(env, triop->arg3); in iselDblExpr_wrk()
3794 IRTriop *triop = e->Iex.Triop.details; in iselVecExpr_wrk() local
[all …]
Dguest_arm_toIR.c316 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) in triop() function
2894 putQReg(dreg, triop(Iop_SliceV128, /*hiV128*/getQReg(mreg), in dis_neon_vext()
2897 putDRegI64(dreg, triop(Iop_Slice64, /*hiI64*/getDRegI64(mreg), in dis_neon_vext()
2914 return triop(op, get_FAKE_roundingmode(), argL, argR ); in binop_w_fake_RM()
4671 triop(Iop_Sub32Fx4, in dis_neon_data_3same()
7896 putDRegI64(rD, triop(Iop_SetElem8x8, getDRegI64(rD), mkU8(index), in mk_neon_elem_load_to_one_lane()
7900 putDRegI64(rD, triop(Iop_SetElem16x4, getDRegI64(rD), mkU8(index), in mk_neon_elem_load_to_one_lane()
7904 putDRegI64(rD, triop(Iop_SetElem32x2, getDRegI64(rD), mkU8(index), in mk_neon_elem_load_to_one_lane()
7914 triop(Iop_SetElem8x8, in mk_neon_elem_load_to_one_lane()
7924 triop(Iop_SetElem16x4, in mk_neon_elem_load_to_one_lane()
[all …]
Dguest_ppc_toIR.c628 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) in triop() function
10383 assign( frD, triop( Iop_DivF64r32, in dis_fp_arith()
10392 assign( frD, triop( Iop_SubF64r32, in dis_fp_arith()
10401 assign( frD, triop( Iop_AddF64r32, in dis_fp_arith()
10424 assign( frD, triop( Iop_DivF64r32, in dis_fp_arith()
10435 assign( frD, triop( Iop_MulF64r32, in dis_fp_arith()
10462 assign( frD, triop(Iop_DivF64, rm, mkexpr(frA), mkexpr(frB)) ); in dis_fp_arith()
10470 assign( frD, triop(Iop_SubF64, rm, mkexpr(frA), mkexpr(frB)) ); in dis_fp_arith()
10478 assign( frD, triop(Iop_AddF64, rm, mkexpr(frA), mkexpr(frB)) ); in dis_fp_arith()
10527 assign( frD, triop( Iop_DivF64, in dis_fp_arith()
[all …]
Dguest_arm64_toIR.c286 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) in triop() function
3589 : triop(Iop_SliceV128,(_hi128),(_lo128),mkU8(_nbytes)) )
8493 assign(m0n0m1n1, triop(Iop_SliceV128, in math_REARRANGE_FOR_FLOATING_PAIRWISE()
8557 assign(res, triop(Iop_SliceV128, in dis_AdvSIMD_EXT()
8571 assign(res, triop(Iop_SliceV128, in dis_AdvSIMD_EXT()
8731 assign(preL, triop(Iop_SliceV128, in dis_AdvSIMD_ZIP_UZP_TRN()
8733 assign(preR, triop(Iop_SliceV128, in dis_AdvSIMD_ZIP_UZP_TRN()
9446 assign(argR, unop(opZHI, triop(Iop_SliceV128, mkexpr(src), mkexpr(src), in dis_AdvSIMD_scalar_pairwise()
9449 triop(opADD, mkexpr(mk_get_IR_rounding_mode()), in dis_AdvSIMD_scalar_pairwise()
9472 assign(argR, unop(opZHI, triop(Iop_SliceV128, mkexpr(src), mkexpr(src), in dis_AdvSIMD_scalar_pairwise()
[all …]
Dguest_x86_toIR.c653 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()
[all …]
Dir_opt.c321 IRTriop* triop = ex->Iex.Triop.details; in flatten_Expr() local
324 IRExpr_Triop(triop->op, in flatten_Expr()
325 flatten_Expr(bb, triop->arg1), in flatten_Expr()
326 flatten_Expr(bb, triop->arg2), in flatten_Expr()
327 flatten_Expr(bb, triop->arg3)))); in flatten_Expr()
2475 IRTriop* triop = ex->Iex.Triop.details; in subst_Expr() local
2476 vassert(isIRAtom(triop->arg1)); in subst_Expr()
2477 vassert(isIRAtom(triop->arg2)); in subst_Expr()
2478 vassert(isIRAtom(triop->arg3)); in subst_Expr()
2480 triop->op, in subst_Expr()
[all …]
Dguest_s390_toIR.c168 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3) in triop() function
9058 assign(result, triop(Iop_AddF32, mkexpr(rounding_mode), mkexpr(op1), in s390_irgen_AEBR()
9076 assign(result, triop(Iop_AddF64, mkexpr(rounding_mode), mkexpr(op1), in s390_irgen_ADBR()
9094 assign(result, triop(Iop_AddF32, mkexpr(rounding_mode), mkexpr(op1), in s390_irgen_AEB()
9112 assign(result, triop(Iop_AddF64, mkexpr(rounding_mode), mkexpr(op1), in s390_irgen_ADB()
9405 assign(result, triop(Iop_DivF32, mkexpr(rounding_mode), mkexpr(op1), in s390_irgen_DEBR()
9422 assign(result, triop(Iop_DivF64, mkexpr(rounding_mode), mkexpr(op1), in s390_irgen_DDBR()
9439 assign(result, triop(Iop_DivF32, mkexpr(rounding_mode), mkexpr(op1), in s390_irgen_DEB()
9456 assign(result, triop(Iop_DivF64, mkexpr(rounding_mode), mkexpr(op1), in s390_irgen_DDB()
9561 assign(result, triop(Iop_MulF32, mkexpr(rounding_mode), mkexpr(op1), in s390_irgen_MEEBR()
[all …]
Dguest_amd64_toIR.c253 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) in triop() function
5376 triop( op, in fp_do_op_mem_ST_0()
5383 triop( op, in fp_do_op_mem_ST_0()
5402 triop( op, in fp_do_oprev_mem_ST_0()
5409 triop( op, in fp_do_oprev_mem_ST_0()
5428 triop( op, in fp_do_op_ST_ST()
5447 triop( op, in fp_do_oprev_ST_ST()
5966 triop(Iop_Yl2xF64, in dis_FPU()
6002 triop(Iop_AtanF64, in dis_FPU()
6054 triop(Iop_PRem1F64, in dis_FPU()
[all …]
Dguest_mips_toIR.c892 static IRExpr *triop(IROp op, IRExpr * a1, IRExpr * a2, IRExpr * a3) in triop() function
12424 putDReg(fd, triop(Iop_MulF64, rm, getDReg(fs), in disInstr_MIPS_WRK()
12431 putFReg(fd, mkWidenFromF32(tyF, triop(Iop_MulF32, rm, in disInstr_MIPS_WRK()
12446 putDReg(fd, triop(Iop_DivF64, rm, getDReg(fs), in disInstr_MIPS_WRK()
12454 putFReg(fd, mkWidenFromF32(tyF, triop(Iop_DivF32, rm, in disInstr_MIPS_WRK()
12470 putDReg(fd, triop(Iop_SubF64, rm, getDReg(fs), in disInstr_MIPS_WRK()
12478 putFReg(fd, mkWidenFromF32(tyF, triop(Iop_SubF32, rm, in disInstr_MIPS_WRK()
12591 putFReg(fd, mkWidenFromF32(tyF, triop(Iop_DivF32, in disInstr_MIPS_WRK()
12601 putDReg(fd, triop(Iop_DivF64, rm, in disInstr_MIPS_WRK()
12841 putFReg(fd, mkWidenFromF32(tyF, triop(Iop_AddF32, rm, in disInstr_MIPS_WRK()
[all …]
/external/valgrind/memcheck/
Dmc_translate.c436 #define triop(_op, _arg1, _arg2, _arg3) \ macro
2926 return assignNew('V', mce, Ity_V128, triop(op, vatom1, vatom2, atom3)); in expr2vbits_Triop()
2930 return assignNew('V', mce, Ity_I64, triop(op, vatom1, vatom2, atom3)); in expr2vbits_Triop()
2935 return assignNew('V', mce, Ity_I64, triop(op, vatom1, atom2, vatom3)); in expr2vbits_Triop()
/external/libxml2/
DMakefile.am1255 triop.h triodef.h libxml.h elfgcchack.h xzlib.h buf.h \
DChangeLog10867 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
12835 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
14657 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
16444 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
16892 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio