Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-opcodes.cc22 #define CASE_F64_OP(name, str) CASE_OP(F64##name, "f64." str) macro
32 #define CASE_FLOAT_OP(name, str) CASE_F32_OP(name, str) CASE_F64_OP(name, str)
97 CASE_F64_OP(ConvertF32, "promote/f32") in OpcodeName()
101 CASE_F64_OP(ReinterpretI64, "reinterpret/i64") in OpcodeName()
140 CASE_F64_OP(Acos, "acos") in OpcodeName()
141 CASE_F64_OP(Asin, "asin") in OpcodeName()
142 CASE_F64_OP(Atan, "atan") in OpcodeName()
143 CASE_F64_OP(Cos, "cos") in OpcodeName()
144 CASE_F64_OP(Sin, "sin") in OpcodeName()
145 CASE_F64_OP(Tan, "tan") in OpcodeName()
[all …]