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.h111 struct IntrinDesc { struct
112 static constexpr int kMaxArgsNum = 7;
113 const char *name;
114 uint32 properties;
115 IntrinArgType argTypes[1 + kMaxArgsNum]; // argTypes[0] is the return type
116 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 …]