Searched refs:CASE_F64x2_OP (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-opcodes-inl.h | 28 #define CASE_F64x2_OP(name, str) CASE_OP(F64x2##name, "f64x2." str) macro 45 CASE_F64x2_OP(name, str) CASE_I64x2_OP(name, str) CASE_F32x4_OP(name, str) \ 49 CASE_F32x4_OP(name, str) CASE_F64x2_OP(name, str) 337 CASE_F64x2_OP(Pmin, "pmin") in OpcodeName() 338 CASE_F64x2_OP(Pmax, "pmax") in OpcodeName() 344 CASE_F64x2_OP(Ceil, "ceil") in OpcodeName() 345 CASE_F64x2_OP(Floor, "floor") in OpcodeName() 346 CASE_F64x2_OP(Trunc, "trunc") in OpcodeName() 347 CASE_F64x2_OP(NearestInt, "nearest") in OpcodeName() 422 #undef CASE_F64x2_OP
|