LMMS
Loading...
Searching...
No Matches
plugins
CarlaBase
carla
source
modules
ysfx
thirdparty
WDL
source
WDL
eel2
Macros
|
Functions
asm-nseel-aarch64-gcc.c File Reference
Macros
#define
FUNCTION_MARKER
#define
FLUSH_TO_ZERO
Functions
void
nseel_asm_invsqrt
(
void
)
void
nseel_asm_dbg_getstackptr
(
void
)
void
nseel_asm_sqr
(
void
)
void
nseel_asm_abs
(
void
)
void
nseel_asm_assign
(
void
)
void
nseel_asm_assign_fromfp
(
void
)
void
nseel_asm_assign_fast
(
void
)
void
nseel_asm_assign_fast_fromfp
(
void
)
void
nseel_asm_add
(
void
)
void
nseel_asm_add_op
(
void
)
void
nseel_asm_add_op_fast
(
void
)
void
nseel_asm_sub
(
void
)
void
nseel_asm_sub_op
(
void
)
void
nseel_asm_sub_op_fast
(
void
)
void
nseel_asm_mul
(
void
)
void
nseel_asm_mul_op
(
void
)
void
nseel_asm_mul_op_fast
(
void
)
void
nseel_asm_div
(
void
)
void
nseel_asm_div_op
(
void
)
void
nseel_asm_div_op_fast
(
void
)
void
nseel_asm_mod
(
void
)
void
nseel_asm_shl
(
void
)
void
nseel_asm_shr
(
void
)
void
nseel_asm_mod_op
(
void
)
void
nseel_asm_or
(
void
)
void
nseel_asm_or0
(
void
)
void
nseel_asm_or_op
(
void
)
void
nseel_asm_xor
(
void
)
void
nseel_asm_xor_op
(
void
)
void
nseel_asm_and
(
void
)
void
nseel_asm_and_op
(
void
)
void
nseel_asm_uminus
(
void
)
void
nseel_asm_sign
(
void
)
void
nseel_asm_bnot
(
void
)
void
nseel_asm_if
(
void
)
void
nseel_asm_repeat
(
void
)
void
nseel_asm_repeatwhile
(
void
)
void
nseel_asm_band
(
void
)
void
nseel_asm_bor
(
void
)
void
nseel_asm_equal
(
void
)
void
nseel_asm_equal_exact
(
void
)
void
nseel_asm_notequal_exact
(
void
)
void
nseel_asm_notequal
(
void
)
void
nseel_asm_below
(
void
)
void
nseel_asm_beloweq
(
void
)
void
nseel_asm_above
(
void
)
void
nseel_asm_aboveeq
(
void
)
void
nseel_asm_min
(
void
)
void
nseel_asm_max
(
void
)
void
nseel_asm_min_fp
(
void
)
void
nseel_asm_max_fp
(
void
)
void
_asm_generic3parm
(
void
)
void
_asm_generic3parm_retd
(
void
)
void
_asm_generic2parm
(
void
)
void
_asm_generic2parm_retd
(
void
)
void
_asm_generic2xparm_retd
(
void
)
void
_asm_generic1parm
(
void
)
void
_asm_generic1parm_retd
(
void
)
void
_asm_megabuf
(
void
)
void
_asm_gmegabuf
(
void
)
void
nseel_asm_fcall
(
void
)
void
nseel_asm_stack_push
(
void
)
void
nseel_asm_stack_pop
(
void
)
void
nseel_asm_stack_pop_fast
(
void
)
void
nseel_asm_stack_peek
(
void
)
void
nseel_asm_stack_peek_top
(
void
)
void
nseel_asm_stack_peek_int
(
void
)
void
nseel_asm_stack_exch
(
void
)
void
nseel_asm_booltofp
(
void
)
void
nseel_asm_fptobool
(
void
)
void
nseel_asm_fptobool_rev
(
void
)
Macro Definition Documentation
◆
FLUSH_TO_ZERO
#define FLUSH_TO_ZERO
Value:
"ldr x1, [x1]\n"
\
"mov x3, #0x10000000000000\n"
\
"mov x2, #0x20000000000000\n"
\
"add x1, x1, x3\n"
\
"and x1, x1, #0x7ff0000000000000\n"
\
"cmp x1, x2\n"
\
"bgt 0f\n"
\
"str xzr, [x0]\n"
\
"0:\n"
◆
FUNCTION_MARKER
#define FUNCTION_MARKER
Value:
"mov x0, x0\n"
\
"mov x1, x1\n"
\
"mov x2, x2\n"
Function Documentation
◆
_asm_generic1parm()
void
_asm_generic1parm
(
void
)
◆
_asm_generic1parm_retd()
void
_asm_generic1parm_retd
(
void
)
◆
_asm_generic2parm()
void
_asm_generic2parm
(
void
)
◆
_asm_generic2parm_retd()
void
_asm_generic2parm_retd
(
void
)
◆
_asm_generic2xparm_retd()
void
_asm_generic2xparm_retd
(
void
)
◆
_asm_generic3parm()
void
_asm_generic3parm
(
void
)
◆
_asm_generic3parm_retd()
void
_asm_generic3parm_retd
(
void
)
◆
_asm_gmegabuf()
void
_asm_gmegabuf
(
void
)
◆
_asm_megabuf()
void
_asm_megabuf
(
void
)
◆
nseel_asm_above()
void
nseel_asm_above
(
void
)
◆
nseel_asm_aboveeq()
void
nseel_asm_aboveeq
(
void
)
◆
nseel_asm_abs()
void
nseel_asm_abs
(
void
)
◆
nseel_asm_add()
void
nseel_asm_add
(
void
)
◆
nseel_asm_add_op()
void
nseel_asm_add_op
(
void
)
◆
nseel_asm_add_op_fast()
void
nseel_asm_add_op_fast
(
void
)
◆
nseel_asm_and()
void
nseel_asm_and
(
void
)
◆
nseel_asm_and_op()
void
nseel_asm_and_op
(
void
)
◆
nseel_asm_assign()
void
nseel_asm_assign
(
void
)
◆
nseel_asm_assign_fast()
void
nseel_asm_assign_fast
(
void
)
◆
nseel_asm_assign_fast_fromfp()
void
nseel_asm_assign_fast_fromfp
(
void
)
◆
nseel_asm_assign_fromfp()
void
nseel_asm_assign_fromfp
(
void
)
◆
nseel_asm_band()
void
nseel_asm_band
(
void
)
◆
nseel_asm_below()
void
nseel_asm_below
(
void
)
◆
nseel_asm_beloweq()
void
nseel_asm_beloweq
(
void
)
◆
nseel_asm_bnot()
void
nseel_asm_bnot
(
void
)
◆
nseel_asm_booltofp()
void
nseel_asm_booltofp
(
void
)
◆
nseel_asm_bor()
void
nseel_asm_bor
(
void
)
◆
nseel_asm_dbg_getstackptr()
void
nseel_asm_dbg_getstackptr
(
void
)
◆
nseel_asm_div()
void
nseel_asm_div
(
void
)
◆
nseel_asm_div_op()
void
nseel_asm_div_op
(
void
)
◆
nseel_asm_div_op_fast()
void
nseel_asm_div_op_fast
(
void
)
◆
nseel_asm_equal()
void
nseel_asm_equal
(
void
)
◆
nseel_asm_equal_exact()
void
nseel_asm_equal_exact
(
void
)
◆
nseel_asm_fcall()
void
nseel_asm_fcall
(
void
)
◆
nseel_asm_fptobool()
void
nseel_asm_fptobool
(
void
)
◆
nseel_asm_fptobool_rev()
void
nseel_asm_fptobool_rev
(
void
)
◆
nseel_asm_if()
void
nseel_asm_if
(
void
)
◆
nseel_asm_invsqrt()
void
nseel_asm_invsqrt
(
void
)
◆
nseel_asm_max()
void
nseel_asm_max
(
void
)
◆
nseel_asm_max_fp()
void
nseel_asm_max_fp
(
void
)
◆
nseel_asm_min()
void
nseel_asm_min
(
void
)
◆
nseel_asm_min_fp()
void
nseel_asm_min_fp
(
void
)
◆
nseel_asm_mod()
void
nseel_asm_mod
(
void
)
◆
nseel_asm_mod_op()
void
nseel_asm_mod_op
(
void
)
◆
nseel_asm_mul()
void
nseel_asm_mul
(
void
)
◆
nseel_asm_mul_op()
void
nseel_asm_mul_op
(
void
)
◆
nseel_asm_mul_op_fast()
void
nseel_asm_mul_op_fast
(
void
)
◆
nseel_asm_notequal()
void
nseel_asm_notequal
(
void
)
◆
nseel_asm_notequal_exact()
void
nseel_asm_notequal_exact
(
void
)
◆
nseel_asm_or()
void
nseel_asm_or
(
void
)
◆
nseel_asm_or0()
void
nseel_asm_or0
(
void
)
◆
nseel_asm_or_op()
void
nseel_asm_or_op
(
void
)
◆
nseel_asm_repeat()
void
nseel_asm_repeat
(
void
)
◆
nseel_asm_repeatwhile()
void
nseel_asm_repeatwhile
(
void
)
◆
nseel_asm_shl()
void
nseel_asm_shl
(
void
)
◆
nseel_asm_shr()
void
nseel_asm_shr
(
void
)
◆
nseel_asm_sign()
void
nseel_asm_sign
(
void
)
◆
nseel_asm_sqr()
void
nseel_asm_sqr
(
void
)
◆
nseel_asm_stack_exch()
void
nseel_asm_stack_exch
(
void
)
◆
nseel_asm_stack_peek()
void
nseel_asm_stack_peek
(
void
)
◆
nseel_asm_stack_peek_int()
void
nseel_asm_stack_peek_int
(
void
)
◆
nseel_asm_stack_peek_top()
void
nseel_asm_stack_peek_top
(
void
)
◆
nseel_asm_stack_pop()
void
nseel_asm_stack_pop
(
void
)
◆
nseel_asm_stack_pop_fast()
void
nseel_asm_stack_pop_fast
(
void
)
◆
nseel_asm_stack_push()
void
nseel_asm_stack_push
(
void
)
◆
nseel_asm_sub()
void
nseel_asm_sub
(
void
)
◆
nseel_asm_sub_op()
void
nseel_asm_sub_op
(
void
)
◆
nseel_asm_sub_op_fast()
void
nseel_asm_sub_op_fast
(
void
)
◆
nseel_asm_uminus()
void
nseel_asm_uminus
(
void
)
◆
nseel_asm_xor()
void
nseel_asm_xor
(
void
)
◆
nseel_asm_xor_op()
void
nseel_asm_xor_op
(
void
)
Generated on
for LMMS by
1.16.1