HomeSort by relevance Sort by last modified time
    Searched refs:IRRoundingMode (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/pub/
libvex_ir.h 536 /* :: IRRoundingMode(I32) x F64 x F64 -> F64 */
539 /* :: IRRoundingMode(I32) x F32 x F32 -> F32 */
544 /* :: IRRoundingMode(I32) x F64 x F64 -> F64 */
555 /* :: IRRoundingMode(I32) x F64 -> F64 */
558 /* :: IRRoundingMode(I32) x F32 -> F32 */
577 IRRoundingMode) which is an indication of the rounding mode
615 Iop_F64toI16S, /* IRRoundingMode(I32) x F64 -> signed I16 */
616 Iop_F64toI32S, /* IRRoundingMode(I32) x F64 -> signed I32 */
617 Iop_F64toI64S, /* IRRoundingMode(I32) x F64 -> signed I64 */
618 Iop_F64toI64U, /* IRRoundingMode(I32) x F64 -> unsigned I64 *
    [all...]
  /external/valgrind/main/VEX/priv/
host_s390_isel.c 417 /* Given an expression representing a rounding mode using IRRoundingMode
424 IRRoundingMode mode = rounding_expr->Iex.Const.con->Ico.U32;
    [all...]
guest_s390_toIR.c 357 instructions to VEX's IRRoundingMode. */
358 static IRRoundingMode
    [all...]

Completed in 25 milliseconds