Searched defs:IntrinDesc (Results 1 – 1 of 1) sorted by relevance
111 struct IntrinDesc { struct112 static constexpr int kMaxArgsNum = 7;113 const char *name;114 uint32 properties;115 IntrinArgType argTypes[1 + kMaxArgsNum]; // argTypes[0] is the return type116 bool IsJS() const in IsJS()121 bool IsJsUnary() const in IsJsUnary()126 bool IsJsBinary() const in IsJsBinary()131 bool IsJsOp() const in IsJsOp()136 bool IsLoadMem() const in IsLoadMem()[all …]