Searched refs:CASE_I32x4_OP (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-opcodes-inl.h | 31 #define CASE_I32x4_OP(name, str) CASE_OP(I32x4##name, "i32x4." str) macro 46 CASE_I32x4_OP(name, str) CASE_I16x8_OP(name, str) \ 51 CASE_I32x4_OP(name, str) CASE_I16x8_OP(name, str) CASE_I8x16_OP(name, str) 265 CASE_I32x4_OP(ExtractLane, "extract_lane") in OpcodeName() 281 CASE_I32x4_OP(AddHoriz, "add_horizontal") in OpcodeName() 328 CASE_I32x4_OP(Abs, "abs") in OpcodeName() 332 CASE_I32x4_OP(BitMask, "bitmask") in OpcodeName() 349 CASE_I32x4_OP(DotI16x8S, "dot_i16x8_s") in OpcodeName() 425 #undef CASE_I32x4_OP
|