Home
last modified time | relevance | path

Searched defs:IntrinDesc (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dintrinsics.h115 struct IntrinDesc { struct
116 static constexpr int kMaxArgsNum = 7;
117 const char *name;
118 uint32 properties;
119 IntrinArgType argTypes[1 + kMaxArgsNum]; // argTypes[0] is the return type
120 bool IsJS() const in IsJS()
125 bool IsJava() const in IsJava()
130 bool IsJsUnary() const in IsJsUnary()
135 bool IsJsBinary() const in IsJsBinary()
140 bool IsJsOp() const in IsJsOp()
[all …]