Home | History | Annotate | Download | only in arm

Lines Matching refs:op1

34 extern "C" float __aeabi_i2f(int op1);             // OP_INT_TO_FLOAT
35 extern "C" int __aeabi_f2iz(float op1); // OP_FLOAT_TO_INT
36 extern "C" float __aeabi_d2f(double op1); // OP_DOUBLE_TO_FLOAT
37 extern "C" double __aeabi_f2d(float op1); // OP_FLOAT_TO_DOUBLE
38 extern "C" double __aeabi_i2d(int op1); // OP_INT_TO_DOUBLE
39 extern "C" int __aeabi_d2iz(double op1); // OP_DOUBLE_TO_INT
40 extern "C" float __aeabi_l2f(long op1); // OP_LONG_TO_FLOAT
41 extern "C" double __aeabi_l2d(long op1); // OP_LONG_TO_DOUBLE
42 s8 dvmJitf2l(float op1); // OP_FLOAT_TO_LONG
43 s8 dvmJitd2l(double op1); // OP_DOUBLE_TO_LONG
60 extern "C" int __aeabi_idivmod(int op1, int op2); // OP_REM_INT[_2ADDR|_LIT8|_LIT16]
61 extern "C" int __aeabi_idiv(int op1, int op2); // OP_DIV_INT[_2ADDR|_LIT8|_LIT16]
64 extern "C" long long __aeabi_ldivmod(long long op1, long long op2);