Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-opcodes-inl.h57 #define CASE_ALL_SIGN_OP(name, str) \ macro
92 CASE_ALL_SIGN_OP(Lt, "lt") in OpcodeName()
93 CASE_ALL_SIGN_OP(Gt, "gt") in OpcodeName()
94 CASE_ALL_SIGN_OP(Le, "le") in OpcodeName()
95 CASE_ALL_SIGN_OP(Ge, "ge") in OpcodeName()
99 CASE_ALL_SIGN_OP(Div, "div") in OpcodeName()
440 #undef CASE_ALL_SIGN_OP