Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-opcodes-inl.h44 #define CASE_SIMD_OP(name, str) \ macro
233 CASE_SIMD_OP(Splat, "splat") in OpcodeName()
234 CASE_SIMD_OP(Neg, "neg") in OpcodeName()
236 CASE_SIMD_OP(Eq, "eq") in OpcodeName()
239 CASE_SIMD_OP(Add, "add") in OpcodeName()
240 CASE_SIMD_OP(Sub, "sub") in OpcodeName()
241 CASE_SIMD_OP(Mul, "mul") in OpcodeName()
435 #undef CASE_SIMD_OP