Home
last modified time | relevance | path

Searched refs:IsUnaryOp (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dstandardize.h55 needAddrMapping = (insn.GetOperandSize() >= operandSizeNeedAddrMapping) || (insn.IsUnaryOp()); in NeedAddressMapping()
H A Dinsn.h222 bool IsUnaryOp() const;
H A Disa.h452 bool IsUnaryOp() const in IsUnaryOp() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dstandardize.cpp46 } else if (insn->IsUnaryOp()) { in DoStandardize()
H A Dinsn.cpp65 bool Insn::IsUnaryOp() const in IsUnaryOp() function in maplebe::Insn
68 return md->IsUnaryOp(); in IsUnaryOp()

Completed in 4 milliseconds