aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-04-24 20:37:36 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2025-04-24 20:37:36 +0300
commit15310fc90dc6ab2ba52603027eebe8aa5a606a27 (patch)
treead7606ede5d486a841d2b70498c1393134716380 /include
parentd9e7718b03596c9af89411a8991f5a1da7b4ad5f (diff)
downloadejit-master.tar.gz
ejit-master.zip
add some tests to increase coverageHEADmaster
Diffstat (limited to 'include')
-rw-r--r--include/ejit/ejit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ejit/ejit.h b/include/ejit/ejit.h
index ab06d8f..d3bc6c3 100644
--- a/include/ejit/ejit.h
+++ b/include/ejit/ejit.h
@@ -864,6 +864,8 @@ void ejit_ger_d(struct ejit_func *s, struct ejit_gpr r0, struct ejit_fpr r1,
void ejit_ler(struct ejit_func *s, struct ejit_gpr r0, struct ejit_gpr r1,
struct ejit_gpr r2);
+void ejit_ler_u(struct ejit_func *s, struct ejit_gpr r0, struct ejit_gpr r1,
+ struct ejit_gpr r2);
void ejit_ler_f(struct ejit_func *s, struct ejit_gpr r0, struct ejit_fpr r1,
struct ejit_fpr r2);
void ejit_ler_d(struct ejit_func *s, struct ejit_gpr r0, struct ejit_fpr r1,
@@ -912,6 +914,8 @@ struct ejit_reloc ejit_bger_u(struct ejit_func *s, struct ejit_gpr r0,
struct ejit_gpr r1);
struct ejit_reloc ejit_bger_f(struct ejit_func *s, struct ejit_fpr r0,
struct ejit_fpr r1);
+struct ejit_reloc ejit_bger_d(struct ejit_func *s, struct ejit_fpr r0,
+ struct ejit_fpr r1);
struct ejit_reloc ejit_bgei(struct ejit_func *s, struct ejit_gpr r0, int64_t o);
struct ejit_reloc ejit_bgei_u(struct ejit_func *s, struct ejit_gpr r0,