Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcall_conv.h114 LmbcFormalParamInfo(PrimType pType, uint32 ofst, uint32 sz) in LmbcFormalParamInfo() argument
116 offset(ofst), in LmbcFormalParamInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_offset_adjust.cpp162 int64 ofst = static_cast<int64>( in AdjustmentOffsetForImmOpnd() local
167 immOpnd.SetValue(immOpnd.GetValue() - ofst); in AdjustmentOffsetForImmOpnd()
173 immOpnd.Add(ofst); in AdjustmentOffsetForImmOpnd()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h218 MIRAddrofConst(StIdx sy, FieldID fi, MIRType &ty, int32 ofst) in MIRAddrofConst() argument
219 : MIRConst(ty, kConstAddrof), stIdx(sy), fldID(fi), offset(ofst) in MIRAddrofConst()
H A Dmir_nodes.h1293 GotoNode(Opcode o, uint32 ofst) : StmtNode(o), offset(ofst) {} in GotoNode() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_cgfunc.h584 ParamDesc(MIRType *type, BaseNode *expr, uint32 ofst = 0, bool copyed = false) in ParamDesc()
585 : mirType(type), argExpr(expr), offset(ofst), preCopyed(copyed) in ParamDesc()

Completed in 7 milliseconds