From: Jacob Lifshay Date: Thu, 28 May 2020 06:36:08 +0000 (-0700) Subject: add more test cases X-Git-Tag: v0.2.0~47 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=08fe25f8ce8910fe06ae0e0acd2bae34f0a81214;p=power-instruction-analyzer.git add more test cases --- diff --git a/src/main.rs b/src/main.rs index aa9bda7..60c2a12 100644 --- a/src/main.rs +++ b/src/main.rs @@ -209,7 +209,10 @@ make_div_functions! { const TEST_VALUES: &[u64] = &[ 0x0, + 0x1, + 0x2, 0xFFFF_FFFF_FFFF_FFFF, + 0xFFFF_FFFF_FFFF_FFFE, 0x7FFF_FFFF_FFFF_FFFF, 0x8000_0000_0000_0000, 0x1234_5678_0000_0000,