[sim] made softfloat files C instead of C++
authorAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>
Fri, 15 Oct 2010 23:17:53 +0000 (16:17 -0700)
committerAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>
Fri, 15 Oct 2010 23:17:53 +0000 (16:17 -0700)
commitab928baadbfd3316988a3ad5b5d9b84693a8636f
treeb464ce729d53aeff072ed2c341b06194e9ea174b
parentd3cb781e165427412b299b6034289b8458472790
[sim] made softfloat files C instead of C++
222 files changed:
Makefile.in
softfloat/f32_add.c [new file with mode: 0755]
softfloat/f32_add.cc [deleted file]
softfloat/f32_div.c [new file with mode: 0755]
softfloat/f32_div.cc [deleted file]
softfloat/f32_eq.c [new file with mode: 0755]
softfloat/f32_eq.cc [deleted file]
softfloat/f32_eq_signaling.c [new file with mode: 0755]
softfloat/f32_eq_signaling.cc [deleted file]
softfloat/f32_isSignalingNaN.c [new file with mode: 0755]
softfloat/f32_isSignalingNaN.cc [deleted file]
softfloat/f32_le.c [new file with mode: 0755]
softfloat/f32_le.cc [deleted file]
softfloat/f32_le_quiet.c [new file with mode: 0755]
softfloat/f32_le_quiet.cc [deleted file]
softfloat/f32_lt.c [new file with mode: 0755]
softfloat/f32_lt.cc [deleted file]
softfloat/f32_lt_quiet.c [new file with mode: 0755]
softfloat/f32_lt_quiet.cc [deleted file]
softfloat/f32_mul.c [new file with mode: 0755]
softfloat/f32_mul.cc [deleted file]
softfloat/f32_mulAdd.c [new file with mode: 0755]
softfloat/f32_mulAdd.cc [deleted file]
softfloat/f32_rem.c [new file with mode: 0755]
softfloat/f32_rem.cc [deleted file]
softfloat/f32_roundToInt.c [new file with mode: 0755]
softfloat/f32_roundToInt.cc [deleted file]
softfloat/f32_sqrt.c [new file with mode: 0755]
softfloat/f32_sqrt.cc [deleted file]
softfloat/f32_sub.c [new file with mode: 0755]
softfloat/f32_sub.cc [deleted file]
softfloat/f32_to_f64.c [new file with mode: 0755]
softfloat/f32_to_f64.cc [deleted file]
softfloat/f32_to_i32.c [new file with mode: 0755]
softfloat/f32_to_i32.cc [deleted file]
softfloat/f32_to_i32_r_minMag.c [new file with mode: 0755]
softfloat/f32_to_i32_r_minMag.cc [deleted file]
softfloat/f32_to_i64.c [new file with mode: 0755]
softfloat/f32_to_i64.cc [deleted file]
softfloat/f32_to_i64_r_minMag.c [new file with mode: 0755]
softfloat/f32_to_i64_r_minMag.cc [deleted file]
softfloat/f32_to_ui32.c [new file with mode: 0755]
softfloat/f32_to_ui32.cc [deleted file]
softfloat/f32_to_ui32_r_minMag.c [new file with mode: 0755]
softfloat/f32_to_ui32_r_minMag.cc [deleted file]
softfloat/f32_to_ui64.c [new file with mode: 0755]
softfloat/f32_to_ui64.cc [deleted file]
softfloat/f32_to_ui64_r_minMag.c [new file with mode: 0755]
softfloat/f32_to_ui64_r_minMag.cc [deleted file]
softfloat/f64_add.c [new file with mode: 0755]
softfloat/f64_add.cc [deleted file]
softfloat/f64_div.c [new file with mode: 0755]
softfloat/f64_div.cc [deleted file]
softfloat/f64_eq.c [new file with mode: 0755]
softfloat/f64_eq.cc [deleted file]
softfloat/f64_eq_signaling.c [new file with mode: 0755]
softfloat/f64_eq_signaling.cc [deleted file]
softfloat/f64_isSignalingNaN.c [new file with mode: 0755]
softfloat/f64_isSignalingNaN.cc [deleted file]
softfloat/f64_le.c [new file with mode: 0755]
softfloat/f64_le.cc [deleted file]
softfloat/f64_le_quiet.c [new file with mode: 0755]
softfloat/f64_le_quiet.cc [deleted file]
softfloat/f64_lt.c [new file with mode: 0755]
softfloat/f64_lt.cc [deleted file]
softfloat/f64_lt_quiet.c [new file with mode: 0755]
softfloat/f64_lt_quiet.cc [deleted file]
softfloat/f64_mul.c [new file with mode: 0755]
softfloat/f64_mul.cc [deleted file]
softfloat/f64_mulAdd.c [new file with mode: 0755]
softfloat/f64_mulAdd.cc [deleted file]
softfloat/f64_rem.c [new file with mode: 0755]
softfloat/f64_rem.cc [deleted file]
softfloat/f64_roundToInt.c [new file with mode: 0755]
softfloat/f64_roundToInt.cc [deleted file]
softfloat/f64_sqrt.c [new file with mode: 0755]
softfloat/f64_sqrt.cc [deleted file]
softfloat/f64_sub.c [new file with mode: 0755]
softfloat/f64_sub.cc [deleted file]
softfloat/f64_to_f32.c [new file with mode: 0755]
softfloat/f64_to_f32.cc [deleted file]
softfloat/f64_to_i32.c [new file with mode: 0755]
softfloat/f64_to_i32.cc [deleted file]
softfloat/f64_to_i32_r_minMag.c [new file with mode: 0755]
softfloat/f64_to_i32_r_minMag.cc [deleted file]
softfloat/f64_to_i64.c [new file with mode: 0755]
softfloat/f64_to_i64.cc [deleted file]
softfloat/f64_to_i64_r_minMag.c [new file with mode: 0755]
softfloat/f64_to_i64_r_minMag.cc [deleted file]
softfloat/f64_to_ui32.c [new file with mode: 0755]
softfloat/f64_to_ui32.cc [deleted file]
softfloat/f64_to_ui32_r_minMag.c [new file with mode: 0755]
softfloat/f64_to_ui32_r_minMag.cc [deleted file]
softfloat/f64_to_ui64.c [new file with mode: 0755]
softfloat/f64_to_ui64.cc [deleted file]
softfloat/f64_to_ui64_r_minMag.c [new file with mode: 0755]
softfloat/f64_to_ui64_r_minMag.cc [deleted file]
softfloat/i32_to_f32.c [new file with mode: 0755]
softfloat/i32_to_f32.cc [deleted file]
softfloat/i32_to_f64.c [new file with mode: 0755]
softfloat/i32_to_f64.cc [deleted file]
softfloat/i64_to_f32.c [new file with mode: 0755]
softfloat/i64_to_f32.cc [deleted file]
softfloat/i64_to_f64.c [new file with mode: 0755]
softfloat/i64_to_f64.cc [deleted file]
softfloat/s_add128.c [new file with mode: 0755]
softfloat/s_add128.cc [deleted file]
softfloat/s_add192.c [new file with mode: 0755]
softfloat/s_add192.cc [deleted file]
softfloat/s_addMagsF32.c [new file with mode: 0755]
softfloat/s_addMagsF32.cc [deleted file]
softfloat/s_addMagsF64.c [new file with mode: 0755]
softfloat/s_addMagsF64.cc [deleted file]
softfloat/s_countLeadingZeros32.c [new file with mode: 0755]
softfloat/s_countLeadingZeros32.cc [deleted file]
softfloat/s_countLeadingZeros64.c [new file with mode: 0755]
softfloat/s_countLeadingZeros64.cc [deleted file]
softfloat/s_countLeadingZeros8.c [new file with mode: 0755]
softfloat/s_countLeadingZeros8.cc [deleted file]
softfloat/s_eq128.c [new file with mode: 0755]
softfloat/s_eq128.cc [deleted file]
softfloat/s_estimateDiv128To64.c [new file with mode: 0755]
softfloat/s_estimateDiv128To64.cc [deleted file]
softfloat/s_estimateSqrt32.c [new file with mode: 0755]
softfloat/s_estimateSqrt32.cc [deleted file]
softfloat/s_le128.c [new file with mode: 0755]
softfloat/s_le128.cc [deleted file]
softfloat/s_lt128.c [new file with mode: 0755]
softfloat/s_lt128.cc [deleted file]
softfloat/s_mul128By64To192.c [new file with mode: 0755]
softfloat/s_mul128By64To192.cc [deleted file]
softfloat/s_mul128To256.c [new file with mode: 0755]
softfloat/s_mul128To256.cc [deleted file]
softfloat/s_mul64To128.c [new file with mode: 0755]
softfloat/s_mul64To128.cc [deleted file]
softfloat/s_mulAddF32.c [new file with mode: 0755]
softfloat/s_mulAddF32.cc [deleted file]
softfloat/s_mulAddF64.c [new file with mode: 0755]
softfloat/s_mulAddF64.cc [deleted file]
softfloat/s_normRoundPackToF32.c [new file with mode: 0755]
softfloat/s_normRoundPackToF32.cc [deleted file]
softfloat/s_normRoundPackToF64.c [new file with mode: 0755]
softfloat/s_normRoundPackToF64.cc [deleted file]
softfloat/s_normSubnormalF32Sig.c [new file with mode: 0755]
softfloat/s_normSubnormalF32Sig.cc [deleted file]
softfloat/s_normSubnormalF64Sig.c [new file with mode: 0755]
softfloat/s_normSubnormalF64Sig.cc [deleted file]
softfloat/s_roundPackToF32.c [new file with mode: 0755]
softfloat/s_roundPackToF32.cc [deleted file]
softfloat/s_roundPackToF64.c [new file with mode: 0755]
softfloat/s_roundPackToF64.cc [deleted file]
softfloat/s_roundPackToI32.c [new file with mode: 0755]
softfloat/s_roundPackToI32.cc [deleted file]
softfloat/s_roundPackToI64.c [new file with mode: 0755]
softfloat/s_roundPackToI64.cc [deleted file]
softfloat/s_roundPackToUI32.c [new file with mode: 0755]
softfloat/s_roundPackToUI32.cc [deleted file]
softfloat/s_roundPackToUI64.c [new file with mode: 0755]
softfloat/s_roundPackToUI64.cc [deleted file]
softfloat/s_shift128ExtraRightJam.c [new file with mode: 0755]
softfloat/s_shift128ExtraRightJam.cc [deleted file]
softfloat/s_shift128RightJam.c [new file with mode: 0755]
softfloat/s_shift128RightJam.cc [deleted file]
softfloat/s_shift32RightJam.c [new file with mode: 0755]
softfloat/s_shift32RightJam.cc [deleted file]
softfloat/s_shift64ExtraRightJam.c [new file with mode: 0755]
softfloat/s_shift64ExtraRightJam.cc [deleted file]
softfloat/s_shift64RightJam.c [new file with mode: 0755]
softfloat/s_shift64RightJam.cc [deleted file]
softfloat/s_shortShift128ExtraRightJam.c [new file with mode: 0755]
softfloat/s_shortShift128ExtraRightJam.cc [deleted file]
softfloat/s_shortShift128Left.c [new file with mode: 0755]
softfloat/s_shortShift128Left.cc [deleted file]
softfloat/s_shortShift128Right.c [new file with mode: 0755]
softfloat/s_shortShift128Right.cc [deleted file]
softfloat/s_shortShift192Left.c [new file with mode: 0755]
softfloat/s_shortShift192Left.cc [deleted file]
softfloat/s_shortShift32Right1Jam.c [new file with mode: 0755]
softfloat/s_shortShift32Right1Jam.cc [deleted file]
softfloat/s_shortShift64ExtraRightJam.c [new file with mode: 0755]
softfloat/s_shortShift64ExtraRightJam.cc [deleted file]
softfloat/s_shortShift64RightJam.c [new file with mode: 0755]
softfloat/s_shortShift64RightJam.cc [deleted file]
softfloat/s_sub128.c [new file with mode: 0755]
softfloat/s_sub128.cc [deleted file]
softfloat/s_sub192.c [new file with mode: 0755]
softfloat/s_sub192.cc [deleted file]
softfloat/s_subMagsF32.c [new file with mode: 0755]
softfloat/s_subMagsF32.cc [deleted file]
softfloat/s_subMagsF64.c [new file with mode: 0755]
softfloat/s_subMagsF64.cc [deleted file]
softfloat/softfloat.h
softfloat/softfloat.mk.in
softfloat/softfloat_state.c [new file with mode: 0755]
softfloat/softfloat_state.cc [deleted file]
softfloat/ui32_to_f32.c [new file with mode: 0755]
softfloat/ui32_to_f32.cc [deleted file]
softfloat/ui32_to_f64.c [new file with mode: 0755]
softfloat/ui32_to_f64.cc [deleted file]
softfloat/ui64_to_f32.c [new file with mode: 0755]
softfloat/ui64_to_f32.cc [deleted file]
softfloat/ui64_to_f64.c [new file with mode: 0755]
softfloat/ui64_to_f64.cc [deleted file]
softfloat_riscv/s_commonNaNToF32UI.c [new file with mode: 0755]
softfloat_riscv/s_commonNaNToF32UI.cc [deleted file]
softfloat_riscv/s_commonNaNToF64UI.c [new file with mode: 0755]
softfloat_riscv/s_commonNaNToF64UI.cc [deleted file]
softfloat_riscv/s_f32UIToCommonNaN.c [new file with mode: 0755]
softfloat_riscv/s_f32UIToCommonNaN.cc [deleted file]
softfloat_riscv/s_f64UIToCommonNaN.c [new file with mode: 0755]
softfloat_riscv/s_f64UIToCommonNaN.cc [deleted file]
softfloat_riscv/s_isSigNaNF32UI.c [new file with mode: 0755]
softfloat_riscv/s_isSigNaNF32UI.cc [deleted file]
softfloat_riscv/s_isSigNaNF64UI.c [new file with mode: 0755]
softfloat_riscv/s_isSigNaNF64UI.cc [deleted file]
softfloat_riscv/s_propagateNaNF32UI.c [new file with mode: 0755]
softfloat_riscv/s_propagateNaNF32UI.cc [deleted file]
softfloat_riscv/s_propagateNaNF64UI.c [new file with mode: 0755]
softfloat_riscv/s_propagateNaNF64UI.cc [deleted file]
softfloat_riscv/softfloat_raiseFlags.c [new file with mode: 0755]
softfloat_riscv/softfloat_raiseFlags.cc [deleted file]
softfloat_riscv/softfloat_riscv.mk.in