Searched refs:Iop_MaxNumF64 (Results 1 – 6 of 6) sorted by relevance
781 Iop_MaxNumF64, /* max, F64, numerical operand if other is a qNaN */ enumerator
357 case Iop_MaxNumF64: vex_printf("MaxNumF64"); return; in ppIROp()2846 case Iop_MaxNumF64: case Iop_MinNumF64: in typeOfPrimop()
5621 case Iop_MaxNumF64: in iselDblExpr_wrk()5628 Bool isMax = e->Iex.Binop.op == Iop_MaxNumF64; in iselDblExpr_wrk()
13724 IROp op = isF64 ? (isMAX ? Iop_MaxNumF64 : Iop_MinNumF64) in decode_V8_instruction()
299 { DEFOP(Iop_MaxNumF64, UNDEF_ALL), .arm = 1 },
3958 case Iop_MaxNumF64: in expr2vbits_Binop()