-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34b05d6
commit 36eea78
Showing
5 changed files
with
67 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
open HolKernel Parse boolLib bossLib; | ||
|
||
open balrob_supportLib; | ||
|
||
open balrob_endsTheory; | ||
|
||
val _ = new_theory "balrob_misc"; | ||
|
||
val entry_name = "__aeabi_i2f"; | ||
val reqs = get_fun_usage entry_name; | ||
val locs = | ||
( 0x100012c8, | ||
[0x10001348]); | ||
|
||
val symb_exec_thm = birs_summary birs_prog_config [balrob_summary___clzsi2_thm] reqs locs; | ||
val _ = save_thm("balrob_summary_" ^ entry_name ^ "_thm", symb_exec_thm); | ||
|
||
val _ = print "\n"; | ||
val _ = Profile.print_profile_results (Profile.results ()); | ||
|
||
(* ------------------------------------ *) | ||
|
||
(* | ||
val entry_name = "__aeabi_fcmplt"; | ||
val reqs = get_fun_usage entry_name; | ||
val locs = | ||
( 0x1000019c, | ||
[0x100001a8, | ||
0x100001ac]); | ||
val symb_exec_thm = birs_summary birs_prog_config [balrob_summary___lesf2_thm] reqs locs; | ||
val _ = save_thm("balrob_summary_" ^ entry_name ^ "_thm", symb_exec_thm); | ||
(* | ||
Uncaught exception: HOL_ERR {message = "birs_symbval_concretizations_oracle_CONV: failed to resolve single jump target, not an equality theorem", origin_function = "RAND_CONV", origin_structure = "Conv"} | ||
*) | ||
*) | ||
|
||
(* ------------------------------------ *) | ||
|
||
(* | ||
val entry_name = "abs_own"; | ||
val reqs = get_fun_usage entry_name; | ||
val locs = | ||
( 0x1000140e, | ||
[0x10001434]); | ||
val symb_exec_thm = birs_summary birs_prog_config [balrob_summary___lesf2_thm] reqs locs; | ||
val _ = save_thm("balrob_summary_" ^ entry_name ^ "_thm", symb_exec_thm); | ||
(* | ||
Uncaught exception: HOL_ERR {message = "birs_symbval_concretizations_oracle_CONV: failed to resolve single jump target, not an equality theorem", origin_function = "RAND_CONV", origin_structure = "Conv"} | ||
*) | ||
*) | ||
|
||
(* ------------------------------------ *) | ||
|
||
|
||
val _ = export_theory (); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters