Searched refs:Iop_Max64Ux2 (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 1540 Iop_Max8Ux16, Iop_Max16Ux8, Iop_Max32Ux4, Iop_Max64Ux2, enumerator
|
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 835 case Iop_Max64Ux2: vex_printf("Max64Ux2"); return; in ppIROp() 2962 case Iop_Max64Ux2: in typeOfPrimop()
|
D | host_ppc_isel.c | 5294 case Iop_Max64Ux2: op = Pav_MAXU; goto do_AvBin64x2; in iselVecExpr_wrk()
|
D | guest_arm64_toIR.c | 697 = { Iop_Max8Ux16, Iop_Max16Ux8, Iop_Max32Ux4, Iop_Max64Ux2 }; in mkVecMAXU()
|
D | guest_ppc_toIR.c | 16186 putVReg( vD_addr, binop(Iop_Max64Ux2, mkexpr(vA), mkexpr(vB)) ); in dis_av_arith()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 754 { DEFOP(Iop_Max64Ux2, UNDEF_UNKNOWN), },
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 3397 case Iop_Max64Ux2: in expr2vbits_Binop()
|