Home
last modified time | relevance | path

Searched defs:RegreadNode (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_nodes.h982 class RegreadNode : public BaseNode { class
984 RegreadNode() : BaseNode(OP_regread) {} in RegreadNode() function in RegreadNode
986 explicit RegreadNode(PregIdx pIdx) : BaseNode(OP_regread), regIdx(pIdx) {} in RegreadNode() function in RegreadNode
988 RegreadNode(PrimType primType, PregIdx pIdx) : RegreadNode(pIdx) in RegreadNode() function in RegreadNode

Completed in 5 milliseconds