summaryrefslogtreecommitdiff
path: root/src/buildvm_arm.dasc
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildvm_arm.dasc')
-rw-r--r--src/buildvm_arm.dasc10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/buildvm_arm.dasc b/src/buildvm_arm.dasc
index 4d30a95b..f2b08ed9 100644
--- a/src/buildvm_arm.dasc
+++ b/src/buildvm_arm.dasc
@@ -2004,16 +2004,6 @@ static void build_subroutines(BuildCtx *ctx)
2004 | rsbmi CARG1, CARG1, #0 // if (sign(divisor) != sign(y)) y = -y 2004 | rsbmi CARG1, CARG1, #0 // if (sign(divisor) != sign(y)) y = -y
2005 | bx lr 2005 | bx lr
2006 | 2006 |
2007 |->vm_powi:
2008#if LJ_HASJIT
2009 | NYI
2010#endif
2011 |
2012 |->vm_foldfpm:
2013#if LJ_HASJIT
2014 | NYI
2015#endif
2016 |
2017 |// Callable from C: double lj_vm_foldarith(double x, double y, int op) 2007 |// Callable from C: double lj_vm_foldarith(double x, double y, int op)
2018 |// Compute x op y for basic arithmetic operators (+ - * / % ^ and unary -) 2008 |// Compute x op y for basic arithmetic operators (+ - * / % ^ and unary -)
2019 |// and basic math functions. ORDER ARITH 2009 |// and basic math functions. ORDER ARITH