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.cc34 #define CASE_SIMD_OP(name, str) \ macro
167 CASE_SIMD_OP(Splat, "splat") in OpcodeName()
168 CASE_SIMD_OP(Neg, "neg") in OpcodeName()
169 CASE_SIMD_OP(Eq, "eq") in OpcodeName()
170 CASE_SIMD_OP(Ne, "ne") in OpcodeName()
171 CASE_SIMD_OP(Add, "add") in OpcodeName()
172 CASE_SIMD_OP(Sub, "sub") in OpcodeName()
173 CASE_SIMD_OP(Mul, "mul") in OpcodeName()