Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_offset_adjust.cpp186 int64 ofst = static_cast<AArch64MemLayout *>(memLayout)->RealStackFrameSize() - in AdjustmentOffsetForImmOpnd() local
Daarch64_dependence.cpp464 ImmOperand *ofst = static_cast<ImmOperand *>(ofstOpnd); in NoAlias() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_func_import.cpp299 int32 ofst = static_cast<int32>(ReadNum()); in ImportExpression() local
305 int32 ofst = static_cast<int32>(ReadNum()); in ImportExpression() local
Dbin_mpl_import.cpp125 int32 ofst = static_cast<int32>(ReadNum()); in ImportConst() local
136 int32 ofst = static_cast<int32>(ReadNum()); in ImportConst() local
Dmir_parser.cpp3352 uint32 ofst = 0; in ParseConstAddrLeafExpr() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcall_conv.h96 LmbcFormalParamInfo(PrimType pType, uint32 ofst, uint32 sz) in LmbcFormalParamInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h583 IreadoffNode(PrimType ptyp, int32 ofst) : UnaryNode(OP_ireadoff, ptyp), offset(ofst) {} in IreadoffNode()
585 …IreadoffNode(PrimType ptyp, BaseNode *opnd, int32 ofst) : UnaryNode(OP_ireadoff, ptyp, opnd), offs… in IreadoffNode()
619 IreadFPoffNode(PrimType ptyp, int32 ofst) : BaseNode(OP_ireadfpoff, ptyp, 0), offset(ofst) {} in IreadFPoffNode()
1661 explicit AddroflabelNode(uint32 ofst) : BaseNode(OP_addroflabel), offset(ofst) {} in AddroflabelNode()
1969 GotoNode(Opcode o, uint32 ofst) : StmtNode(o), offset(ofst) {} in GotoNode()
3366 explicit IassignoffNode(int32 ofst) : BinaryStmtNode(OP_iassignoff), offset(ofst) {} in IassignoffNode()
3408 explicit IassignFPoffNode(Opcode o, int32 ofst) : UnaryStmtNode(o), offset(ofst) {} in IassignFPoffNode()
3429 void SetOffset(int32 ofst) in SetOffset()
3454 …explicit BlkassignoffNode(int32 ofst, int32 bsize) : BinaryStmtNode(OP_blkassignoff), offset(ofst)… in BlkassignoffNode()
3459 explicit BlkassignoffNode(int32 ofst, int32 bsize, BaseNode *dest, BaseNode *src) in BlkassignoffNode()
Dmir_const.h215 MIRAddrofConst(StIdx sy, FieldID fi, MIRType &ty, int32 ofst) in MIRAddrofConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h759 void SetLmbcArgInfo(RegOperand *reg, PrimType pTy, int32 ofst, int32 regs) in SetLmbcArgInfo()