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 544 /* :: IRRoundingMode(I32) x F64 x F64 -> F64 */
547 /* :: IRRoundingMode(I32) x F32 x F32 -> F32 */
552 /* :: IRRoundingMode(I32) x F64 x F64 -> F64 */
563 /* :: IRRoundingMode(I32) x F64 -> F64 */
566 /* :: IRRoundingMode(I32) x F32 -> F32 */
585 IRRoundingMode) which is an indication of the rounding mode
623 Iop_F64toI16S, /* IRRoundingMode(I32) x F64 -> signed I16 */
624 Iop_F64toI32S, /* IRRoundingMode(I32) x F64 -> signed I32 */
625 Iop_F64toI64S, /* IRRoundingMode(I32) x F64 -> signed I64 */
626 Iop_F64toI64U, /* IRRoundingMode(I32) x F64 -> unsigned I64 *
    [all...]
  /external/valgrind/main/VEX/priv/
host_s390_isel.c 533 /* Given an expression representing a rounding mode using IRRoundingMode
540 IRRoundingMode mode = rounding_expr->Iex.Const.con->Ico.U32;
    [all...]
guest_s390_toIR.c 429 instructions to VEX's IRRoundingMode. */
430 static IRRoundingMode
    [all...]

Completed in 133 milliseconds