Spike, a RISC-V ISA Simulator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andrew Waterman 50ec828baf [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
..
8086 [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_add.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_div.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_eq.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_eq_signaling.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_isSignalingNaN.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_le.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_le_quiet.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_lt.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_lt_quiet.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_mul.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_mulAdd.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_rem.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_roundToInt.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_sqrt.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_sub.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_to_f64.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_to_i32.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_to_i32_r_minMag.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_to_i64.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_to_i64_r_minMag.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_to_ui32.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_to_ui32_r_minMag.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_to_ui64.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f32_to_ui64_r_minMag.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_add.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_div.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_eq.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_eq_signaling.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_isSignalingNaN.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_le.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_le_quiet.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_lt.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_lt_quiet.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_mul.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_mulAdd.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_rem.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_roundToInt.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_sqrt.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_sub.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_to_f32.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_to_i32.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_to_i32_r_minMag.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_to_i64.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_to_i64_r_minMag.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_to_ui32.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_to_ui32_r_minMag.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_to_ui64.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
f64_to_ui64_r_minMag.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
i32_to_f32.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
i32_to_f64.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
i64_to_f32.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
i64_to_f64.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
internals.h [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
primitives.h [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_add128.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_add192.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_addMagsF32.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_addMagsF64.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_countLeadingZeros8.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_countLeadingZeros32.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_countLeadingZeros64.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_eq128.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_estimateDiv128To64.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_estimateSqrt32.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_le128.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_lt128.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_mul64To128.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_mul128By64To192.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_mul128To256.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_mulAddF32.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_mulAddF64.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_normRoundPackToF32.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_normRoundPackToF64.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_normSubnormalF32Sig.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_normSubnormalF64Sig.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_roundPackToF32.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_roundPackToF64.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_roundPackToI32.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_roundPackToI64.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_roundPackToUI32.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_roundPackToUI64.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_shift32RightJam.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_shift64ExtraRightJam.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_shift64RightJam.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_shift128ExtraRightJam.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_shift128RightJam.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_shortShift32Right1Jam.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_shortShift64ExtraRightJam.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_shortShift64RightJam.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_shortShift128ExtraRightJam.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_shortShift128Left.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_shortShift128Right.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_shortShift192Left.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_sub128.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_sub192.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_subMagsF32.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
s_subMagsF64.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
softfloat.ac [xcc,sim] implement FP using softfloat 16 years ago
softfloat.h [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
softfloat.mk.in [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
softfloat_state.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
ui32_to_f32.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
ui32_to_f64.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
ui64_to_f32.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
ui64_to_f64.cc [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago