Searched refs:DECLARE_OPCODE_CASE (Results 1 – 1 of 1) sorted by relevance
992 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() macro993 FOREACH_LOAD_MEM_OPCODE(DECLARE_OPCODE_CASE) in OpcodeLength()994 FOREACH_STORE_MEM_OPCODE(DECLARE_OPCODE_CASE) in OpcodeLength()995 #undef DECLARE_OPCODE_CASE in OpcodeLength()1072 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() macro1073 FOREACH_SIMD_0_OPERAND_OPCODE(DECLARE_OPCODE_CASE) in OpcodeLength()1074 #undef DECLARE_OPCODE_CASE in OpcodeLength()1076 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() macro1077 FOREACH_SIMD_1_OPERAND_OPCODE(DECLARE_OPCODE_CASE) in OpcodeLength()1078 #undef DECLARE_OPCODE_CASE in OpcodeLength()[all …]