Searched refs:CASE_FLOAT_OP (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-opcodes.cc | 38 #define CASE_FLOAT_OP(name, str) CASE_F32_OP(name, str) CASE_F64_OP(name, str) macro 39 #define CASE_ALL_OP(name, str) CASE_FLOAT_OP(name, str) CASE_INT_OP(name, str) 49 CASE_FLOAT_OP(name, str) CASE_SIGN_OP(INT, name, str) 98 CASE_FLOAT_OP(Abs, "abs") in OpcodeName() 99 CASE_FLOAT_OP(Neg, "neg") in OpcodeName() 100 CASE_FLOAT_OP(Ceil, "ceil") in OpcodeName() 101 CASE_FLOAT_OP(Floor, "floor") in OpcodeName() 102 CASE_FLOAT_OP(Trunc, "trunc") in OpcodeName() 103 CASE_FLOAT_OP(NearestInt, "nearest") in OpcodeName() 104 CASE_FLOAT_OP(Sqrt, "sqrt") in OpcodeName() [all …]
|