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.cc40 #define CASE_SIMD_OP(name, str) \ macro
202 CASE_SIMD_OP(Splat, "splat") in OpcodeName()
203 CASE_SIMD_OP(Neg, "neg") in OpcodeName()
204 CASE_SIMD_OP(Eq, "eq") in OpcodeName()
205 CASE_SIMD_OP(Ne, "ne") in OpcodeName()
206 CASE_SIMD_OP(Add, "add") in OpcodeName()
207 CASE_SIMD_OP(Sub, "sub") in OpcodeName()
208 CASE_SIMD_OP(Mul, "mul") in OpcodeName()
294 #undef CASE_SIMD_OP