Home
last modified time | relevance | path

Searched refs:Iop_MaxNumF64 (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h781 Iop_MaxNumF64, /* max, F64, numerical operand if other is a qNaN */ enumerator
/external/valgrind/VEX/priv/
Dir_defs.c357 case Iop_MaxNumF64: vex_printf("MaxNumF64"); return; in ppIROp()
2846 case Iop_MaxNumF64: case Iop_MinNumF64: in typeOfPrimop()
Dhost_arm_isel.c5621 case Iop_MaxNumF64: in iselDblExpr_wrk()
5628 Bool isMax = e->Iex.Binop.op == Iop_MaxNumF64; in iselDblExpr_wrk()
Dguest_arm_toIR.c13724 IROp op = isF64 ? (isMAX ? Iop_MaxNumF64 : Iop_MinNumF64) in decode_V8_instruction()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c299 { DEFOP(Iop_MaxNumF64, UNDEF_ALL), .arm = 1 },
/external/valgrind/memcheck/
Dmc_translate.c3958 case Iop_MaxNumF64: in expr2vbits_Binop()