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.cc48 #define CASE_ALL_SIGN_OP(name, str) \ macro
82 CASE_ALL_SIGN_OP(Lt, "lt") in OpcodeName()
83 CASE_ALL_SIGN_OP(Gt, "gt") in OpcodeName()
84 CASE_ALL_SIGN_OP(Le, "le") in OpcodeName()
85 CASE_ALL_SIGN_OP(Ge, "ge") in OpcodeName()
89 CASE_ALL_SIGN_OP(Div, "div") in OpcodeName()
299 #undef CASE_ALL_SIGN_OP