Uses of Annotation Type
com.dylibso.chicory.runtime.OpCodeIdentifier
Packages that use OpCodeIdentifier
-
Uses of OpCodeIdentifier in com.dylibso.chicory.runtime
Methods in com.dylibso.chicory.runtime with annotations of type OpCodeIdentifierModifier and TypeMethodDescriptionstatic floatOpcodeImpl.F32_ABS(float x) static floatOpcodeImpl.F32_CEIL(float x) static floatOpcodeImpl.F32_CONVERT_I32_S(int x) static floatOpcodeImpl.F32_CONVERT_I32_U(int x) static floatOpcodeImpl.F32_CONVERT_I64_S(long x) static floatOpcodeImpl.F32_CONVERT_I64_U(long x) static floatOpcodeImpl.F32_COPYSIGN(float a, float b) static intOpcodeImpl.F32_EQ(float a, float b) static floatOpcodeImpl.F32_FLOOR(float x) static intOpcodeImpl.F32_GE(float a, float b) static intOpcodeImpl.F32_GT(float a, float b) static intOpcodeImpl.F32_LE(float a, float b) static intOpcodeImpl.F32_LT(float a, float b) static floatOpcodeImpl.F32_MAX(float a, float b) static floatOpcodeImpl.F32_MIN(float a, float b) static intOpcodeImpl.F32_NE(float a, float b) static floatOpcodeImpl.F32_NEAREST(float x) static floatOpcodeImpl.F32_REINTERPRET_I32(int x) static floatOpcodeImpl.F32_SQRT(float x) static floatOpcodeImpl.F32_TRUNC(float x) static doubleOpcodeImpl.F64_ABS(double x) static doubleOpcodeImpl.F64_CEIL(double x) static doubleOpcodeImpl.F64_CONVERT_I32_S(int x) static doubleOpcodeImpl.F64_CONVERT_I32_U(int x) static doubleOpcodeImpl.F64_CONVERT_I64_S(long x) static doubleOpcodeImpl.F64_CONVERT_I64_U(long tos) static doubleOpcodeImpl.F64_COPYSIGN(double a, double b) static intOpcodeImpl.F64_EQ(double a, double b) static doubleOpcodeImpl.F64_FLOOR(double x) static intOpcodeImpl.F64_GE(double a, double b) static intOpcodeImpl.F64_GT(double a, double b) static intOpcodeImpl.F64_LE(double a, double b) static intOpcodeImpl.F64_LT(double a, double b) static doubleOpcodeImpl.F64_MAX(double a, double b) static doubleOpcodeImpl.F64_MIN(double a, double b) static intOpcodeImpl.F64_NE(double a, double b) static doubleOpcodeImpl.F64_NEAREST(double x) static doubleOpcodeImpl.F64_REINTERPRET_I64(long x) static doubleOpcodeImpl.F64_SQRT(double x) static doubleOpcodeImpl.F64_TRUNC(double x) static intOpcodeImpl.I32_CLZ(int tos) static intOpcodeImpl.I32_CTZ(int tos) static intOpcodeImpl.I32_DIV_S(int a, int b) static intOpcodeImpl.I32_DIV_U(int a, int b) static intOpcodeImpl.I32_EQ(int b, int a) static intOpcodeImpl.I32_EQZ(int a) static intOpcodeImpl.I32_EXTEND_16_S(int tos) static intOpcodeImpl.I32_EXTEND_8_S(int tos) static intOpcodeImpl.I32_GE_S(int a, int b) static intOpcodeImpl.I32_GE_U(int a, int b) static intOpcodeImpl.I32_GT_S(int a, int b) static intOpcodeImpl.I32_GT_U(int a, int b) static intOpcodeImpl.I32_LE_S(int a, int b) static intOpcodeImpl.I32_LE_U(int a, int b) static intOpcodeImpl.I32_LT_S(int a, int b) static intOpcodeImpl.I32_LT_U(int a, int b) static intOpcodeImpl.I32_NE(int b, int a) static intOpcodeImpl.I32_POPCNT(int tos) static intOpcodeImpl.I32_REINTERPRET_F32(float x) static intOpcodeImpl.I32_REM_S(int a, int b) static intOpcodeImpl.I32_REM_U(int a, int b) static intOpcodeImpl.I32_ROTL(int v, int c) static intOpcodeImpl.I32_ROTR(int v, int c) static intOpcodeImpl.I32_TRUNC_F32_S(float x) static intOpcodeImpl.I32_TRUNC_F32_U(float x) static intOpcodeImpl.I32_TRUNC_F64_S(double tos) static intOpcodeImpl.I32_TRUNC_F64_U(double tos) static intOpcodeImpl.I32_TRUNC_SAT_F32_S(float x) static intOpcodeImpl.I32_TRUNC_SAT_F32_U(float x) static intOpcodeImpl.I32_TRUNC_SAT_F64_S(double x) static intOpcodeImpl.I32_TRUNC_SAT_F64_U(double x) static longOpcodeImpl.I64_CLZ(long tos) static longOpcodeImpl.I64_CTZ(long tos) static longOpcodeImpl.I64_DIV_S(long a, long b) static longOpcodeImpl.I64_DIV_U(long a, long b) static intOpcodeImpl.I64_EQ(long b, long a) static intOpcodeImpl.I64_EQZ(long a) static longOpcodeImpl.I64_EXTEND_16_S(long tos) static longOpcodeImpl.I64_EXTEND_32_S(long tos) static longOpcodeImpl.I64_EXTEND_8_S(long tos) static longOpcodeImpl.I64_EXTEND_I32_U(int x) static intOpcodeImpl.I64_GE_S(long a, long b) static intOpcodeImpl.I64_GE_U(long a, long b) static intOpcodeImpl.I64_GT_S(long a, long b) static intOpcodeImpl.I64_GT_U(long a, long b) static intOpcodeImpl.I64_LE_S(long a, long b) static intOpcodeImpl.I64_LE_U(long a, long b) static intOpcodeImpl.I64_LT_S(long a, long b) static intOpcodeImpl.I64_LT_U(long a, long b) static intOpcodeImpl.I64_NE(long b, long a) static longOpcodeImpl.I64_POPCNT(long tos) static longOpcodeImpl.I64_REINTERPRET_F64(double x) static longOpcodeImpl.I64_REM_S(long a, long b) static longOpcodeImpl.I64_REM_U(long a, long b) static longOpcodeImpl.I64_ROTL(long v, long c) static longOpcodeImpl.I64_ROTR(long v, long c) static longOpcodeImpl.I64_TRUNC_F32_S(float x) static longOpcodeImpl.I64_TRUNC_F32_U(float x) static longOpcodeImpl.I64_TRUNC_F64_S(double x) static longOpcodeImpl.I64_TRUNC_F64_U(double x) static longOpcodeImpl.I64_TRUNC_SAT_F32_S(float x) static longOpcodeImpl.I64_TRUNC_SAT_F32_U(float x) static longOpcodeImpl.I64_TRUNC_SAT_F64_S(double x) static longOpcodeImpl.I64_TRUNC_SAT_F64_U(double x)