Home
last modified time | relevance | path

Searched refs:CASE_FLOAT_OP (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/
Dwasm-opcodes.cc32 #define CASE_FLOAT_OP(name, str) CASE_F32_OP(name, str) CASE_F64_OP(name, str) macro
33 #define CASE_ALL_OP(name, str) CASE_FLOAT_OP(name, str) CASE_INT_OP(name, str)
42 CASE_FLOAT_OP(name, str) CASE_SIGN_OP(INT, name, str)
78 CASE_FLOAT_OP(Abs, "abs") in OpcodeName()
79 CASE_FLOAT_OP(Neg, "neg") in OpcodeName()
80 CASE_FLOAT_OP(Ceil, "ceil") in OpcodeName()
81 CASE_FLOAT_OP(Floor, "floor") in OpcodeName()
82 CASE_FLOAT_OP(Trunc, "trunc") in OpcodeName()
83 CASE_FLOAT_OP(NearestInt, "nearest") in OpcodeName()
84 CASE_FLOAT_OP(Sqrt, "sqrt") in OpcodeName()
[all …]