Searched refs:CASE_INT_OP (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-opcodes.cc | 37 #define CASE_INT_OP(name, str) CASE_I32_OP(name, str) CASE_I64_OP(name, str) macro 39 #define CASE_ALL_OP(name, str) CASE_FLOAT_OP(name, str) CASE_INT_OP(name, str) 76 CASE_INT_OP(Eqz, "eqz") in OpcodeName() 86 CASE_INT_OP(Clz, "clz") in OpcodeName() 87 CASE_INT_OP(Ctz, "ctz") in OpcodeName() 88 CASE_INT_OP(Popcnt, "popcnt") in OpcodeName() 91 CASE_INT_OP(And, "and") in OpcodeName() 92 CASE_INT_OP(Ior, "or") in OpcodeName() 93 CASE_INT_OP(Xor, "xor") in OpcodeName() 94 CASE_INT_OP(Shl, "shl") in OpcodeName() [all …]
|