Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-opcodes.cc30 #define CASE_S128_OP(name, str) CASE_OP(S128##name, "s128." str) macro
160 CASE_S128_OP(LoadMem, "load128") in OpcodeName()
165 CASE_S128_OP(StoreMem, "store128") in OpcodeName()
245 CASE_S128_OP(And, "and") in OpcodeName()
246 CASE_S128_OP(Or, "or") in OpcodeName()
247 CASE_S128_OP(Xor, "xor") in OpcodeName()
248 CASE_S128_OP(Not, "not") in OpcodeName()
249 CASE_S128_OP(Select, "select") in OpcodeName()
284 #undef CASE_S128_OP